• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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