Hi Folks,
I created an app on zapier (dummy name) “xyz”.
I am a developer of “xyz” app who is integrating the “xyz” plugin into zapier.
I configured this app by selecting the authentication method as “API Key Authentication”. While configuring it, I provided the API endpoint URL.
I want to store the data that I get from my APIs and want to use them while firing triggers.
My API response after authentication
{token:”ASDEQWEADS123123QADASDADASD”}
I have set {{bundle.inputData.token}} to Connection Label.
But now firing any trigger of action’s form ‘s field, I want to send this token to my API.
But didn’t receive the “token” key in whole bundle object (this was only containing - auth form data & action form data)
headers: {
'bundleData': JSON.stringify(bundle)
},
Currently using - API Key Authentication Method
Please help