I have a JSON response from the authentication step that includes a key pair with a customer ID value that I then need in the next trigger as a form parameter for a POST to retrieve some data for that customer. I am probably being very dim but I just can’t how to reference API call response data in the Zapier code.
Page 1 / 1
Hi bundle.authData
object. So if the customer ID is stored in customer_id, it can be referenced as bundle.authData.customer_id
.
Thanks
API Key
Try using Session Auth instead to be able to fetch the customer ID.
OK. Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.