• 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.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed.

API action inserting "/" numerous times within json body

SnackGuy

Member
Your Workflow URL
https://connect.pabbly.com/v2/app/workflow/mapping/IjU3NjcwNTZjMDYzMDA0M2M1MjZkNTUzNDUxMzYi_pc
Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
I am trying to transmit a json body via a Pabbly API action. However your tool appears to be inserting "/" all over the body. How do I turn this off?

Here's what it should send:
{
"appid":44,
"status": "4 In Underwriting"
}

Here's what it's sending:
"{ \"appid\": \"44\" \"status\": \"4 In Underwriting\"}"


This is occurring in the last step of the workflow.
 

ArshilAhmad

Well-known member
Staff member
Hi @SnackGuy,

We have removed the double quotes and added a comma to your JSON. Please check if that fixes the issue.
1771186579168.png


Thanks & Regards,
Arshil Ahmad
Customer Support Associate
🌐 Pabbly.com
👉Rate your support
 
Top