Skip to content

Commit b7b8401

Browse files
gezgblackShamil Ataev
andauthored
Minor fixes to the Courier Destination docs (#1181)
Co-authored-by: Shamil Ataev <[email protected]>
1 parent 57cf9d3 commit b7b8401

File tree

1 file changed

+6
-4
lines changed
  • src/connections/destinations/catalog/courier

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This destination is maintained by Courier. For any issues with the destination,
1616
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
1717
2. Search for “Courier” in the Destinations Catalog, and select the “Courier” destination.
1818
3. Choose which Source should send data to the “Courier” destination.
19-
4. Go to the [Courier Settings Page](https://courier.com/settings), find and copy the “Auth Token”.
19+
4. Go to the [Courier Settings Page](https://app.courier.com/settings), find and copy the “Auth Token”.
2020
5. Enter the “Auth Token” in the “Courier” destination settings field “API Key” in Segment.
2121

2222
## Identify
@@ -50,7 +50,7 @@ analytics.identify('userId123', {
5050
});
5151
```
5252

53-
For more information on how Courier handles profiles, see the [Courier Profile documentation](https://docs.courier.com/reference/profiles-api?utm_source=segmentio&utm_medium=docs&utm_campaign=partners.
53+
For more information on how Courier handles profiles, see the [Courier Profile documentation](https://docs.courier.com/reference/profiles-api?utm_source=segmentio&utm_medium=docs&utm_campaign=partners)
5454

5555
## Track
5656

@@ -64,7 +64,7 @@ Segment sends Track calls to Courier as a `track` event.
6464
6565
### Inbound Events and Properties
6666
67-
Segment Track events are inbound events that might trigger a notification when Courier receives them. To begin, events appear in [Courier's Data Logs](https://www.trycourier.app/data/messages?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) after you configure the Courier destination.
67+
Segment Track events are inbound events that might trigger a notification when Courier receives them. To begin, events appear in [Courier's Data Logs](https://app.courier.com/data/messages?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) after you configure the Courier destination.
6868

6969
All Inbound Events coming from Segment Track calls appear with a `Segment-TrackEvent` prefix in Courier to help distinguish them from other inbound events.
7070

@@ -79,9 +79,11 @@ analytics.track('Login Button Clicked', {
7979
estimatedDelivery: '2020-06-10T18:41:29.093Z',
8080
...
8181
})
82+
```
83+
8284
> note "Note:"
8385
> Courier does not send notifications until you publish a Notification Template and map incoming Segment Track events to that published Notification Template. If you send data to Courier before you complete those steps, incoming events are marked with a status of `Unmapped`.
8486

8587
### Mapping Inbound Events to Notification Templates
8688

87-
Once you are comfortable with the Notification Template(s) and are ready to send Notifications, you can map these inbound events to start sending. You can do this directly from the [Event Log in Courier](https://www.trycourier.app/data/messages?status=unmapped) or in the `Events` settings page.
89+
Once you are comfortable with the Notification Template(s) and are ready to send Notifications, you can map these inbound events to start sending. You can do this directly from the [Event Log in Courier](https://app.courier.com/data/messages?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) or in the `Events` settings page.

0 commit comments

Comments
 (0)