Webhook (Skills)
Quick-Start
Celonis Process Automation allows users to e.g. GET or POST a request via Webhooks.
Overview
Webhook - Overview
Webhooks are user-defined callbacks over HTTP.
Celonis Process Automation can GET or POST a request via Webhooks.
Supported Actions
Celonis Process Automation currently supports the following actions for Webhook:
Actions
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.
![]() |