• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

API receives a value but i can't foward it to e-mail

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:

pabbly1.png



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

pabbly2.png


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

Pabbly3.png


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

Pabbly4.png


Thanks for helping
 

drpx

Member
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'] ?
 

Preeti Paryani

Well-known member
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.

1731390122614.png
 
Top