
Calendly helps you easily schedule meetings based on participants availability.
|
Status: Preview |
Tier: Premium |
Version: 1.0.0 |
|
Name |
Summary |
|
List webhooks |
|
|
Delete hook |
|
|
|
|
Name |
Summary |
|
WebhookCreateInvitee (WebhookCreateInviteeParameterBody body) |
When an event is created |
|
WebhookCancelInvitee (WebhookCancelInviteeParameterBody body) |
When an event is canceled |
|
Name |
Summary |
|
|
|
|
|
|
|
|
Summary: List webhooks
Description: List webhooks.
Syntax:
Calendly.ListWebhooks ()
Returns:
Type:ListWebhooksResponse
Summary: Delete hook
Description: Delete a hook.
Syntax:
Calendly.DeleteHook (string hookId)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
hookId |
string
|
|
True |
Returns:
Summary:
Description:
Syntax:
Calendly.WebhookResponse ()
Returns:
Summary: When an event is created
Description: Triggers when a new event is created.
Syntax:
Calendly.WebhookCreateInvitee (WebhookCreateInviteeParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
body |
WebhookCreateInviteeParameterBody
|
|
True |
Returns:
Type:string
Summary: When an event is canceled
Description: Triggers when an event is canceled.
Syntax:
Calendly.WebhookCancelInvitee (WebhookCancelInviteeParameterBody body)
Parameters:
|
Name |
Type |
Summary |
Required |
Related Action |
|
body |
WebhookCancelInviteeParameterBody
|
|
True |
Returns:
Type:string
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
data |
array of (DataItem)
|
|
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
attributes |
|
attributes |
|
id |
integer(int32) Webhook Id |
Unique Id of the webhook. |
|
type |
string Type |
Type of webhook. |
Summary:
Description: attributes
Properties:
|
Name |
Type |
Summary |
|
created_at |
string(date-time) Created At |
Create Date/Time of the webhook. |
|
state |
string State |
State of the webhook. |
|
url |
string URL |
URL of the webhook. |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
url |
string url |
url |
Summary:
Description:
Properties:
|
Name |
Type |
Summary |
|
url |
string url |
url |