• 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

Simple Response not work in API Action?

Fagun Shah

Well-known member
It is showing it like that bcoz your response does not have any JSON array elements.

For example if we fetch all the woo-commerce products then it will have multiple products with same type of properties like Name,Price,Type etc.

That will be the array for simple response turned off. But in your case there is not array, so simple response turned off and on both gives same results.
 

khairulz

Member
It is showing it like that bcoz your response does not have any JSON array elements.

For example if we fetch all the woo-commerce products then it will have multiple products with same type of properties like Name,Price,Type etc.

That will be the array for simple response turned off. But in your case there is not array, so simple response turned off and on both gives same results.
RESPONSE Example
{
"status": true,
"message": "success",
"data": {
"403cf1d341a89cd7b002cbef1c337c85": {
"shipment_key": "403cf1d341a89cd7b002cbef1c337c85",
"integration_order_id": null,
"provider_code": "poslajud",
"tracking_no": "ERB750426807MY",
"declared_weight": "1.000",
"normal_price": "8.00",
"exclusive_price": "6.50",
"effective_price": "8.00",
"type": "parcel",
"send_method": "dropoff",
"shipment_status": "pending_dropoff",
"checkout_status": "paid",
"sender_name": "Sender Name",
"sender_company_name": "Big Company Somewhere",
"sender_address_line_1": "Menara KEN",
"sender_address_line_2": "Taman Tun Dr Ismail",
"sender_address_line_3": "",
"sender_address_line_4": "",
"sender_city": "Kuala Lumpur",
"sender_state": "WP Kuala Lumpur",
"sender_country": "Malaysia",
"sender_email": "[email protected]",
"receiver_phone": "0199999999",
"receiver_name": "Tun Mahathir",
"receiver_company_name": null,
"receiver_address_line_1": "Jabatan Perdana Menteri",
"receiver_address_line_2": "Bulatan Utama Putrajaya",
"receiver_address_line_3": "",
"receiver_address_line_4": "",
"receiver_city": "Ampang",
"receiver_state": "Selangor",
"receiver_country": null,
"receiver_email": "[email protected]",
"provider_label": "POSLaju",
"provider_logo": "http:\/\/app.stratos.local\/assets\/img\/poslaju.png"
}
},
"meta": ...
"hash": ...
}

thanks for your reply,

this respone example.

this is not array elements?
problem now, shipment key changes each time run the task

i try in integromat and integrately have no problem and i get raw respone
 
P

Pabblymember11

Guest
Hey @khairulz

We tested the same at our end on Postman and their API is currently providing data in key-value pairs. Also, the returned data is not in the JSON array elements, unless the API sends the data in an array or the data is in the same label multiple times then only "API by Pabbly" responds in advance response.

1647323645053.png
 

khairulz

Member
ok @Supreme , thanks for you respond.

i understand , can you suggest me how i can get raw body data,
because now i use integromat or integrately for get raw body data.
if get the solution, easy to me or maybe another same problem make just 1 workflows in pabbly.
 
P

Pabbly13

Guest
Hey @khairulz !

We are sorry, but we don't show with Raw Data as it is not user friendly.

Hope, you understand.
 
Top