Skip to content

Commit

Permalink
text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rideam committed Aug 20, 2024
1 parent 04ad269 commit 0df4d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions astro/src/content/docs/extend/examples/twilio-segment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ In this section you'll create a free fresh database to act as a Segment destinat
- Sign up for a new account and create a new database. Follow the wizard to the end and wait for the new database instance to start.
- The screenshot below shows a project called `fa` and a database called `defaultdb`.
![Aiven database connection details](/img/docs/extend/examples/segment/segmentAivenDatabase.png)
- The Aiven overview page shown above lists all the details you need to create a PostgreSQL connection: host, port, database, username, and password. You can test your connection in a cross-platform database IDE like [DBeaver](https://dbeaver.io/download) or [DataGrip](https://www.jetbrains.com/datagrip/). The details shown in the new connection window below match the ones in the Aiven list above, and will be similar for your database.
- The Aiven overview page shown above lists all the details you need to create a PostgreSQL connection: host, port, database, username, and password. You can test your connection in a cross-platform database IDE like [DBeaver](https://dbeaver.io/download) or [Azure Data Studio](https://learn.microsoft.com/en-us/azure-data-studio/download-azure-data-studio?tabs=win-install%2Cwin-user-install%2Credhat-install%2Cwindows-uninstall%2Credhat-uninstall#download-azure-data-studio) (ADS). If you use ADS, install the PostgreSQL extension in the sidebar before trying to create a database connection. The details shown in the new connection window below match the ones in the Aiven list above, and will be similar for your database.
- ![DBeaver](/img/docs/extend/examples/segment/segmentDbeaver.png)

This is all you need for a Segment destination.
Expand Down Expand Up @@ -259,7 +259,7 @@ Now that FusionAuth is running, you can enable webhooks so that events start to
```
- In Segment you should see your event arriving. You may have to refresh the page. If you cannot see your event, consult the troubleshooting section at the end of this guide.
![Segment event debugger](/img/docs/extend/examples/segment/segmentEventReceived.png)
- If you connected DBeaver or DataGrip to your PostgreSQL database earlier, you should be able to refresh your tables and see that data has arrived in the destination.
- If you connected DBeaver to your PostgreSQL database earlier, you should be able to refresh your tables and see that data has arrived in the destination.

You've tested the `track` event in Segment. To test the `identify` event, you're going to create a new user.

Expand Down

0 comments on commit 0df4d8b

Please sign in to comment.