Skip to content

Create Event

Creates a marketing event — the Create Event action on the admin Marketing → Communications → Events screen.

TIP

New here? Read the Events overview for what an event does and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/eventsPOST

Details

  • Requires an admin Bearer token and the marketing.communications.events.create permission.
  • Returns the full event payload.

Request body

FieldTypeRequiredNotes
namestringyesEvent name
descriptionstringyesFree-text description
datestringyesEvent date (YYYY-MM-DD)

Released under the MIT License.