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
| Endpoint | Method |
|---|---|
/api/admin/marketing/events | POST |
Details
- Requires an admin Bearer token and the
marketing.communications.events.createpermission. - Returns the full event payload.
Request body
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | yes | Event name |
description | string | yes | Free-text description |
date | string | yes | Event date (YYYY-MM-DD) |

