• 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. Normal operations will resume on Thursday, 5th March 2026.

JSON code for PUT API in Pabbly

Durkis

Member
Hi,

I am trying to do a PUT API request to Plutio. Its for a custom field in the Proposals section. I have looked on the API page and looked at examples, but I must have the syntax wrong. can you help?

The automation is Here, but I have a screenshot below which may make my mistake clear.

thank you again for your help.

Stu
1645949977939.png
 

Durkis

Member
OK. that's a great tool. I have validated the JSON code and I get this error:

1646784166611.png

So now I am trying to represent the custom fields as an array but after playing around with square brackets and commas and getting errors or bad code, I am not sure how to represent this. Can anyone help?
 

Hermes

Active member
Please use this:
"customFields" : [
{
"_id" : "PLbDXZKuH22Scn9Ya",
"value" : "{{__data.entity}}"
}
 

Durkis

Member
Please use this:
"customFields" : [
{
"_id" : "PLbDXZKuH22Scn9Ya",
"value" : "{{__data.entity}}"
}
Hi, Hermes, thanks for that. I must be using this wrongly, because JSONlint is giving me parse errors, both using the code as is, and trying to insert it where I had the "Customfields" name before hand. Can you help?
 

Attachments

  • Screenshot (20).png
    Screenshot (20).png
    213.9 KB · Views: 150
  • Screenshot (21).png
    Screenshot (21).png
    210.4 KB · Views: 155
Top