• 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

Do you support custom fields for Agiled?

Bison

Member
I am sending data from Calendly to Agiled, and I created a custom field in Agiled, does Pabbly support custom fields? I am trying to map the fields using API and I don't see my custom field.

Kari
 

Pabbly

Administrator
Staff member
Please let us know the action event of Agiled application you're referring to. We will be needing to check if Agiled team is offering any API for supporting custom fields or not.
 

Bison

Member
This would be to create a new contact. I added a field called Salutation as a custom field, so I am trying to map the fields when my invitee's information comes from Calendly to Agiled.
Here is the API for Agiled.

{
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone": "+10033323333",
"job_title": "Manager",
"facebook": "https://facebook.com/profile ",
"linkedin": "https://linkedin.com/profile ",
"twitter": "https://twitter.com/profile ",
"skype": "user123",
"note": "this is a test note",
"tags": "tag1, tag2",
"account_id": "10",
"owner_id": 1,
"source_id": 1,
"status_id": 1,
"next_follow_up": "yes or no",
"last_contacted": "12/12/2020",
"addresses": [
{
"type": "Office Address",
"country": "United States",
"state": "Texas",
"city": "Houston",
"postal_code": "Houston",
"address1": "Address line 1",
"address2": "Address line 2"
}
],
"custom_fields": [
{
"key": "birth_day",
"value": "12/12/2000"
}
]
}
 

Supreme

Well-known member
Staff member
Hey @Bison

We have contacted Agiled Team about adding custom fields as per your request. We will update you once we have any information on the same.

Thanks!
 
Last edited by a moderator:
Top