Skip to content

Webhooks & SMS API

Outbound webhook configuration and SMS notification endpoints (Pro).

Authentication

These routes are registered with: CalendarPolicy.

Endpoints

MethodPathEditionOperationController
GET/calendars/{id}/events/{event_id}/sms-notificationsPROGet Slot Sms NotificationsTwilioController@getSlotSmsNotifications
POST/calendars/{id}/events/{event_id}/sms-notificationsPROSave Slot Sms NotificationsTwilioController@saveSlotSmsNotifications
POST/calendars/{id}/events/{event_id}/sms-notifications/clonePROClone Slot Sms NotificationsTwilioController@cloneSlotSmsNotifications
GET/calendars/{id}/events/{event_id}/webhooksPROGet FeedsWebhookController@getFeeds
POST/calendars/{id}/events/{event_id}/webhooksPROSave FeedWebhookController@saveFeed
POST/calendars/{id}/events/{event_id}/webhooks/clonePROClone FeedsWebhookController@cloneFeeds
DELETE/calendars/{id}/events/{event_id}/webhooks/{webhook_id}PRODelete FeedWebhookController@deleteFeed