Cirqll Core
HomeCirqll
HomeCirqll
  1. Documentation
  • Getting Started
  • Documentation
    • Zapier
    • Query Parameters
      • Eager Loading
      • Partial Data
      • Count Relations
      • Filter
      • Order By
      • Pagination
    • Authentication
      • OAuth2
        • Authorize
          • Authorize
        • User
          • Me
        • Client
          • Index
          • Create
          • Update
          • Delete
        • Token
          • Create
          • Refresh
          • Index
        • Scopes
  • User
    • Index
      GET
    • Show
      GET
    • Create
      POST
    • Update
      PATCH
    • Delete
      DELETE
  • Role
    • Index
      GET
    • Show
      GET
    • Create
      POST
    • Update
      PATCH
    • Delete
      DELETE
  • Customer
    • Index
      GET
    • Show
      GET
    • Delete
      DELETE
    • Update
      PATCH
    • Create
      POST
  • Contact
    • Index
      GET
    • Show
      GET
    • Create
      POST
    • Update
      PATCH
    • Delete
      DELETE
  • Task
    • Index
    • Show
    • Create
    • Update
    • Delete
  • Appointment
    • Index
    • Show
    • Create
    • Update
    • Delete
  • Financial
    • Chance
      • Index
      • Show
      • Create
      • Update
      • Delete
    • Assignment
      • Index
      • Show
      • Create
      • Update
      • Delete
    • Contract
      • Index
      • Show
      • Create
      • Update
      • Delete
  • Email
    • Index
    • Show
    • Create
    • Update
    • Delete
  • Field
    • Index
    • Show
    • Create
    • Update
    • Delete
  • Note
    • Index
    • Show
    • Create
    • Update
    • Delete
  • To-do
    • Index
    • Show
    • Create
    • Update
    • Delete
  • Template
    • Index
    • Show
    • Update
    • Create
    • Delete
  • Setting
    • Index
    • Update
  • Webhook
    • Index
    • Show
    • Create
    • Update
    • Delete
  1. Documentation

Zapier

Thank you for using the Cirqll Zapier integration. We appreciate any feedback, bug-reports and feature requests. This is the first public integration made for Cirqll, so there is bound to be upgrades.
Check-out all triggers and actions here.
Currently data can only be read and created. Updates and deletes are not supported (yet).

Triggers#

By using Cirqll's webhook functionality all events are instantly sent to Zapier when they happen. Instantly meaning within around two minutes.
All triggers require only one field: Topics. Below is the New Customer Event as an example:
image.png
The default selection is to only watch for create events. The reason why you can watch for all three events at once is because you can use the Zapier Paths step to handle each seperately in the same Zap, like so:
image.png
If you want to sync items between two platforms based on a certain condition; like a contract price being higher than x, you should watch on both create and update. You must not forget to check if the data already exists in the other platform before duplicating it, of course.

Actions#

Find and Create resources in Cirqll. Find actions have one required option "Filter" and one optional called "With". The filter is required because it is expected you only find result one with this call.
image.png
The filter you will probably need is name:eq:"/some value". The eq (equals) operater is case sensitive so if you already have a "Bakker Bart" in your system, but in moneybird you have "bakker bart" it will create a new bakker bart.
You may use the :like: operator if you want a case insensitive search. But be aware that something like "Ham" will also match with "Hamers en Spijkers".
Almost every resource in Cirqll expects a customer_id. So you will need the Find Customer action a lot to get the ID.
Modified at 2025-08-23 17:08:12
Previous
Getting Started
Next
Query Parameters
Built with