Legacy Dev Forum Posts

 View Only

Sign Up

Send SMS Msg if Customer Drops call

  • 1.  Send SMS Msg if Customer Drops call

    Posted 06-05-2025 19:15

    David_Mann | 2024-01-02 16:22:45 UTC | #1

    Hey all,

    We have a request from one of our clients, when a Customer calls in, at any point during the IVR transition or Queue hold, if the customer drops the call. We need to send a SMS message to the number they called.

    Saying something like "Thank you for contacting <Client>. We are sorry we were unable to speak with you today. Your call is important to us. If you are calling with regards to <Issue>...."

    How can we implement a way so that its a Agentless SMS when the customer drops the call?


    SimonBrown | 2024-01-02 18:24:01 UTC | #2

    You can use triggers to detect Customer.end topic on Inbound Voice. That will fire a workflow type flow which can receive schema details on the topic, from which you can determine certain metrics. You may need to look at a conversation record to determine if agent answered as the disconnectType enum does not have a state for that. customer.end From there, send your SMS messages, or load up an agentless contact for outbound campaign

    Simon


    system | 2024-02-02 18:24:20 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 23904