
Calendly API Integration Profile
Information and guides about integrating with Calendly API
Add Calendly Integration to Your ProductList Event Invitees in Calendly API
Returns a list of Invitees for an event.
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Uuid | pathParameters.uuid | string | |
Query | query | object | |
Status | query.status | string | |
Sort | query.sort | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Collection | collection | array of items | The set of event invitees matching the criteria |
Uri | item.uri | string | Canonical reference (unique identifier) for the invitee |
item.email | string | The invitee’s email address | |
First Name | item.first_name | string | The first name of the invitee who booked the event when the event type is configured to use separate fields for first name and last name. Null when event type is configured to use a single field for name. |
Last Name | item.last_name | string | The last name of the invitee who booked the event when the event type is configured to use separate fields for first name and last name. Null when event type is configured to use a single field for name. |