Events
A marketing event is a dated milestone — such as a sale kickoff or a holiday — that anchors when campaigns go out. It mirrors the admin Marketing → Communications → Events screen.
How an event works
An event is intentionally lightweight: a name, a description, and a single date.
name— a short label for the event (e.g. Holiday Sale Kickoff).description— free-text notes about what the event is for.date— the event date inYYYY-MM-DDform. This is the day the event is anchored to.
What an event is used for. A campaign can reference an event so that a scheduled send lines up with the event's date — the event provides the calendar anchor while the campaign provides the email template and audience.
No mass delete. Events are managed one at a time; the admin screen offers no bulk-delete action, so neither does the API.
Operations in this menu
| Action | Operation |
|---|---|
| List | adminMarketingEvents query |
| Detail | adminMarketingEvent query |
| Create | createAdminMarketingEvent mutation |
| Update | updateAdminMarketingEvent mutation |
| Delete | deleteAdminMarketingEvent mutation |
Relation. Events pair with Campaigns — a campaign may reference an event so its send lines up with the event date.
All Events operations require an admin Bearer token — see Authentication.

