Webhooks & SMS API
Outbound webhook configuration and SMS notification endpoints (Pro).
Authentication
These routes are registered with: CalendarPolicy.
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /calendars/{id}/events/{event_id}/sms-notifications | PRO | Get Slot Sms Notifications | TwilioController@getSlotSmsNotifications |
POST | /calendars/{id}/events/{event_id}/sms-notifications | PRO | Save Slot Sms Notifications | TwilioController@saveSlotSmsNotifications |
POST | /calendars/{id}/events/{event_id}/sms-notifications/clone | PRO | Clone Slot Sms Notifications | TwilioController@cloneSlotSmsNotifications |
GET | /calendars/{id}/events/{event_id}/webhooks | PRO | Get Feeds | WebhookController@getFeeds |
POST | /calendars/{id}/events/{event_id}/webhooks | PRO | Save Feed | WebhookController@saveFeed |
POST | /calendars/{id}/events/{event_id}/webhooks/clone | PRO | Clone Feeds | WebhookController@cloneFeeds |
DELETE | /calendars/{id}/events/{event_id}/webhooks/{webhook_id} | PRO | Delete Feed | WebhookController@deleteFeed |