• 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

Custom APP Integration with dynamic fields creation in frontend

I want to create an app which holds an action inside titled "Create/Update Lead". This basically requires user to map their lead_fields with the data source.
A specific user of this app can have different fields so I want a dynamic key-value pair binding of data where key is set by user and the value is mappable to the data from the datasource.

My RAW JSON Structure 1:
{
"fields": {
"name": "{{name}}",
"phone":"{{phone}}
},
"actions": [
{
"type": "SYSTEM_NOTE",
"text": "Pabbly: {{leadSource}}"
},
{
"type": "SYSTEM_NOTE",
"text": "Message: {{Any Other Message}}"
}
]
}

My RAW JSON Structure 2:

{
"fields": {
"name": "{{name}}",
"phone":"{{phone}},
"state": "{{state}}",
"district": "{{district}}"
},
"actions": [
{
"type": "SYSTEM_NOTE",
"text": "Pabbly: {{leadSource}}"
},
{
"type": "SYSTEM_NOTE",
"text": "Message: {{Any Other Message}}"
}
]
}
I want these extra fields like state district be based on add per need basis so that the whole flow works dynamically.
 

Nivesh

Moderator
Staff member
Hey @ankitTeleCRM,

Thank you for connecting with us.

To establish Custom Fields, it is essential to implement built-in actions and configure the parameters accordingly. You will need to select dynamic options within the settings in the front-end and save the test request. I have included this as a courtesy gesture. For additional information, please visit the following link: Learn more
For a comprehensive understanding of the integration process, we invite you to access the following resource: Learn more

If you face any issues do share account credentials and API doc with us our developer will help you set up the event properly.

Best Regards:
Nivesh
 
Last edited:
Top