Working together with our existing email campaign system

56 views
Skip to first unread message

Gilad Hertanu

unread,
Aug 9, 2015, 3:16:00 PM8/9/15
to WizRocket support
Hello,
We are sending email campaigns using Sendy which uses Amazon SES. To start sending emails using WizRocket we need to find the best way to make sure WizRocket and Sendy are in sync so the unsubscribe data is the same.
Do you have any best practices for how to do that?

WizRocket support

unread,
Aug 10, 2015, 8:18:48 AM8/10/15
to WizRocket support
Hi!, 

We do integrate directly with Amazon SES. Quick guide to integration and handling Unsubscribes is here : 



You can sync your Sendy lists directly with WizRocket by using our server side HTTP API (http://support.wizrocket.com/server-side-http-api/ )  . Basically for each unique email address you will add an WizRocket Profile. Below are the fields you can set. 

All fields are optional

   "Name": "Jack Montana", // User's name
   "Identity": 6541182, // User's identity
   "Email": "ja...@gmail.com", // User's email
   "Phone": "+14155551234", // User's phone with country code
   "Gender": "M", // Can be either M or F
   "Employed": "Y", // Can be either Y or N
   "Education": "Graduate", // Can be either School, College or Graduate
   "Married": "Y", // Can be either Y or N
   "Age": 67, // Not required if DOB is set
   "DOB": $WZRK_WR.setDate(20150501), // Set date in format yyyymmdd
   "MSG-email": false, // Disable email notifications
   "MSG-push": true, // Enable push notifications
   "MSG-sms": true // Enable sms notifications
 

The profile keys MSG-emailMSG-push, and MSG-sms are used to control the Do-not-disturb status for the respective mode of communication with the user. By default, they are always true. To disable Email notifications for a user, set MSG-email to false. To enable it once again, set it to true.


- Support 

Gilad Hertanu

unread,
Aug 30, 2015, 11:17:35 AM8/30/15
to WizRocket support, WizRocket support
A follow up question:
We are planning to use your HTTP API to sync between Sendy and your backend. But what if a profile on your backend already exists and then we update it using the API to have the same Sendy unsubscribe config?
Will the API call overide the entire profile on your backend? That means that we will lose all other profile fields that are not stored on Sendy (such as FBID).
This is also true when updating profile using the SDK.

Or is it that profiles are actually merged and not overidden?


Best,
Gilad


Gilad Hertanu    
Co-Founder | CEO
24me
C: +972-52-8381925


--
You received this message because you are subscribed to a topic in the Google Groups "WizRocket support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wizrocket/vcn64Uxl_Zo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wizrocket+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wizrocket/cf8a6915-f76e-4666-9950-bf99416d59ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jay Dalvi

unread,
Aug 31, 2015, 1:00:31 AM8/31/15
to Gilad Hertanu, WizRocket support
​Hi,

All fields you update will be overwritten.

This applies for both API or SDK.

Thanks,

Jay​


--
You received this message because you are subscribed to the Google Groups "WizRocket support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wizrocket/1440947852164.ac1dcd61%40Nodemailer.

For more options, visit https://groups.google.com/d/optout.



--
Thank you,

Jay



CleverTap is the new WizRocket. Read about the transition here.

Gilad Hertanu

unread,
Aug 31, 2015, 1:15:52 AM8/31/15
to Jay Dalvi, WizRocket support
So just to make sure:
If I send a JSON with only the name and email from the API/SDK, and the existing profile on yoru backend has also a gender field, the name and then email will be overidden with the new values BUT the geneder will stay unchanged?

Best,
Gilad


Gilad Hertanu    
Co-Founder | CEO
24me
C: +972-52-8381925


Jay Dalvi

unread,
Aug 31, 2015, 1:20:21 AM8/31/15
to Gilad Hertanu, WizRocket support
Correct. All fields stay the same unless you update them.

Gilad Hertanu

unread,
Aug 31, 2015, 6:02:27 AM8/31/15
to Jay Dalvi, WizRocket support
So to do that, we will need to use the same Identity as used in the existing profile?
What if we don’t know the existing identity - can we send using the HTTP API profiles without Identity? In that case, I assume a new profile will be created with the same email address as the original profile.

Going along those lines, if we use the HTTP API to create new profiles with the emails from Sendy instead of editing the existing profiles for those contacts on your backend, will your backend know to merge between the two profiles that will have the same email and use the "MSG-email” value which is false if such exists on one of the two profiles?

Best,
Gilad


Gilad Hertanu    
Co-Founder | CEO
24me
C: +972-52-8381925


Jay Dalvi

unread,
Aug 31, 2015, 6:45:45 AM8/31/15
to Gilad Hertanu, WizRocket support
Hi,

Yes, you can use multiple Identities (ID, Email, FBID) to update user profiles. User profiles without an identity will be a separate profile at first and later merged automatically when we have an Identity on the user. 

All emails are treated as uniques, same emails will be merged.

Suggest you read through Identity section : http://support.wizrocket.com/server-side-http-api/

Let's have a quick Skype call if you have more questions.

Thanks,

CleverTap

Gilad Hertanu

unread,
Aug 31, 2015, 6:48:00 AM8/31/15
to Jay Dalvi, WizRocket support
Would be happy to have a short Skype call. When do you have 10 minutes?

Best,
Gilad


Gilad Hertanu    
Co-Founder | CEO
24me
C: +972-52-8381925


WizRocket support

unread,
Sep 11, 2015, 12:28:02 AM9/11/15
to WizRocket support
Hi Gilad,

Thanks for the time over on Skype.

Hope we've answered all your concerns with regard to CleverTap.

Do write to us on sup...@clevertap.com for more questions.

Thank you.


On Monday, August 10, 2015 at 12:46:00 AM UTC+5:30, Gilad Hertanu wrote:
Reply all
Reply to author
Forward
0 new messages