WebhooksProvider-Integrations-Webhook empfangen

Provider-Integrations-Webhook empfangen

Eingehende Events von unterstützten Providern (z. B. cal.com, calendly, slack). Authentifiziert mit per-Webhook-HMAC über X-Talkturo-Secret.

curl -X POST "https://api.talkturo.com/api/flow/integrations/webhooks/example_string" \
  -H "Content-Type: application/json" \
  -H "X-Talkturo-Secret: example_string" \
  -H "X-Talkturo-Secret: YOUR_API_KEY"
{}
POST
/flow/integrations/webhooks/{provider}
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-Talkturo-Secret)
X-Talkturo-Secretstring
Required

SHA-256-HMAC-Digest des rohen Request-Body. Wird für veröffentlichte TurboFlow-Flow-Trigger (Key = Version trigger_secret) und einige Integrations-Webhooks verwendet.

SHA-256-HMAC-Digest des rohen Request-Body. Wird für veröffentlichte TurboFlow-Flow-Trigger (Key = Version trigger_secret) und einige Integrations-Webhooks verwendet.
path
providerstring
Required

Provider-Name (cal.com, calendly, slack usw.)

Content-Typestring
Required

The media type of the request body

Options: application/json
No request body parameters defined
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-Talkturo-Secretstring
Required

API Key for authentication. SHA-256-HMAC-Digest des rohen Request-Body. Wird für veröffentlichte TurboFlow-Flow-Trigger (Key = Version trigger_secret) und einige Integrations-Webhooks verwendet.

Path Parameters

providerstring
Required

Provider-Name (cal.com, calendly, slack usw.)

Headers

Body

application/json
dataobject
Required

Raw application/json data

Responses

Webhook verarbeitet