Skip to content

Commit 0a145c6

Browse files
authored
Merge pull request #3975 from segmentio/thomas/autopilotapp
Update name and links for autopilot rebrand to Ortto
2 parents 16eb523 + 2efb88b commit 0a145c6

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
---
2-
title: AutopilotApp Destination
2+
title: Ortto Destination
33
rewrite: true
44
beta: true
55
id: 613ef845b8784e858199fe2d
66
---
7-
[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.
88

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

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).
1212

1313

1414
## Getting Started
1515

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

1818
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.
2323

2424

2525
## Supported methods
2626

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).
2828

2929

3030
### Identify
3131

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:
3333

3434
```js
3535
analytics.identify('userId123', {
@@ -39,17 +39,17 @@ analytics.identify('userId123', {
3939
});
4040
```
4141

42-
Segment sends Identify calls to Autopilot as an `identify` event.
42+
Segment sends Identify calls to Ortto as an `identify` event.
4343

4444

4545
### Track
4646

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

4949
```js
5050
analytics.track('Login Button Clicked', {
5151
action: "login-clicked"
5252
});
5353
```
5454

55-
Segment sends Track calls to Autopilot as a `track` event.
55+
Segment sends Track calls to Ortto as a `track` event.

vale-styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Okta
7373
Omnichannel
7474
onboarding
7575
Optimizely
76+
Ortto
7677
performant
7778
Pipedrive
7879
Preact

0 commit comments

Comments
 (0)