Skip to main content

Celonis Product Documentation

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
  1. Method (required): Select the Webhook method.

  2. URL (required): Define the URL of the Webhook.

  3. Data (optional): Define the data you would like to submit (in JSON format).

    JSON format:
    {
    "parameter1":"test"
    }
  4. Headers (optional): Define header information.

41189386.png