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?
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
Thank you , but it is other case...
I send API query from Postman with cookie
In the first option it doesnt work
In the second option - how I can fetch the cookie?
Hi @Dmitriy_Fedotov,
Thanks for reaching out & sharing helpful screenshots! Unfortunately, it doesn't look like this is currently supported You can pass data in the webhook as custom headers or in the body and then reference that data in
startTrigger