Event Email Notifications API
Per-event email notification templates and configuration.
Authentication
These routes are registered with: CalendarPolicy.
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /calendars/{id}/events/{event_id}/email-notifications | Core | Get Event Email Notifications | CalendarController@getEventEmailNotifications |
POST | /calendars/{id}/events/{event_id}/email-notifications | Core | Save Event Email Notifications | CalendarController@saveEventEmailNotifications |
POST | /calendars/{id}/events/{event_id}/email-notifications/clone | Core | Clone Event Email Notification | CalendarController@cloneEventEmailNotification |