Skip to main content
The campaign.created event is triggered when a new campaign is created in your Heyoo workspace.
{
  "id": "evt_...",
  "event": "campaign.created",
  "timestamp": "2024-08-26T16:41:52.346Z",
  "data": {
    "id": "cm11q3oxr0000a...",
    "name": "Acme Fall 2024",
    "shareContext": "Check out this amazing opportunity!",
    "objective": "increase_awareness",
    "description": "Fall awareness campaign",
    "domain": "acme.heyoo.ai",
    "destinationUrl": "https://acme.com",
    "utm_source": "heyoo",
    "utm_medium": "referral",
    "utm_campaign": "fall_2024",
    "utm_term": null,
    "utm_content": null,
    "ref": null,
    "clicks": 0,
    "shares": 0,
    "targetShares": 100,
    "startDate": "2024-09-01T00:00:00.000Z",
    "endDate": "2024-11-30T23:59:59.999Z",
    "shareRewardAmount": 10,
    "clickRewardAmount": 1,
    "rewardType": "points",
    "maxRewardPerEmployee": 500,
    "totalBudget": 5000,
    "consumedBudget": 0,
    "minimumClicksForReward": 5,
    "uniqueClicksOnly": true,
    "status": "draft",
    "creatorId": "usr_...",
    "workspaceId": "ws_...",
    "workspaceSlug": "acme",
    "contentPillarName": "Promotions",
    "createdAt": "2024-08-26T16:40:00.000Z",
    "updatedAt": "2024-08-26T16:40:00.000Z"
  }
}