Webhooks allow you to integrate Attio with your system, by listening for events and triggering actions.
Get all of the Webhooks in your Workspace.
webhook:read
requiredlimit
integer
The maximum number of results to return, between 10 and 100, defaults to 10. See the full guide to pagination here.
offset
integer
The number of results to skip over before returning, defaults to 0. See the full guide to pagination here.
Status code
Description
200 - Success
Create a Webhook and associated Subscriptions.
webhook:read-write
requireddata
object
REQUIRED
Status code
Description
200 - Success
Get a single Webhook.
webhook:read
requiredwebhook_id
string
REQUIRED
A UUID which identifies the Webhook.
Format: UUID
Status code
Description
200 - Success
Update a Webhook and associated Subscriptions.
webhook:read-write
requiredwebhook_id
string
REQUIRED
A UUID which identifies the Webhook.
Format: UUID
data
object
REQUIRED
Status code
Description
200 - Success
Delete a Webhook by ID.
webhook:read-write
requiredwebhook_id
string
REQUIRED
A UUID identifying the Webhook to delete.
Format: UUID
Status code
Description
200 - Success