Skip to main content
Webhooks send real-time notifications when events happen in your Heyy workspace. All webhook payloads follow this structure:
  • id — Unique identifier for this webhook payload delivery
  • tenantId — The tenant that triggered this webhook event
  • event — Event type (for example, message.received)
  • data — Event-specific payload (for message events, a Message object)
We have not added other event families yet, but platform events will likely use a slightly different object structure due to their different nature.

Message webhooks

Heyy currently sends message object webhooks for the following events: All message webhooks share the same payload structure.