Create Webhook
create_webhookCreate a webhook to get POST notifications for CRM events like Contact.Create. Requires an HTTPS endpoint and supports User or Account scope.
Instructions
Create a new webhook in Less Annoying CRM. Webhooks send POST requests to your URL when events occur.
Requirements:
endpoint_url must be HTTPS
Your endpoint must respond to an initial handshake request
Scope:
User: Only triggers for actions by the authenticated user
Account: Triggers for actions by any user in the account
Common events: Contact.Create, Contact.Edit, Contact.Delete, PipelineItemStatus.Create, PipelineItemStatus.Edit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Event types to subscribe to | |
| endpoint_url | Yes | HTTPS URL to receive webhook POSTs | |
| webhook_scope | Yes | User or Account scope |