API action inserting "/" numerous times within json body

Status: Open · Asked by Bryan Grasso-Shonka on · 0 views

SnackGuy — Question ·

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.

Arshil Ahmad — Reply ·

Hi @SnackGuy,

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

Thanks & Regards,
Arshil Ahmad
Customer Support Associate
? Pabbly.com
?Rate your support

Back to all forum threads · Log in to reply