Returns a list of outgoing SMS and email communications sent to invitees.
curl --request GET \
--url https://api.calendly.com/outgoing_communications \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://calendly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
URI of the organization.
Number of results to return per page (1-100).
1 <= x <= 100Opaque cursor for retrieving the next page of results.
Field and direction to sort results by.
OK
curl --request GET \
--url https://api.calendly.com/outgoing_communications \
--header 'Authorization: Bearer <token>'