• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Outputing Structured JSON to execute API request

Not sure if im being stupid or if this is the place to ask but here goes. I've got a form linked up into Pabbly pulling in the variables submitted and I need to output this to an endpoint using structured JSON.
This instructions I have are below but im struggling to work out how to output the data as parameters such as title need to be contained within a parent parameter called lead. Can anyone tell me where im going wrong?

{

"version": 1,

"apiKey": "Your API Key",

"test": true/false,
boolean, default false

"lead": {

"supplierLeadRef": "Your Lead Ref",
string, max 30

"title": "Customer Title", string, max 10, optional

"firstName": "Customer First Name(s)", string, max 100, can be empty string

"lastName": "Customer Last Name", string, max 100, can be empty string

"phone": "Customer Phone Number", string, max 100

"email": "Customer e-Mail", string, max 100

"houseNumberOrName": "Customer House Number or Name", string, max 100, optional

"street": "Customer Street", string, max 100, optional

"postcode": "Customer Postcode", string, max 10

"productId": Product ID number, number, >=1, optional. Contact us for Product ID numbers.

"details": "Further Details" string, optional

}

}
 

ArshilAhmad

Moderator
Staff member
Hi @chriswiseman,

You can make a 'Custom POST Request' and enter the raw JSON in the Data field.
1726080017075.png


 
Top