Create Contact
To create a contact, make a POST request to the following endpoint:
Request
Include your API key in the Authorization header of the request, as described in the Authorization section.
Response
A successful response to the create contact endpoint will return the contact object in the JSON format. The response will include various details about the contact, such as its ID, name, and any associated details.
POST
https://api.peach-in.com/v4/contacts
Request Body
address
String
lastName*
String
Contact's last name
firstName*
String
Contact's first name
phone
String
Contact's phone number
email*
String
Contact's email address
city
String
street
String
streetNumber
String
aptNumber
String
zipCode
String
groups
Array
Names of groups to add to the contact
customProperties
Object
object with contact's custom properties as set up in the system.
Last updated