Webhooks
CustomResources > Schema > Creates
Subscription_type: custom_resources/schema/create
postWebhookWebhooks > CustomResources > Schema > Creates
Payload
Example payload
{
"id": "1",
"name": "Company Offsite",
"company_id": "2",
"position": 1
}Response
Return a 200 status to indicate that the data was received successfully
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.