startTrigger.cookie How to read cookie in workflow

startTrigger.cookie How to read cookie in workflow

My workflow work life interface and from outside could send request with cookies, but not in header. How I can read the cookies?

Hello @Dmitriy_Fedotov,

You may prefer this community forum : Passing a Cookie from a query RestAPI in Workflow

4 Likes

Thank you , but it is other case...

I send API query from Postman with cookie

  1. And in the workflow I need follow the cookie for authorization

  1. Or it can be in parameter
    image

In the first option it doesnt work
In the second option - how I can fetch the cookie?

1 Like

Hi @Dmitriy_Fedotov,

Thanks for reaching out & sharing helpful screenshots! Unfortunately, it doesn't look like this is currently supported :disappointed: You can pass data in the webhook as custom headers or in the body and then reference that data in startTrigger