Skip to main content
Webhooks send real-time notifications when events happen in your Heyoo workspace. All webhook payloads follow this structure:
webhook-payload.json
{
  "id": "evt_...",
  "event": "campaign.created",
  "timestamp": "2024-08-26T16:41:52.346Z",
  "data": {}
}
  • id – Unique event ID
  • event – Event type (e.g. campaign.created)
  • timestamp – ISO 8601 timestamp when the event was created
  • data – Event-specific payload

Heyoo Webhooks

Here are the webhook events that are available for Heyoo:

Workspace Level

Event TypeDescription
campaign.createdOccurs when a new campaign is created in your workspace.
campaign.launchedOccurs when a campaign is launched in your workspace.

Campaign Level

Event TypeDescription
campaign.clickedOccurs when a campaign receives a click.
campaign.sharedOccurs when a campaign is shared by a user.

Post Level

Event TypeDescription
post.publishedOccurs when a post is published via the platform.