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

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"
}
]
}
 
P

Pabblymember11

Guest
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