Skip to content

Автоматический обзвон клиентов клиники с напоминанием даты и возможностью подтвердить, отменить запись

Notifications You must be signed in to change notification settings

vaestvita/bitrix_autoinformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autoinformer

Автоматический обзвон клиентов клиники с напоминанием даты и возможностью подтвердить, отменить запись

робот в битрикс24 (исходящий вебхук)

http://server-ip/call.php?phone={{Контакт: Мобильный телефон}}&deal_date={{Дата и время записи}}&deal_id={{ID}}

пример маршрутизации для IVR

[customdests]
include => customdests-custom
exten => dest-2,1,Noop(Entering Custom Destination decline deal)
exten => dest-2,n,Gosub(deal_action,decline,1())
exten => dest-2,n,Noop(Returned from Custom Destination decline deal)
exten => dest-2,n,Goto(play-system-recording,5,1)

exten => dest-3,1,Noop(Entering Custom Destination confirm deal)
exten => dest-3,n,Gosub(deal_action,confirm,1())
exten => dest-3,n,Noop(Returned from Custom Destination confirm deal)
exten => dest-3,n,Goto(play-system-recording,5,1)

;--== end of [customdests] ==--;

About

Автоматический обзвон клиентов клиники с напоминанием даты и возможностью подтвердить, отменить запись

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages