CreateWebhookRequest
Request to create a new webhook.
- eventsType: array string[]required
List of event types to subscribe to. Valid values: contact.created, contact.updated, contact.deleted, company.created, company.updated, company.deleted, link.created, link.updated, link.deleted, project.created, project.updated, project.deleted, prospect.created, prospect.updated, prospect.deleted
- urlType: stringrequired
The HTTPS URL where webhook payloads will be delivered.
- nameType: null | string
Optional human-readable name for the webhook.