calendly.webhook.create

Learn more: https://developer.calendly.com/docs/webhook-subscriptions

Element details

type: meya.calendly.component.webhook.create
class: CalendlyCreateWebhookComponent
path: /meya/calendly/component/webhook/create.py
signature: -

Fields

field

description

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

required

signature

default

type

spec

Override the original spec for this element.

null

Spec

context

Send context data with this component's event.

{}

dict

sensitive

true

bool

triggers

Activate these dynamic triggers when the component runs. Check the component triggers guide for more info.

[]

list

url

null

str

events

["invitee.created","invitee.canceled"]

list

wait_for_response

true

bool

integration

CalendlyIntegrationRef

Usage reference

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