Skip to main content

Overview

Contact events notify you of every change to contacts in BookingShake: contact.created, contact.updated, and contact.deleted. A contact represents a person, optionally attached to an account through account_id. Common use cases:
  • Sync contacts to external CRM systems (Salesforce, HubSpot, etc.)
  • Trigger automated workflows when new contacts are created
  • Keep marketing opt-in statuses in sync with your emailing tools

Payload Examples

Contact Created

Triggered when a new contact is added to your venue.

Contact Updated

Triggered when contact information is modified. Contains all contact data after the update.
contact.updated is only emitted when at least one field exposed in the payload (including custom fields) actually changes. Internal or technical changes do not emit events.

Contact Deleted

Triggered when a contact is removed. Only includes the contact ID.

Data Fields

Fields without a value are omitted from contact and account payloads (no explicit null), so the exact set of keys varies per contact. This differs from invoice and payment payloads, where every field is always present with an explicit null.

Next Steps

Account Events

Track the companies your contacts belong to

Security & Verification

Verify webhook signatures before processing