Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Webhook

A webhook that can be used by dialog nodes to make programmatic calls to an external function. Note: Currently, only a single webhook named main_webhook is supported.

Hierarchy

  • Webhook

Index

Properties

Properties

Optional headers

headers: WebhookHeader[]

An optional array of HTTP headers to pass with the HTTP request.

name

name: string

The name of the webhook. Currently, main_webhook is the only supported value.

url

url: string

The URL for the external service or application to which you want to send HTTP POST requests.

Generated using TypeDoc