Webhook (Skills)
Celonis Process Automation allows users to e.g. GET or POST a request via Webhooks.
Webhook - Overview
Webhooks are user-defined callbacks over HTTP.
Celonis Process Automation can GET or POST a request via Webhooks.
Request
Method (required): Select the Webhook method.
URL (required): Define the URL of the Webhook.
Data (optional): Define the data you would like to submit (in JSON format).
JSON format: { "parameter1":"test" }
Headers (optional): Define header information.
![]() |