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

  1. Extract the ZIP file.

  2. Configure appsettings.json as mentioned in above section.

  3. Double click on the Zones.Orders.Notifications.Sender.ClientDemoApp.exe or run it from Command prompt

Running in MacOS

  1. Extract the downloaded ZIP file.

  2. Open the terminal.

  3. Navigate to the extracted folder.

  4. Configure appsettings.json as mentioned in above section.

  5. Run chmod +x Zones.Orders.Notifications.Sender.ClientDemoApp.dll command to give execute access to the utility.

  6. Run dotnet Zones.Orders.Notifications.Sender.ClientDemoApp.dll.

  7. When asked How many messages do you want to send? enter the number of notifications needed (e.g. 1).