drpx
Member
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
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