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

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

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: 135
  • Screenshot (21).png
    Screenshot (21).png
    210.4 KB · Views: 141
Top