Skip to main content

BlacklistedContactCreate

A blocked contact within a product. The platform suppresses messaging to/from blacklisted contacts.

product_idProduct Idrequired

ID of the product (workspace) that owns this record. Most endpoints scope access by product.

contactContactrequired

The blocked address value.

contact_typeContactTyperequired

The kind of address — phone, username, chat_id, or email.

Possible values: [phone, username, chat_id, email]

channel_type object

Optional messaging platform the block is scoped to.

anyOf
string

Possible values: [telegram, whatsapp, waba, max, viber, instagram, fasttrack, usedesk, salebot, avito, vk, yandex_messenger, email, sms, pinbox, linkedin, amocrm_salesbot, bitrix24_openlines, sip, webrtc, bothelp]

BlacklistedContactCreate
{
"product_id": 0,
"contact": "string",
"contact_type": "phone",
"channel_type": "telegram"
}