
Calendly API Integration Profile
Information and guides about integrating with Calendly API
Add Calendly Integration to Your ProductGet Event Invitee in Calendly API
Returns information about a specified Invitee (person invited to an event).
Input schema fields
| Field Name | API Key | Type | |
|---|---|---|---|
| Path Parameters | pathParameters | object | |
| Event Uuid | pathParameters.event_uuid | string | |
| Invitee Uuid | pathParameters.invitee_uuid | string | |
| Query | query | object | |
| Headers | headers | object |
Output schema fields
| Field Name | API Key | Type | Description |
|---|---|---|---|
| Invitee | resource | object | An individual who has been invited to meet with a Calendly member |
| Uri | resource.uri | string | Canonical reference (unique identifier) for the invitee |
| resource.email | string | The invitee’s email address | |
| First Name | resource.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 | resource.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. |