Hi Brad,
Thanks for reaching out! If you are using the custom action in the prebuilt connectors, you wouldn't need to handle the authentication, so you shouldn't need to pass the token in. Were you facing issues with a particular recipe?
Yes, I'm trying several Get actions using the custom action in the prebuilt TSheets connector and they're not returning any results. This is the output of a test Job:
Based on the TSheets API documentation, my hypothesis is that a Token header needs to be passed in the call because the endpoint is not account specific. See TSheet's documentation below:
Example Request:
Hi Brad,
I tried the same action in our test instance, and it works to do a "Get Jobcode" custom action with only the Request URL in the custom action. Perhaps you can send a link to your recipe so we can take a look?
Interesting. Ok, I'll open a ticket with a the private link if I can't find a work around.
Send us a ticket, we will try our best to assist you with your problem
Brad Eisenberg
How can I pass a Token into a Custom Action
I want to use a custom action using the TSheets connector. TSheet's API documentation specifies that a Token needs to be passed with any API call. I'm able to set the service path and input parameters with the Custom Action, but I can't figure out how to pass the API token.
Any ideas?