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

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
contextSend context data with this component's event.{}
dict
sensitivetruebool
triggersActivate these dynamic triggers when the component runs. Check the component triggers guide for more info.[]list
urlnullstr
events["invitee.created","invitee.canceled"]list
wait_for_responsetruebool
integrationCalendlyIntegrationRef

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