Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Create a contact

POST
/api/v3/contacts

Create a contact

Media type application/json
object
api
boolean
email
string
firstName
string
lastName
string
tags
Array<string>
Examples
Example Create a contact
{
"api": true,
"email": "[email protected]",
"firstName": "Michael",
"lastName": "Schofield",
"tags": [
"amazing-contact",
"engaged"
]
}

Still can’t find what you need? Contact support.