Do you support custom fields for Agiled?
Status: Closed · Asked by Bison on · 0 views
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
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.
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 hidden]",
"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"
}
]
}
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!