API ReferenceWebhooks
Create a webhook
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/webhooks" \ -H "Content-Type: application/json" \ -d '{ "url": "http://example.com", "eventTypes": [ "contact.created" ] }'Empty
Was this page helpful?
Last updated on