API receives a value but i can't foward it to e-mail
Status: Open · Asked by drpx on · 0 views
I set up an automation to fetch an API and then foward some of it's values to my e-mail for testing.
The API receives the correct values (as you can see in the first printscreen)
Then, I select the values I want to be sent to me as you can see in the second printscreen
After that, I click on save & send test request, so I receive all the values I want perfectly on my e-mail (as you can see in the third printscreen)
But when I set the automation to run (it catches webhooks and for each webhook I receive an e-mail), I get the e-mail with "name" value, but no "phone" and "status" values.
For context, the values that are not being sent are inside and object {}, but since i selected them manually I don't think it has anything to do with this bug
1) API Response:

2) E-mail content (all from API request):

3) Test e-mail (Save & send test request button). As you can see, I get all 3 fields I wanted

4) When the automation is set to run, I get the name but I never (I tested many times) get the Phone & Status values

Thanks for helping
API Response values:

this is way more complicated that it is supposed to be
how do i simple acess the API request as whole, so I can get the values at API_REQ['data']['status'] ?
Hello @drpx
It seems you have made some changes in your workflow due to which we are unable to find the phone number and status in the email content field in step three of your workflow.
However, as per your latest message, it seems you want the response to be received in JSON format. To capture the response in advance format please refer to the attached screenshot to learn how to capture the response in an advance format.
