Path: <https://my.wepster.com/api/v1/contact/add>
connectionId, // **String, required parameter**
channelType, // **String**, **required parameter,** allowed value ’whatsapp’, ‘alphasms’, ‘echat’, ‘telegram’
name, // **String, required parameter**
phone, // ****String, required parameter**
templateName, // **String, optional parameter, required parameter if channelType equals whatsapp**
templateLanguageCode // **String, optional parameter, required parameter if channelType equals whatsapp**
Приклад
{
connectionId: 'MQwhdO9dO6zPk2yn',
channelType: 'telegram',
name: 'Валентина',
phone: '38097200004',
}
Errors