Create Contacts
Create Contacts in any supported CRM
Query parameters
Set to true to include data from the original CRM software.
Headers
The connection token
Request body
Example request
{
"first_name": "John",
"last_name": "Doe",
"email_addresses": [
{
"email": "john.doe@example.com",
"type": "WORK"
}
],
"phone_numbers": [
{
"phone": "1234567890",
"type": "WORK"
}
],
"addresses": [
{
"street": "123 Main St",
"city": "Anytown",
"state": "CA",
"zip": "12345",
"country": "USA",
"type": "WORK"
}
],
"user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"field_mappings": {
"fav_dish": "broccoli",
"fav_color": "red"
}
}Response
Example response
{
"first_name": "John",
"last_name": "Doe",
"email_addresses": [
{
"email": "john.doe@example.com",
"type": "WORK"
}
],
"phone_numbers": [
{
"phone": "1234567890",
"type": "WORK"
}
],
"addresses": [
{
"street": "123 Main St",
"city": "Anytown",
"state": "CA",
"zip": "12345",
"country": "USA",
"type": "WORK"
}
],
"user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"field_mappings": {
"fav_dish": "broccoli",
"fav_color": "red"
},
"id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
"remote_id": "id_1",
"remote_data": {
"fav_dish": "broccoli",
"fav_color": "red"
},
"created_at": "2024-10-01T12:00:00Z",
"modified_at": "2024-10-01T12:00:00Z"
}Changes
Changed in 6 of the 18 revisions of this API.98865
- ▲
removed the enum value
MOBILEof the request propertyphone_numbers/items/phone_typerequest-property-enum-value-removed
- ▲
removed the enum value
PERSONALof the request propertyaddresses/items/address_typerequest-property-enum-value-removed
- ▲
removed the enum value
PERSONALof the request propertyemail_addresses/items/email_address_typerequest-property-enum-value-removed
- ▲
removed the enum value
WORKof the request propertyaddresses/items/address_typerequest-property-enum-value-removed
- ▲
removed the enum value
WORKof the request propertyemail_addresses/items/email_address_typerequest-property-enum-value-removed
- ▲
removed the enum value
WORKof the request propertyphone_numbers/items/phone_typerequest-property-enum-value-removed
- ○
removed the
MOBILEenum value from thephone_numbers/items/phone_typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PERSONALenum value from theaddresses/items/address_typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PERSONALenum value from theemail_addresses/items/email_address_typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
WORKenum value from theaddresses/items/address_typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
WORKenum value from theemail_addresses/items/email_address_typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
WORKenum value from thephone_numbers/items/phone_typeresponse property for the response status201response-property-enum-value-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
request property
addresses/items/address_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
email_addresses/items/email_address_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
email_addresses/items/owner_typewas restricted to a list of enum valuesrequest-property-became-enum
- ▲
request property
phone_numbers/items/phone_typewas restricted to a list of enum valuesrequest-property-became-enum
- ●
added the new
COMPANYenum value to theemail_addresses/items/owner_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
CONTACTenum value to theemail_addresses/items/owner_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
MOBILEenum value to thephone_numbers/items/phone_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PERSONALenum value to theaddresses/items/address_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PERSONALenum value to theemail_addresses/items/email_address_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
WORKenum value to theaddresses/items/address_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
WORKenum value to theemail_addresses/items/email_address_typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
WORKenum value to thephone_numbers/items/phone_typeresponse property for the response status201response-property-enum-value-added
- ○
added the new
COMPANYenum value to the request propertyemail_addresses/items/owner_typerequest-property-enum-value-added
- ○
added the new
CONTACTenum value to the request propertyemail_addresses/items/owner_typerequest-property-enum-value-added
- ○
added the new
MOBILEenum value to the request propertyphone_numbers/items/phone_typerequest-property-enum-value-added
- ○
added the new
PERSONALenum value to the request propertyaddresses/items/address_typerequest-property-enum-value-added
- ○
added the new
PERSONALenum value to the request propertyemail_addresses/items/email_address_typerequest-property-enum-value-added
- ○
added the new
WORKenum value to the request propertyaddresses/items/address_typerequest-property-enum-value-added
- ○
added the new
WORKenum value to the request propertyemail_addresses/items/email_address_typerequest-property-enum-value-added
- ○
added the new
WORKenum value to the request propertyphone_numbers/items/phone_typerequest-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
addressesbecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/address_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/citybecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/countrybecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/owner_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/postal_codebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/statebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/street_1became nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/street_2became nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addressesbecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addresses/items/email_addressbecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addresses/items/email_address_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addresses/items/owner_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
field_mappingsbecame nullable for the status201response-property-became-nullable
- ▲
the response property
first_namebecame nullable for the status201response-property-became-nullable
- ▲
the response property
idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
last_namebecame nullable for the status201response-property-became-nullable
- ▲
the response property
modified_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbersbecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbers/items/owner_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbers/items/phone_numberbecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbers/items/phone_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_databecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
user_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame optional for the status201response-property-became-optional
- ▲
the response property
field_mappingsbecame optional for the status201response-property-became-optional
- ▲
the response property
modified_atbecame optional for the status201response-property-became-optional
- ▲
the response property
remote_databecame optional for the status201response-property-became-optional
- ▲
the
created_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ▲
the
modified_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○
the request property
addressesbecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/address_typebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/citybecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/countrybecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/owner_typebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/postal_codebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/statebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/street_1became nullablerequest-property-became-nullable
- ○
the request property
addresses/items/street_2became nullablerequest-property-became-nullable
- ○
the request property
email_addressesbecame nullablerequest-property-became-nullable
- ○
the request property
email_addresses/items/email_addressbecame nullablerequest-property-became-nullable
- ○
the request property
email_addresses/items/email_address_typebecame nullablerequest-property-became-nullable
- ○
the request property
email_addresses/items/owner_typebecame nullablerequest-property-became-nullable
- ○
the request property
field_mappingsbecame nullablerequest-property-became-nullable
- ○
the request property
first_namebecame nullablerequest-property-became-nullable
- ○
the request property
last_namebecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbersbecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbers/items/owner_typebecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbers/items/phone_numberbecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbers/items/phone_typebecame nullablerequest-property-became-nullable
- ○
the request property
user_idbecame nullablerequest-property-became-nullable
- ○
the request property
field_mappingsbecame optionalrequest-property-became-optional
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request property
addressesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/address_typebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/citybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/countrybecame not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/owner_typebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/postal_codebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/statebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/street_1became not nullablerequest-property-became-not-nullable
- ▲
the request property
addresses/items/street_2became not nullablerequest-property-became-not-nullable
- ▲
the request property
email_addressesbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
email_addresses/items/email_addressbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
email_addresses/items/email_address_typebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
email_addresses/items/owner_typebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
field_mappingsbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
first_namebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
last_namebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
phone_numbersbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
phone_numbers/items/owner_typebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
phone_numbers/items/phone_numberbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
phone_numbers/items/phone_typebecame not nullablerequest-property-became-not-nullable
- ▲
the request property
user_idbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
field_mappingsbecame requiredrequest-property-became-required
- ▲
the
created_atresponse's property type/format changed fromstring/date-timetoobject/for status201response-property-type-changed
- ▲
the
modified_atresponse's property type/format changed fromstring/date-timetoobject/for status201response-property-type-changed
- ○
the endpoint scheme security
bearerwas added to the APIapi-security-added
- ○
the response property
created_atbecame required for the status201response-property-became-required
- ○
the response property
field_mappingsbecame required for the status201response-property-became-required
- ○
the response property
modified_atbecame required for the status201response-property-became-required
- ○
the response property
remote_databecame required for the status201response-property-became-required
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
addressesbecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/address_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/citybecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/countrybecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/owner_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/postal_codebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/statebecame nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/street_1became nullable for the status201response-property-became-nullable
- ▲
the response property
addresses/items/street_2became nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addressesbecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addresses/items/email_addressbecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addresses/items/email_address_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
email_addresses/items/owner_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
field_mappingsbecame nullable for the status201response-property-became-nullable
- ▲
the response property
first_namebecame nullable for the status201response-property-became-nullable
- ▲
the response property
idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
last_namebecame nullable for the status201response-property-became-nullable
- ▲
the response property
modified_atbecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbersbecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbers/items/owner_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbers/items/phone_numberbecame nullable for the status201response-property-became-nullable
- ▲
the response property
phone_numbers/items/phone_typebecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_databecame nullable for the status201response-property-became-nullable
- ▲
the response property
remote_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
user_idbecame nullable for the status201response-property-became-nullable
- ▲
the response property
created_atbecame optional for the status201response-property-became-optional
- ▲
the response property
field_mappingsbecame optional for the status201response-property-became-optional
- ▲
the response property
modified_atbecame optional for the status201response-property-became-optional
- ▲
the response property
remote_databecame optional for the status201response-property-became-optional
- ▲
the
created_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ▲
the
modified_atresponse's property type/format changed fromobject/tostring/date-timefor status201response-property-type-changed
- ○
the request property
addressesbecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/address_typebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/citybecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/countrybecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/owner_typebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/postal_codebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/statebecame nullablerequest-property-became-nullable
- ○
the request property
addresses/items/street_1became nullablerequest-property-became-nullable
- ○
the request property
addresses/items/street_2became nullablerequest-property-became-nullable
- ○
the request property
email_addressesbecame nullablerequest-property-became-nullable
- ○
the request property
email_addresses/items/email_addressbecame nullablerequest-property-became-nullable
- ○
the request property
email_addresses/items/email_address_typebecame nullablerequest-property-became-nullable
- ○
the request property
email_addresses/items/owner_typebecame nullablerequest-property-became-nullable
- ○
the request property
field_mappingsbecame nullablerequest-property-became-nullable
- ○
the request property
first_namebecame nullablerequest-property-became-nullable
- ○
the request property
last_namebecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbersbecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbers/items/owner_typebecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbers/items/phone_numberbecame nullablerequest-property-became-nullable
- ○
the request property
phone_numbers/items/phone_typebecame nullablerequest-property-became-nullable
- ○
the request property
user_idbecame nullablerequest-property-became-nullable
- ○
the request property
field_mappingsbecame optionalrequest-property-became-optional
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the endpoint scheme security
bearerwas removed from the APIapi-security-removed
- ○