Not returning the payload on the startTrigger

I'm trying to set up a simple proof of concept to use outside post with a data payload and return the contents after the webhook is triggered.

the startTrigger.data does not seem to be retruning "hello from postman"

Hi,

Webhook event payloads are required to be sent in json. Changing the body type to JSON in postman should fix this!
Relevant docs: Trigger workflows with webhooks | Retool Docs

1 Like

Also, you have no Input in the start trigger, so there is no startTrigger.data to return. If you add something, it works just fine:

Thank you both. It's working now. I changed postman to raw JSON and added the input in the startTrigger.