Contacts A P I
Create a contact
Create a contact
Path Parameters
inbox_identifier*string
The identifier obtained from API inbox channel
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/public/api/v1/inboxes/string/contacts" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"source_id": "string",
"name": "string",
"email": "string",
"phone_number": "string",
"pubsub_token": "string"
}{
"description": "string",
"errors": [
{
"field": "string",
"message": "string",
"code": "string"
}
]
}