Webhook Trigger does not get the JSON Payload

Hello team,

I try to trigger my automation via Webhook Trigger. The Webhook requests includes JSON data that I want to use in my automation.

I followed this guide: Activities - Trigger an automation using the HTTP Webhook connector when a message is posted to Slack

However, the automation always ONLY uses whats in the Debug Body field. Its not taking the real body from the webhook request.

Can you help me with that?

Best regards

@FeRo

Welcome to the community

Can you show some screenshots of your implementation

Cheers

this is the implementation. And the log message always show empty objects.

I trigger it using a simple POST REST Request with a JSON Body.