Skip to content

Commit 072b16f

Browse files
committed
Rename Userlist.io to Userlist
1 parent 19abd5c commit 072b16f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

src/_data/catalog/destinations.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23067,7 +23067,7 @@ items:
2306723067
slug: userlist
2306823068
name: catalog/destinations/userlist
2306923069
description: >-
23070-
Userlist.io is a simple behavior-based email automation tool for SaaS
23070+
Userlist is a simple behavior-based email automation tool for SaaS
2307123071
companies. See what your users do, and send them relevant behavior-driven
2307223072
communication.
2307323073
hidden: false
@@ -23118,6 +23118,7 @@ items:
2311823118
server: true
2311923119
previous_names:
2312023120
- Userlist
23121+
- Userlist.io
2312123122
- display_name: Userpilot
2312223123
slug: userpilot
2312323124
name: catalog/destinations/userpilot

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
rewrite: true
33
title: Userlist Destination
44
---
5-
[Userlist.io](https://userlist.io/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) allows you to send behavior-based messages to your SaaS users. It's great for onboarding users as well as nurturing them throughout their journey.
5+
[Userlist](https://userlist.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) allows you to send behavior-based messages to your SaaS users. It's great for onboarding users as well as nurturing them throughout their journey.
66

7-
This destination is maintained by Userlist.io. For any issues with the destination, [contact the Userlist Support team](mailto:support@userlist.io).
7+
This destination is maintained by Userlist. For any issues with the destination, [contact the Userlist Support team](mailto:support@userlist.com).
88

99
{% include content/beta-note.md %}
1010

@@ -15,9 +15,9 @@ This destination is maintained by Userlist.io. For any issues with the destinati
1515

1616
1. From the Segment web app, click **Catalog**.
1717
2. Search for "Userlist" in the Catalog, select it, and choose which of your sources to connect the destination to.
18-
3. Enter the "Push API Key" into your Segment Settings UI which you can find from your [Userlist.io Push API settings](https://app.userlist.io/settings/push).
18+
3. Enter the "Push API Key" into your Segment Settings UI which you can find from your [Userlist Push API settings](https://app.userlist.com/settings/push).
1919

20-
_**NOTE:** The Userlist.io Destination does not support tracking of anonymous users, so make sure to call `identify` before calling `track`. If you do call `track` on unidentified users, you will receive a 400 error which you can disregard if it was intentional._
20+
_**NOTE:** The Userlist Destination does not support tracking of anonymous users, so make sure to call `identify` before calling `track`. If you do call `track` on unidentified users, you will receive a 400 error which you can disregard if it was intentional._
2121

2222
## Identify
2323

@@ -30,7 +30,7 @@ If you're not familiar with the Segment Specs, take a look to understand what th
3030
createdAt: '2019-03-21T12:12:54.735+01:00'
3131
});
3232

33-
Identify calls will be sent to Userlist.io as user records. If the `userId` is already known, it'll update the user record, otherwise it'll create a new one.
33+
Identify calls will be sent to Userlist as user records. If the `userId` is already known, it'll update the user record, otherwise it'll create a new one.
3434

3535
Here's how Segment fields map to Userlist users:
3636

@@ -50,4 +50,4 @@ If you're not familiar with the Segment Specs, take a look to understand what th
5050
projectName: 'Party Planning'
5151
});
5252

53-
Track calls will be sent to Userlist.io as a new event. You may send additional properties to describe the event in more detail. Both the event name and additional properties will be stored with the event and normalized to snake case (`project_created` and `project_name`) automatically within Userlist.io.
53+
Track calls will be sent to Userlist as a new event. You may send additional properties to describe the event in more detail. Both the event name and additional properties will be stored with the event and normalized to snake case (`project_created` and `project_name`) automatically within Userlist.

templates/destinations.example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16089,10 +16089,10 @@ destinations:
1608916089
settings: []
1609016090
- name: catalog/destinations/userlist
1609116091
display_name: Userlist
16092-
description: Userlist.io is a simple behavior-based email automation tool for SaaS
16092+
description: Userlist is a simple behavior-based email automation tool for SaaS
1609316093
companies. See what your users do, and send them relevant behavior-driven communication.
1609416094
type: STREAMING
16095-
website: http://userlist.io
16095+
website: http://userlist.com
1609616096
status: PUBLIC_BETA
1609716097
logos:
1609816098
logo: https://public-segment-devcenter-production.s3.amazonaws.com/4aa3cdd4-c5fe-4158-a196-ebd4bcfaaa7a.svg

0 commit comments

Comments
 (0)