Create an inbound webhook
connection_create_webhookCreate a webhook endpoint that receives events from external apps and converts them into tasks for your worker. Returns an endpoint URL and signing secret for secure event posting.
Instructions
Create a webhook connection: returns an endpointUrl + signingSecret (once) your app POSTs events to, which become tasks for the bound worker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| displayName | Yes | a label | |
| generateSecret | No | ||
| inboundAuthMode | No |