<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged campaign</title>
<link>https://overflow.efficy.io/?qa=tag/campaign</link>
<description>Powered by Question2Answer</description>
<item>
<title>Is there a way to resynchronize into Efficy a campaign which has launched directly from Flexmail?</title>
<link>https://overflow.efficy.io/?qa=6367/resynchronize-efficy-campaign-launched-directly-flexmail</link>
<description>&lt;p&gt;A campaign has been launched from Flexmail by error. Is there any possibility to get this campaign resynchronized back into Efficy, so that we can also get the campaign report available in Efficy?&lt;br&gt;
Which procedure do we need to follow to do that?&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6367/resynchronize-efficy-campaign-launched-directly-flexmail</guid>
<pubDate>Thu, 25 Nov 2021 12:45:37 +0000</pubDate>
</item>
<item>
<title>trouble with campaigns -&gt; actions -&gt; generate Documents</title>
<link>https://overflow.efficy.io/?qa=3878/trouble-with-campaigns-actions-generate-documents</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;It seems that on step 1 of &lt;code&gt;Generate Documents&lt;/code&gt; from a campaign the &lt;code&gt;use existing entity&lt;/code&gt; is not working. It is impossible to select a document already existing, even without custom.&lt;/p&gt;

&lt;p&gt;I find out that in the &lt;code&gt;ScriptProcessRecordCreation.htm&lt;/code&gt; page the function &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function SelectExistingEntity() {
  Search(TargetEntity, 'setOpenerKey;SelectedEntityKeytedTemplate;$K', '') ;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To make it work, you have to change &lt;code&gt;SelectedEntityKeytedTemplate&lt;/code&gt; by &lt;code&gt;SelectedEntityKey&lt;/code&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function SelectExistingEntity() {
  Search(TargetEntity, 'setOpenerKey;SelectedEntityKey;$K', '') ;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is that a bug or I miss something?&lt;br&gt;
best regards&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3878/trouble-with-campaigns-actions-generate-documents</guid>
<pubDate>Wed, 23 Jan 2019 16:39:20 +0000</pubDate>
</item>
<item>
<title>Automated Flexmail e-mailsending</title>
<link>https://overflow.efficy.io/?qa=2697/automated-flexmail-e-mailsending</link>
<description>&lt;p&gt;For a customer we want to send e-mails to contacts in an Efficy-campaign automatically using a scheduled task.&lt;/p&gt;

&lt;p&gt;We want to store some properties in a category in the campaign:&lt;br&gt;
 - Automated sending (boolean)&lt;br&gt;
 - Flexmail message (ID)&lt;br&gt;
 - E-mail subject&lt;br&gt;
 - Status after sending&lt;br&gt;
 - Sender's E-mail&lt;br&gt;
 - Sender's E-mail&lt;br&gt;
 - Reply e-mail&lt;/p&gt;

&lt;p&gt;The scheduled task must check the campaigin if there are contacts with an empty status. If so he can start the sending of the contacts and the message properties to Flexmail by bypassing the &quot;Send personlized e-mail&quot; form.&lt;/p&gt;

&lt;p&gt;Is it possible to bypass this form, so we can let Efficy automatically send mails when a contact is added to a campaign ?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2697/automated-flexmail-e-mailsending</guid>
<pubDate>Fri, 15 Sep 2017 11:02:09 +0000</pubDate>
</item>
<item>
<title>On premise customer Flexmail test campaign</title>
<link>https://overflow.efficy.io/?qa=2428/on-premise-customer-flexmail-test-campaign</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;There is an issue for On premise Efficy 10 SP2 customers when a test campaign with Flexmail is used… Workflow send a mail to ALL users linked to publication.&lt;/p&gt;

&lt;p&gt;This is solved in Efficy SP2 + and a patch is available &lt;a rel=&quot;nofollow&quot; href=&quot;https://ivm.efficy.com/efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View%28%27Docu%27,191553%29&amp;amp;close=T&quot;&gt;here&lt;/a&gt;:&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2428/on-premise-customer-flexmail-test-campaign</guid>
<pubDate>Wed, 12 Apr 2017 14:59:40 +0000</pubDate>
</item>
<item>
<title>mails from Flexmail in spam</title>
<link>https://overflow.efficy.io/?qa=2118/mails-from-flexmail-in-spam</link>
<description>&lt;p&gt;How can I avoid emails sent from Flexmail arrive in the spam-folder?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2118/mails-from-flexmail-in-spam</guid>
<pubDate>Sun, 18 Dec 2016 14:16:11 +0000</pubDate>
</item>
<item>
<title>Flexmail Free Field Length ?</title>
<link>https://overflow.efficy.io/?qa=751/flexmail-free-field-length</link>
<description>&lt;p&gt;Hello Everybody,&lt;/p&gt;

&lt;p&gt;Does anyone of you know the max lenght of the data field &quot;free&lt;em&gt;field&lt;/em&gt;XX&quot; that we can send?&lt;/p&gt;

&lt;p&gt;I looked on the Flexmail API, but they only say that it is a string we don't know the length of it : &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.flexmail.eu/fr/api/manual/type/12-emailaddresstype&quot;&gt;Flexmail API&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We &lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=751/flexmail-free-field-length</guid>
<pubDate>Wed, 16 Sep 2015 07:28:37 +0000</pubDate>
</item>
<item>
<title>Flexmail - Schedule sending Efficy campaign</title>
<link>https://overflow.efficy.io/?qa=418/flexmail-schedule-sending-efficy-campaign</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;In Flexmail it is possible to schedule the time a campaign will start. &lt;/p&gt;

&lt;p&gt;What about campaigns sent from Efficy through Flexmail? &lt;/p&gt;

&lt;p&gt;br&lt;br&gt;
Anne&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=418/flexmail-schedule-sending-efficy-campaign</guid>
<pubDate>Mon, 01 Jun 2015 10:34:21 +0000</pubDate>
</item>
</channel>
</rss>