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

Action Event API Config Issue - Need the request body

SnackGuy

Member
I am trying to develop a layered JSON POST message and am running into an issue. The API I am trying to integrate with requires a subset of "fields" within the JSON message but I am unable to find how to do this dynamically through the current version of the "API by Pabbly" action.

Below is a sample of the API sample that the API documentation has provided. I have been able to get the connection to work, but get an error stating "The fields field is required"

{
"campaign": 1,
"status": 1,
"source": 1,
"group": 1,
"users": [
1,
2
],
"users_emails": [
"[email protected]",
"[email protected]"
],
"fields": [
{
"id": 1,
"record": 1,
"value": "Test"
}
]
}

It does show that this is possible in this other post on the forum at the link below. However, I am unsure how to get to the custom "request body" field using the current setup.
 

ArshilAhmad

Moderator
Staff member
Hi @SnackGuy,

Could you please share the API documentation for the endpoint you are attempting to execute using the API by Pabbly module? You can try using the Custom Request action event method to get the field in which you can enter the data.

1701218214133.png
 
Top