" /> Scheduling a SMS using Composer - Genesys CTI User Forum

Author Topic: Scheduling a SMS using Composer  (Read 4493 times)

Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Scheduling a SMS using Composer
« on: September 16, 2017, 05:04:35 PM »
Advertisement
Hi Experts,

I want to Schedule SMS so i can send the SMS to customer in some interval or fixed time.
can you please suggest how can i achieve the same?

Thanks
AK

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Scheduling a SMS using Composer
« Reply #1 on: September 16, 2017, 05:48:42 PM »
Using Outbound OCS solution you could insert the record to be dialed at specific time.

Enviado de meu E6633 usando Tapatalk


Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #2 on: September 16, 2017, 05:56:15 PM »
from OCS i can only dial call right? I need to send SMS to customer phone number. Can i do it using SMS gateway somehow?

Whenever Customer opts for the call back I need to send SMS to the customer mobile phone. This I can do using SMS block immediately .
Now before customer getting called I want to send the SMS again to his cell phone saying you will receive call back in a while.

How can i schedule my SMS in this case ?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Scheduling a SMS using Composer
« Reply #3 on: September 16, 2017, 06:43:43 PM »
You can send sms with Proactive solution

Enviado de meu E6633 usando Tapatalk


Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #4 on: September 17, 2017, 02:07:53 AM »
Thanks for the suggestion.
Sorry i am not aware which proactive solution you are talking about :(.
can you please be more specific if it's a Genesys product or a customized solution?

Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #5 on: September 17, 2017, 05:31:43 AM »
As of now i am using Genesys SMS server to send SMS out.  I can create a new SMS using Create SMS block and it goes out successfully.
I want this SMS to be scheduled.

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Scheduling a SMS using Composer
« Reply #6 on: September 18, 2017, 05:44:55 AM »
Use the condition option/feature on IQ view level to achieve that, it is quite simple. Other option is make a loop in current strategy, where you check the scheduled time against the current time - in case it matches, the interaction/SMS will be send out. From my point of view, the first option is more systematic and would not lead to the high performance usage and high interaction count on active routing level.

Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #7 on: September 18, 2017, 12:04:22 PM »
Hi Kubig,

Thanks for the reply. however can you please let me know if i can find this option in some documentation to refer?  I have not done it earlier :S

"Use the condition option/feature on IQ view level to achieve that"

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Scheduling a SMS using Composer
« Reply #8 on: September 18, 2017, 12:21:48 PM »
use IRD help - > topic "Creating a Business Process: Overview" -> section 6. Adding a View object or the Business Process user guide.
« Last Edit: September 18, 2017, 12:24:50 PM by Kubig »

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Scheduling a SMS using Composer
« Reply #9 on: September 18, 2017, 12:24:07 PM »
You can find all required information in URS 8.1 Business Process User's Guide - sections Creating Business Process / Creating Business Process Objects / Adding a View / Scheduling Tab

R.

Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #10 on: September 18, 2017, 03:38:16 PM »
Thank you guys for your help.
I will check the document further :)

Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #11 on: September 23, 2017, 12:35:10 PM »
I read the documents and as per documents first i need to capture the ReceivedAt time from Interaction. But here my scenario is .

1) Customer requests a Call back setup. This is a REST request .
2) In Genesys we are capturing certain parameters and scheduling the call back.
3) Once call back is setup i need to send the SMS on customer mobile number confirming that call back is scheduled.
4) Now before customer gets a call back at the scheduled time I need to send one more SMS  saying that you are about the recieve a call.

I am able to achieve steps 1-3. But in 4th Step I am not sure how can i schedule it. I tried the option suggested in last posts. But in my case I don't have any interaction to capture interaction attributes.

There is one more option to use OCS to schedule SMS, can you please let me know if anyone has done it ? and how can it be acheived?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Scheduling a SMS using Composer
« Reply #12 on: September 23, 2017, 02:24:24 PM »
Just create 2nd sms interaction in step no.3, set ScheduleAt time to time you want to send it and place this interaction to Interaction Queue/View that handles just scheduled interactions.
Such interaction will be passed to routing (= send out) at time provided in ScheduleAt. In reality, this will be later as Interaction Server doesn't check view every second.

R.

Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #13 on: September 24, 2017, 01:15:20 PM »
Hi Rene,

Thanks for the response.
When you say Create Interaction for 2nd SMS , I suppose using Create Interaction block right?
Also how can I set the ScheuledAt time? Using same business process example you mean ? but I don't have RecivedAt time

Sorry But i just cannot fit the logic here.

Offline gen_den

  • Full Member
  • ***
  • Posts: 176
  • Karma: 0
Re: Scheduling a SMS using Composer
« Reply #14 on: September 26, 2017, 05:18:47 AM »
Hi All,

FYI , Now i can send and schedule SMS using  OCS campaign "Genesys 7.5 Proactive Contact Routing Guide".