Skip to content

Commit 1c61bf8

Browse files
markzegarellistayseesong
andauthored
Apply suggestions from code review
Co-authored-by: stayseesong <[email protected]>
1 parent 394923c commit 1c61bf8

File tree

1 file changed

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

1 file changed

+8
-8
lines changed

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

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

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

99

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]).
1111

1212

1313
## Getting Started
1414

1515
{% include content/connection-modes.md %}
1616

1717
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.
2222

2323

2424
## Supported methods
@@ -27,7 +27,7 @@ Mailmodo supports the following methods, as specified in the [Segment Spec](/doc
2727

2828
### Identify
2929

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

3232
```js
3333
analytics.identify('userId12345', {
@@ -39,7 +39,7 @@ analytics.identify('userId12345', {
3939
});
4040
```
4141

42-
Every time you call identify with an email address included, Mailmodo:
42+
Every time you make an identify call with an email address included:
4343
1. Verifies that the email exists.
4444
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.
4545
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

Comments
 (0)