Hi
I've created some data actions/flows that give us the ability to send an SMS that contains the relevant survey URL at the end of a call (as long as the flow recognises a mobile number)
Customer loves this, but and here is the kicker, they want the policy to be for people who disconnect in the flow or queue as there is messaging directing callers to digital channels and the customer wishes to understand caller's opinion.
Does anyone have any idea how we would complete this?
The functionality you've mentioned in the first part of your post is exactly what I'm looking for.
I can create an sms on the back of a call, but I can't figure out how to get the Survey URL into the SMS. Are you possibly able to share how you did this please?
Hi Nick
Create a data table using conversation ID as key and phone number as a field
For incoming calls update the data table with ID and phone number
In a survey invite flow
Do a look up on the data table to return the phone number
Call an agentless SMS data action using the phone number returned and expression survey.Url as the body
The only bit of a pain is:
The complete survey email would need to be your own or customers with a rule set to delete the surveys
Obviously, you can add checks to ensure it's a valid number or even request one.
Are you possibly able to help with one further thing? Is there a way of editing the survey link that is produced when using survey.url, as it's not a very friendly looking link to click, just wondered if we are able to change this to "Click this link to take our survey".
Hi @Ebenezer_Osei
I've managed to build an action to trigger on a flow end. How would I "trigger" the survey for this one flow please as it does not get answered in a queue.