Hey all — I have a question about
custom workflow actions. How can I add a header to the HTTP request?
I’m sure it’s possible, but I haven’t been able to figure it out. I think I might need to use a
PRE_ACTION_EXECUTION function but I’m not sure.
I’ll add a simplified version of the payload of my action to the thread so that you can see how it is set up. It’s currently working, but I want to secure the endpoint and ask the user to provide a token via UI, using one of the action inputs (open to other methods if you have better suggestions!). The idea is to then add an
Authorization: Bearer token header to the action.
Thanks a lot!