Register a new webhook endpoint. The webhook will automatically subscribe to the execution_complete event.
Authentication credentials depend on the auth_type:
no_auth — no additional fields requiredbasic — requires username and passwordbearer — requires tokenRequires the write scope.
Obtain a Bearer token via the Create access token endpoint using the OAuth2 client credentials flow.
A human-readable name for the webhook.
"Salesforce Integration"
The HTTPS URL that will receive webhook payloads.
"https://example.com/webhooks/simpledocs"
The authentication method for webhook delivery.
no_auth, basic, bearer Username for basic authentication.
Password for basic authentication.
Bearer token for bearer authentication.
Webhook created successfully.