How to Test ASN Integration
To facilitate integration with our application, follow these steps:
1. Download ASN Test Utility
Download the ASN Test Utility through the provided link, which allows you to send test messages to your topic.
Link for Windows: Download
Link for MacOs: Download
2. Configure appsettings.json
Fill out the appsettings.json
file:
Input Topic
Client ID
Client Secret
All the required credentials will be made available through by our integration team.
3. Send Test Messages
Run the executable file to send dummy messages to your topic.
4. Consuming Messages
Once messages are sent:
Use either of our API or SDK to consume the messages and begin integrating them into your application.
Running in Windows
Extract the ZIP file.
Configure
appsettings.json
as mentioned in above section.Double click on the
Zones.Orders.Notifications.Sender.ClientDemoApp.exe
or run it from Command prompt
Running in MacOS
Extract the downloaded ZIP file.
Open the terminal.
Navigate to the extracted folder.
Configure
appsettings.json
as mentioned in above section.Run
chmod +x Zones.Orders.Notifications.Sender.ClientDemoApp.dll
command to give execute access to the utility.Run
dotnet Zones.Orders.Notifications.Sender.ClientDemoApp.dll
.When asked How many messages do you want to send? enter the number of notifications needed (e.g. 1).