Event Integrations API
Per-event integration configuration (CRM, automation feeds, custom integrations).
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /calendars/{id}/events/{event_id}/integrations | Core | Index | CalendarIntegrationController@index |
POST | /calendars/{id}/events/{event_id}/integrations/clone | Core | Clone Integrations | CalendarIntegrationController@cloneIntegrations |
GET | /calendars/{id}/events/{event_id}/integrations/{integration_id} | Core | Find | CalendarIntegrationController@find |
POST | /calendars/{id}/events/{event_id}/integrations/{integration_id} | Core | Update | CalendarIntegrationController@update |
DELETE | /calendars/{id}/events/{event_id}/integrations/{integration_id} | Core | Delete | CalendarIntegrationController@delete |
GET | /calendars/{id}/events/{event_id}/integrations/{integration_id}/merge-fields | Core | Integration List Component | CalendarIntegrationController@integrationListComponent |
GET | /calendars/{id}/events/{event_id}/integrations/{integration_id}/config-field-options | Core | Get Config Field Options | CalendarIntegrationController@getConfigFieldOptions |