contacts
Create a new contact
Creates a new contact with the specified email and optional metadata.
Rate limit: 300 requests per minute
post/contacts
Request body
Response
Example response
{
"data": {
"custom_fields": {
"role": {
"value": "admin"
}
}
}
}