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
[Autopilot](https://autopilotapp.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 AutopilotApp (the Autopilot product), you can leverage Autopilot's powerful [campaign](https://help.autopilotapp.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
-
This destination is maintained by Autopilot. For any issues with the destination, [contact the Autopilot Support team](mailto:help@autopilotapp.com).
11
+
This destination is maintained by Ortto. For any issues with the destination, [contact the Ortto Support team](mailto:help@ortto.com).
12
12
13
13
14
14
## Getting Started
15
15
16
16
{% include content/connection-modes.md %}
17
17
18
18
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
19
-
2. Search for "AutopilotApp" in the Destinations Catalog, and select the "AutopilotApp" destination.
20
-
3. Click **Configure AutopilotApp** and choose which Source should send data to the "AutopilotApp" destination.
21
-
4. If requested, specify the Destination Name for your "AutopilotApp" destination, and click **Save**.
22
-
5. Complete [integrating your Autopilot account with Segment](https://help.autopilotapp.com/user/latest/data-sources/configuring-a-new-data-source/3rd-party-integrations/segment.html), which automatically configures your Autopilot API keys within your "AutopilotApp" destination in Segment.
19
+
2. Search for "Ortto" in the Destinations Catalog, and select the "Ortto" destination.
20
+
3. Click **Configure Ortto** and choose which Source should send data to the "Ortto" destination.
21
+
4. If requested, specify the Destination Name for your "Ortto" destination, and click **Save**.
22
+
5. Complete [integrating your Ortto account with Segment](https://help.ortto.com/user/latest/data-sources/configuring-a-new-data-source/3rd-party-integrations/segment.html), which automatically configures your Ortto API keys within your "Ortto" destination in Segment.
23
23
24
24
25
25
## Supported methods
26
26
27
-
Autopilot supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
27
+
Ortto supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
28
28
29
29
30
30
### Identify
31
31
32
-
Send [Identify](/docs/connections/spec/identify) calls to create or update [people](https://help.autopilotapp.com/user/latest/people/) in Autopilot. 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:
Segment sends Identify calls to Autopilot as an `identify` event.
42
+
Segment sends Identify calls to Ortto as an `identify` event.
43
43
44
44
45
45
### Track
46
46
47
-
Send [Track](/docs/connections/spec/track) calls to create or update [activities](https://help.autopilotapp.com/user/latest/activities/) (including activity attributes) in Autopilot. 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:
48
48
49
49
```js
50
50
analytics.track('Login Button Clicked', {
51
51
action:"login-clicked"
52
52
});
53
53
```
54
54
55
-
Segment sends Track calls to Autopilot as a `track` event.
55
+
Segment sends Track calls to Ortto as a `track` event.
0 commit comments