v1
latestOpenAPI 3.0.02026-07-2491237338.9 KBContacts
Create a contact
Creates a contact.
post/contact/contacts
Request body
Example request
{
"remarkName": "remark name",
"nickname": "remark name",
"phoneNumber": "+16315551111",
"countryCode": "US",
"email": "support@example.com",
"ownerEmail": "support@example.com"
}Response
Successfully created a contact.
Example response
{
"nickname": "nickname",
"countryCode": "US",
"phoneNumber": "+16315551111",
"email": "support@example.com",
"lastSeen": "2022-06-01T12:00:00.000Z",
"lastMessageToPhoneNumber": "+16315551111",
"createTime": "2022-06-01T12:00:00.000Z",
"ownerEmail": "support@example.com",
"sourceType": "API",
"sourceId": "batch_import_123",
"sourceUrl": "https://example.com/signup"
}