Skip to content

Commit 394923c

Browse files
author
markzegarelli
committed
copyedits
1 parent 291df15 commit 394923c

File tree

1 file changed

+10
-10
lines changed
  • src/connections/destinations/catalog/mailmodo

1 file changed

+10
-10
lines changed

src/connections/destinations/catalog/mailmodo/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rewrite: true
44
id: 623a07123d307e60f268a1c2
55
---
66

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.
88

99

1010
This destination is maintained by Mailmodo. For any issues with the destination, [contact the Mailmodo Support team](mailto:[email protected]).
@@ -39,16 +39,16 @@ analytics.identify('userId12345', {
3939
});
4040
```
4141

42-
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.
4646

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.
4848

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.
5252
5353
### Track
5454
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:
@@ -62,6 +62,6 @@ analytics.track('Product Viewed', {
6262
image_url: 'https://www.example.com/product/path.jpg'
6363
});
6464
```
65-
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.
6666

6767
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

Comments
 (0)