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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@ rewrite: true
4
4
id: 623a07123d307e60f268a1c2
5
5
---
6
6
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.
7
+
[Mailmodo](https://www.mailmodo.com/){:target="_blank"} is an email marketing tool that focuses 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
-
This destination is maintained by Mailmodo. For any issues with the destination, [contact the Mailmodo Support team](mailto:[email protected]).
10
+
Mailmodo maintains this destination. For any issues with the destination, [contact the Mailmodo Support team](mailto:[email protected]).
11
11
12
12
13
13
## Getting Started
14
14
15
15
{% include content/connection-modes.md %}
16
16
17
17
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
18
-
2. Search for "Mailmodo" in the Destinations Catalog, and select the "Mailmodo" destination.
19
-
3. Choose which Source should send data to the "Mailmodo" destination.
20
-
4. Go to the [Mailmodo Dashboard](https://manage.mailmodo.com/app/dashboard), navigate to **Settings > API Keys**, then create a new API Key and copy the same.
21
-
5. Enter the "API Key" in the "Mailmodo" destination settings in Segment.
18
+
2. Search for **Mailmodo** in the Destinations Catalog, and select the **Mailmodo** destination.
19
+
3. Choose which Source should send data to the Mailmodo destination.
20
+
4. Go to the [Mailmodo Dashboard](https://manage.mailmodo.com/app/dashboard){:target="_blank"} and navigate to **Settings > API Keys**, then create a new API Key and copy it.
21
+
5. Enter the **API Key** in the Mailmodo destination settings in Segment.
22
22
23
23
24
24
## Supported methods
@@ -27,7 +27,7 @@ Mailmodo supports the following methods, as specified in the [Segment Spec](/doc
27
27
28
28
### Identify
29
29
30
-
If you aren’t familiar with the Segment Spec, take a look at the [Identify method documentation](/docs/connections/spec/identify) to learn about what it does.
30
+
Take a look at the [Identify method documentation](/docs/connections/spec/identify) to learn about what it does.
Every time you call identify with an email address included, Mailmodo:
42
+
Every time you make an identify call with an email address included:
43
43
1. Verifies that the email exists.
44
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
45
3. If the email exists, Mailmodo updates the user properties for the Contact against the Segment `traits` sent in identify call payload.
0 commit comments