Cirqll Core
HomeCirqll
HomeCirqll
  1. Home
  • Query Parameters
    • Eager Loading
    • Partial Data
    • Count Relations
    • Pagination
      • Filter
      • Order By
  • 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
    • Create
      POST
    • Update
      PATCH
    • Delete
      DELETE
  • Contact
    • Index
      GET
    • Show
      GET
    • Create
      POST
    • Update
      PATCH
    • Delete
      DELETE
  • Appointment
    • Index
    • Show
    • Create
    • Update
    • Delete
  • Task
    • 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. Home

Webhook

This resource allows users to create and manage webhooks. With webhooks it is possible to listen for events in Cirqll in real-time. Instead of polling an index route every minute, a webhook may be used to listen on create, delete and update events.
All possible topics are:
appointment.create
appointment.update
appointment.delete
assignment.create
assignment.update
assignment.delete
chance.create
chance.update
chance.delete
company.update
contact.create
contact.update
contact.delete
contract.create
contract.update
contract.delete
customer.create
customer.update
customer.delete
customer_address.create
customer_address.update
customer_address.delete
email.create
email.update
email.delete
field.create
field.update
field.delete
field_value.create
field_value.update
field_value.delete
note.create
note.update
note.delete
task.create
task.update
task.delete
template.create
template.update
template.delete
todo.create
todo.update
todo.delete
user.create
user.update
user.delete

All Topics#

There is currently no way to listen to all topics with a simple wildcard. So in the following codeblock is a copy-paste JavaScript array you may use.

Read More#

https://www.redhat.com/en/topics/automation/what-is-a-webhook
Modified at 2025-04-22 09:45:22
Previous
Update
Next
Index
Built with