We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

How to Branch to variable content

Questions and answers about Plum Fuse+

Moderators: admin, support

Post Reply
cnoyes
Posts: 37
Joined: Wed Mar 01, 2017 3:03 pm

How to Branch to variable content

Post by cnoyes »

Can you please flow out for us how we would set up this type of branching?
I have a simple yes/no question: Are you ready to enroll? If yes we need to look at what segment ID you are a part of and then branch to that segment's specific piece of content. There are 3 variations of content based on that member's segment. So, for example, if segment abc play, "great, please visit out website...." If segment xyz, play " great, please call us at...."
If segment 123, play, "please send in your postcard."

The segment ID will be on the csv that is queued up to call.

Thanks!

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: How to Branch to variable content

Post by support »

Please take a look at this screenshot: https://drive.google.com/file/d/0B2RqW1 ... NabFE/view

You will need to send the segment ID as part of the outbound's metadata. For more details, please take a look at the bottom of this page: http://www.plumvoice.com/docs/fuse/outbound

So you'll need to create a CSV with your callee's phone numbers, and also a column called segmentID. Then you'll be able to access a segmentID variable in your application. You can then branch on the segmentID as soon seen in the screenshot.

If you need to do any string manipulation on the segmentID, you can also use the Javascript module, as shown on the bottom-left of the screenshot.

Please let us know if you have any questions.

cnoyes
Posts: 37
Joined: Wed Mar 01, 2017 3:03 pm

Re: How to Branch to variable content

Post by cnoyes »

Thanks. Got that to work!

Post Reply