Skip to main content

OutreachDispatchStep

channel_typeChannel Typerequired

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]

ext_channel_id object
anyOf
string
contact_typeContactType

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

Default value: phone
no_reply_timeout_secondsNo Reply Timeout Seconds
Default value: 86400
no_send_confirmation_timeout_secondsNo Send Confirmation Timeout Seconds
Default value: 3600
advance_only_without_send_confirmationAdvance Only Without Send Confirmation
Default value: false
max_contactsMax Contacts
Default value: 1
outreach_daily_limitOutreach Daily Limit
Default value: 0
non_connection_modeNon Connection Mode

Possible values: [invite, inmail, skip]

Default value: invite
invite_with_noteInvite With Note
Default value: false
invite_note object
anyOf
string
acceptance_wait_secondsAcceptance Wait Seconds
Default value: 1209600
OutreachDispatchStep
{
"channel_type": "telegram",
"ext_channel_id": "string",
"contact_type": "phone",
"no_reply_timeout_seconds": 86400,
"no_send_confirmation_timeout_seconds": 3600,
"advance_only_without_send_confirmation": false,
"max_contacts": 1,
"outreach_daily_limit": 0,
"non_connection_mode": "invite",
"invite_with_note": false,
"invite_note": "string",
"acceptance_wait_seconds": 1209600
}