type: meya.calendly.component.webhook.create
class: CalendlyCreateWebhookComponent
path: /meya/calendly/component/webhook/create.py
signature: -
Learn more: https://developer.calendly.com/docs/webhook-subscriptions
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
spec | ○ | ○ | Spec | null | Override the original spec for this element |
context | ○ | ○ | dict | {} | Send context data with this component's event |
sensitive | ○ | ○ | bool | true | |
triggers | ○ | ○ | list | [] | Activate these dynamic triggers when the component runs |
url | ○ | ○ | str | null | |
events | ○ | ○ | list | ["invitee.created","invitee.canceled"] | |
wait_for_response | ○ | ○ | bool | true | |
integration | ○ | ◉ | CalendlyIntegrationRef |
Examples
Basic
triggers:
- keyword: meya.calendly.component.webhook.create
steps:
- type: meya.calendly.component.webhook.create
integration: integration.calendly
Full
triggers:
- keyword: meya.calendly.component.webhook.create
steps:
- type: meya.calendly.component.webhook.create
spec:
type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
context:
STRING: ANY
sensitive: false
triggers:
- type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
url: STRING
events:
- invitee.created|invitee.canceled
wait_for_response: false
integration: integration.calendly