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