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/autopilotapp/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ rewrite: true
4
4
beta: true
5
5
id: 613ef845b8784e858199fe2d
6
6
---
7
-
[Ortto](https://ortto.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) helps thousands of organizations around the world automate their communications via email notifications, such as regular email newsletters, abandoned cart emails, as well as SMS messages, and more, to help organizations market and grow their businesses faster.
7
+
[Ortto](https://ortto.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} helps thousands of organizations around the world automate their communications through email notifications, such as regular email newsletters, abandoned cart emails, as well as SMS messages, and more, to help organizations market and grow their businesses faster.
8
8
9
-
Once you connect Segment to Ortto (the Ortto product), you can leverage Ortto's powerful [campaign](https://help.ortto.com/user/latest/campaigns/) features on your Segment customer data.
9
+
Once you connect Segment to Ortto (the Ortto product), you can use Ortto's powerful [campaign](https://help.ortto.com/user/latest/campaigns/){:target="_blank"} features on your Segment customer data.
10
10
11
11
This destination is maintained by Ortto. For any issues with the destination, [contact the Ortto Support team](mailto:[email protected]).
12
12
@@ -29,7 +29,7 @@ Ortto supports the following methods, as specified in the [Segment Spec](/docs/c
29
29
30
30
### Identify
31
31
32
-
Send [Identify](/docs/connections/spec/identify) calls to create or update [people](https://help.ortto.com/user/latest/people/) in Ortto. For example:
32
+
Send [Identify](/docs/connections/spec/identify) calls to create or update [people](https://help.ortto.com/user/latest/people/){:target="_blank"} in Ortto. For example:
33
33
34
34
```js
35
35
analytics.identify('userId123', {
@@ -44,7 +44,7 @@ Segment sends Identify calls to Ortto as an `identify` event.
44
44
45
45
### Track
46
46
47
-
Send [Track](/docs/connections/spec/track) calls to create or update [activities](https://help.ortto.com/user/latest/activities/) (including activity attributes) in Ortto. For example:
47
+
Send [Track](/docs/connections/spec/track) calls to create or update [activities](https://help.ortto.com/user/latest/activities/){:target="_blank"} (including activity attributes) in Ortto. For example:
0 commit comments