Appearance
Create contact method
POST
/organization/v1/contact-database/{contactId}/contact-method
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
contactId*
Contact ID
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "type": "string", "contact": "string", "status": "string", "included_channels": [ "string" ]
{
}
Responses
Contact method created
application/json
JSON "message": "string", "data": { "id": "string", "type": "string", "contact": "string", "status": "string", "created_at": "string" }
{
}
POST
/organization/v1/contact-database/{contactId}/contact-method
