<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Text Messaging, SMS Software and Solutions &#187; dynamic campaign</title>
	<atom:link href="http://voicent.com/text-message/sms/index.php/tag/dynamic-campaign/feed" rel="self" type="application/rss+xml" />
	<link>http://voicent.com/text-message/sms</link>
	<description>Sales and Marketing</description>
	<lastBuildDate>Fri, 28 Jan 2022 19:24:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Call Center CRM: Dynamic Campaigns</title>
		<link>http://voicent.com/text-message/sms/index.php/sms/144/call-center-crm-dynamic-campaigns</link>
		<comments>http://voicent.com/text-message/sms/index.php/sms/144/call-center-crm-dynamic-campaigns#comments</comments>
		<pubDate>Tue, 04 Feb 2014 15:40:11 +0000</pubDate>
		<dc:creator>Voicent Info</dc:creator>
				<category><![CDATA[SMS Usage]]></category>
		<category><![CDATA[crm]]></category>
		<category><![CDATA[dynamic campaign]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[text message]]></category>

		<guid isPermaLink="false">http://voicent.com/text-message/sms/?p=144</guid>
		<description><![CDATA[The upcoming release (9.1.0) contains support for dynamic campaigns. Compared with normal campaigns, dynamic campaigns are Voicent CRM based outbound voice/sms/email campaigns that can be dynamically changed. To start a dynamic campaign, follow these steps: Step 1. Define call list &#8230; <a href="http://voicent.com/text-message/sms/index.php/sms/144/call-center-crm-dynamic-campaigns">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The upcoming release (9.1.0) contains support for dynamic campaigns. Compared with normal campaigns, dynamic campaigns are Voicent CRM based outbound voice/sms/email campaigns that can be dynamically changed.</p>
<p>To start a dynamic campaign, follow these steps:</p>
<p><strong>Step 1. Define call list</strong></p>
<p>Open Voicent CRM, select <strong>Contact &gt; Find Contact…</strong> from the program main menu. From the Quick Search dialog window, enter any criteria for the call list, such as a specific city name or area code.</p>
<p><strong>Step 2. Start dynamic campaign</strong></p>
<p>From the search result window, select <strong>Campaign &gt; Start Campaign</strong> from the program main menu then select the type of campaign (predictive campaign, voice broadcast campaign, sms/text message campaign or email campaign) to run. The following is the SMS broadcast campaign window:</p>
<p><a href="http://voicent.com/text-message/sms/wp-content/uploads/2014/02/sms-dynamic-campaign.png"><img class="alignnone size-medium wp-image-147" title="sms-dynamic-campaign" src="http://voicent.com/text-message/sms/wp-content/uploads/2014/02/sms-dynamic-campaign-300x252.png" alt="" width="300" height="252" /></a></p>
<p>Make sure to choose “this is an dynamic campaign”.</p>
<p><strong>Step 3. Choose the phone number column</strong></p>
<p>In the CRM customer record, there are different fields for customer’s phone number, such as mobile phone, home phone, work phone, and other phone. You can choose the search order in the phone column window. Click OK to start the campaign.</p>
<p>To see all the current dynamic campaigns, select Campaign main menu, then select Show campaigns.</p>
<p><a href="http://voicent.com/predictive-dialer/blog/wp-content/uploads/2014/01/dynamic-campaign-list.png"><img title="dynamic campaign list" src="http://voicent.com/predictive-dialer/blog/wp-content/uploads/2014/01/dynamic-campaign-list.png" alt="CRM campaign list" width="756" height="289" /></a></p>
<p><strong>Add new contact to campaign</strong></p>
<p>As opposed to a static campaign, dynamic campaigns will keep the campaign active even if it reaches the end of the call list. Once it reaches the end of the call list, a dynamic campaign will enter into a waiting mode. As soon as new customers are added to the CRM database, if the new customers satisfy the original search criteria, these customers will be added to the call list and the campaign will resume.</p>
<p>Everything described above will be executed automatically. So for example, when a new customer calls in, a new CRM record will be created automatically. This customer, if his or her record matches the campaign search criteria, will be automatically added to the dynamic campaign.</p>
<p><strong>Add new contact using the web interface</strong></p>
<p>You can also add new customers to a dynamic campaign using HTTP POST. This is a useful feature, for example, a call or email can be automatically triggered after a customer fills in a web-based &#8220;contact us&#8221; form. The following is the CRM update URL:</p>
<p>http://(gateway host name or ip address):8155/vxcrm.jsp</p>
<p>The required parameters are:</p>
<p><strong>action</strong>: add<br />
<strong>passwd</strong>: this is the CRM web password defined on Voicent Gateway<br />
<strong>user</strong>: this is the customer ID if you are using Voicent hosted service, or 0</p>
<p>The rest of the parameters corresponds to the fields in Voicent CRM for customer table. They are:</p>
<p><strong>first_name, middle_name, last_name, home_phone, work_phone, work_phone_ext, cell_phone, other_phone,<br />
email, email2, fax, business, job_title, customer_catid, do_not_call, do_not_email<br />
</strong></p>
<p>For custom fields, use <strong>cf_1, cf_2, …, cf_20</strong></p>
<p>It is also possible to use the display name of the custom field. What you must do is to replace the space with underscore in the display name. For example, if you set the first custom field (<strong>cf_1</strong>) to “<strong>Age Group</strong>“, the you can set the parameter name as: <strong>Age_Group</strong>.</p>
<p>For the customer category, you can also use the display name. For example, instead of setting <strong>customer_catid</strong> to <strong>3</strong>, you can set <strong>customer_catname</strong> to “<strong>Priority Customer</strong>“.</p>
<p>For address, use the following:</p>
<p><strong>home_street, home_city, home_state, home_zipcode, home_country, work_street, work_city, work_state, work_zipcode, work_country</strong>.</p>
<p><em>Please note that adding a new customer to the CRM database may trigger multiple dynamic campaigns. As long as the new customer record satisfies the campaign call list search criteria, the new customer will be added to any current dynamic campaign where the customer fits the search criteria.</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://voicent.com/text-message/sms/index.php/sms/144/call-center-crm-dynamic-campaigns/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
