Segment App Configuration
Pre-requisites​
- Create an account on Twillo Segment.
- Create a HTTP API source in the Segment Dashboard UI and note down the Write Key for this source.
Installation​
- Go to the Apps section in your Saleor Dashboard. Pick Twilio Segment and Install.
Configuration​
- Paste Write Key into the main configuration form in the app and click
Save
.
Testing​
To test if your app is working, create an order and update its address or shipping in the Saleor Dashboard. Then, go to the Segment Dashboard; you should see the Saleor Order Updated
event in Segment.
Troubleshooting​
- Events are not showing in Segment Dashboard
- Ensure you have set your Write Key in the app configuration screen.
- Trigger one of the supported events (see application flow section for more details).
Development​
To run the application locally, follow the Running Saleor Apps locally article.
Segment app specific instructions can be found inside app GitHub repository.