Skip to content

Commit 142ac26

Browse files
authored
Updated URL to Iterable's Track API Endpoint
1 parent 80cc88a commit 142ac26

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/iterable

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This `identify` event would merge the `mobile` property for this user with any o
5454

5555
## Track
5656

57-
When you call `track` with one of Segment's sources, Segment calls Iterable's [track API endpoint](https://api.iterable.com/api/docs#!/events/track_post_0), and send over the event properties as the data fields in the request. The name of the `track` event appears as a Custom Event in Iterable, and will be available to trigger workflows, segment users, and view analytics.
57+
When you call `track` with one of Segment's sources, Segment calls Iterable's [track API endpoint](https://api.iterable.com/api/docs#events_track), and send over the event properties as the data fields in the request. The name of the `track` event appears as a Custom Event in Iterable, and will be available to trigger workflows, segment users, and view analytics.
5858

5959
If a user does not already exist in Iterable, calling `track` for a user event will add that user into the system. You can track with either an `email` or userId (if a `userId` exists for that email).
6060

0 commit comments

Comments
 (0)