You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/mailmodo/index.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ rewrite: true
4
4
id: 623a07123d307e60f268a1c2
5
5
---
6
6
7
-
[Mailmodo](https://www.mailmodo.com/) is a powerful email marketing tool focused on bringing the interactive experience via AMP framework to emails. It allows businesses to create emails with web page-like interactivity right inside the user inbox, thereby increasing engagement and conversions multi-fold.
7
+
[Mailmodo](https://www.mailmodo.com/){:target="_blank"} is a powerful email marketing tool focused on bringing the interactive experience of the AMP framework to emails. It allows businesses to create emails with web page-like interactivity right inside the user inbox, thereby increasing engagement and conversions multi-fold.
8
8
9
9
10
10
This destination is maintained by Mailmodo. For any issues with the destination, [contact the Mailmodo Support team](mailto:[email protected]).
Every time you call identify with an email address included, we will:
43
-
1. First ask Mailmodo if the email exists.
44
-
2. If the email doesn’t exist, then we will add the user as a Contact to the Mailmodo database and match user properties with the Segment `traits` sent in identify call payload.
45
-
3. If the email exists, then we will update the user properties for the Contact against the Segment `traits` sent in identify call payload.
42
+
Every time you call identify with an email address included, Mailmodo:
43
+
1. Verifies that the email exists.
44
+
2. If the email doesn’t exist, Mailmodo adds the user as a Contact to the Mailmodo database and matches user properties with the Segment `traits` sent in identify call payload.
45
+
3. If the email exists, Mailmodo updates the user properties for the Contact against the Segment `traits` sent in identify call payload.
46
46
47
-
All the [special traits](https://segment.com/docs/connections/spec/identify#traits) recognized by Segment will be translated and matched with the Mailmodo user properties for a Contact. These fields will be automatically created or mapped for a Contact in Mailmodo and will be available for personalization and advance segmentation.
47
+
All the [special traits](/docs/connections/spec/identify#traits) recognized by Segment will be translated and matched with the Mailmodo user properties for a Contact. These fields will be automatically created or mapped for a Contact in Mailmodo and will be available for personalization and advance segmentation.
48
48
49
-
==Please note==
50
-
==1. The email field is required. Identify calls without an email is dropped.==
51
-
==2. If different email addresses are sent against same user id in identify call, then they are treated as two different contacts in Mailmodo.==
49
+
> info "How Mailmodo handles incoming email addresses"
50
+
> 1. The email field is required. Identify calls without an email are dropped.
51
+
> 2. If different email addresses are sent against same user id in identify call, Mailmodo treats them as two different contacts.
52
52
53
53
### Track
54
54
If you aren’t familiar with the Segment Spec, take a look at the [Track method documentation](/docs/connections/spec/track) to learn about what it does. An example call would look like:
Segment sends `Track` calls to Mailmodo as a Custom Event. When you call track, we’ll send the event to Mailmodo with the event name and all properties that you specified.
65
+
Segment sends `Track` calls to Mailmodo as a Custom Event. When you call track, Segment sends the event to Mailmodo with the event name and all properties that you specified.
66
66
67
67
Be sure you send an Identify call for any user who will trigger Track calls. If Mailmodo receives a Track call for an unknown userId, the call is dropped.
0 commit comments