CreateWebhookRequest

Request to create a new webhook.

  • events
    Type: 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

  • url
    Type: string
    required

    The HTTPS URL where webhook payloads will be delivered.

  • name
    Type: null | string

    Optional human-readable name for the webhook.