Skip to content

Update index.md Autopilot requires userId or email in identify events #5289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/connections/destinations/catalog/autopilothq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ This destination is maintained by Autopilot. See [Autopilot's documentation](ht
Are you instead trying to set up Autopilot as a Source to get data from Autopilot into your data warehouse or other downstream tools? See our documentation on our [Autopilot source](/docs/connections/sources/catalog/cloud-apps/autopilothq/) instead.

## Getting Started



1. From the Segment web app, click **Catalog**.
2. Search for "Autopilot" in the Catalog, select it, and choose which of your sources to connect the destination to.
3. In the destination settings, enter your "API Key" from [here](https://login.autopilothq.com/login#settings/app-connections/segment-sync){:target="_blank”} or go to Autopilot: Settings -> App Connections -> Segment and copy/paste the API key which is listed there.
Expand All @@ -29,6 +26,9 @@ analytics.identify('12091906-01011992', {
});
```

> info "Engage requires Identify calls from the Autopilot destination to include email or userId"
> If neither are provided in the payload then the Autopilot destination's [Event Delivery](/docs/connections/event-delivery/) tab will show a 400 Bad Request error message : _"Missing unique identifier traits. Either `email` or `user_id` traits must be provided"_.

## Track

If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
Expand Down