Webhooks
Webhook object
The webhook object is the current state of a particular webhook endpoint set up in Column. Webhook endpoints are used to configure URLs used to receive Column events. Read more about events and webhooks here.
Object Parameters
created_at
date-timeDate (format: YYYY-MM-DD) on which the event was emitted
description
stringA description for this webhook
enabled_events
array of stringsA list of events and event types which are being sent to this webhook's URL
id
stringThe unique ID of the object
is_disabled
booleanIndicates whether this webhook URL is actively receiving events
secret
stringSecret key which allows you to verify that the event was sent by Column, and not by a third party
updated_at
date-timeTimestamp of when this webhook was last updated
url
stringThe HTTPS URL that webhooks will be delivered to. e.g. https://yoursite.com/column-events↗