v1

latestOpenAPI 3.1.02026-08-0612447737.4 KB
Webhook

List Webhooks

Retrieve a list of webhooks

get/webhook

Query parameters

idstring

Webhook ID

created_atstring

Webhook creation date

updated_atstring

Latest update

organisation_idstring

Organisation ID

namestring

Name of webhook

sourcestring

Source of webhook

activestring

Is the webhook active?

target_urlstring

Target url of webhook

headersstring

Header of webhook

methodstring

Webhook method

eventstring

Event of webhook

selectstring

Filtering Columns

orderstring

Ordering. Allowed Fields: name

offsetstring

Limiting and Pagination

limitstring

Limiting and Pagination

Headers

Rangestring

Limiting and Pagination

Range-Unitstring

Limiting and Pagination

Response

OK

idstring uuid

Webhook ID

created_atstring timestamp with time zone

Webhook creation date

updated_atstring timestamp with time zone

Latest update

organisation_idstring uuid

Organisation ID

namestring text

Name of webhook

source'zapier' | 'n8n' | 'make' | 'authenticated' public.webhook_source

Source of webhook

activeboolean

Is the webhook active?

target_urlstring text

Target url of webhook

headersobject

Header of webhook

method'GET' | 'POST' | 'PUT' | 'PATCH' public.http_method

Webhook method

event'contact.created' | 'contact_details.updated' | 'contact.deleted' | 'conversation.inbound' | 'conversation.tag' | 'conversation.untag' | 'conversation.assign' | 'conversation.unassign' | 'conversation.submission_error' | 'conversation.sending_error' | 'conversation.outbound' | 'conversation.reopen' | 'conversation.close' | 'form_submission.completed' | 'form_submission.aborted' | 'contact.updated' public.webhook_event

Event of webhook