Testing a destination, or endpoint, in your Redox organization allows you to make sure you can receive data as expected from Redox. Typically, you test destinations during onboarding to Redox or implementing a new connection before go-live.
There are two Redox dashboard tools for testing your destinations:
- Notifications Explorer: Send test Redox data model or FHIR® messages to your configured destination(s). This tests your endpoint connectivity to simulate the Redox > destination part of your flow.
- Dataset Tester: Send test datasets to your configured destination(s). This tests your entire integration by simulating the source > Redox > destination flow. This is especially useful for cloud connectivity users. Learn more about cloud connectivity.
- You must have at least one destination already configured in order to test it. Learn how to set up destinations.
- Constraint: The rate limit when using any of our DevTools is lower than our standard rate limit. You can send up to 5 API requests per every 5 minutes with any of our test tools. Learn more about our quotas and constraints.
Use Notifications Explorer to check your endpoint connectivity and its ability to accept Redox formats (i.e., Redox data models or Redox FHIR®). This means simulating an individual message coming from Redox to one of your destinations (Redox > destination).
- Log in to the Redox dashboard.
- From the navigation menu, click the Developer page.
- By default, the Sources tab opens. Click the Test Tools tab.
- The Notifications Explorer opens. The API toggle allows you to choose whether to test receiving a Redox data model, FHIR® notification, or FHIR® message. Select Data Model API for data model messages or FHIR® API for FHIR® notifications or messages.Reference links
- From the Destination drop-down, select the existing destination you want to test. To create a new one, learn how to set up destinations.
- The Send with credentials option allows the test message to be verified by the destination with either auth credentials or verification tokens. Learn about authenticating incoming data. To use an auth credential, toggle to ON. Then select an existing auth credential from the drop-down menu. To use a verification token, toggle to OFF.
![A user selects an existing destination to send to and an existing auth credential to verify the message. A user selects an existing destination to send to and an existing auth credential to verify the message.]()
Send with credentials Auth error - Depending on which API you selected, a drop-down for the set of data models or FHIR® messages and notifications displays. Select the type of test message to send.
- Another drop-down may appear with examples. If there’s more than one example available, select the example you want to use.
- The example payload appears. Make any modifications you want to the payload. Once you’re finished reviewing or making changes, click the Send button.
- A success or failed notification appears. The notification contains a link to the related log ID so you can view the details.
![A user selects a FHIR message and sends it. A user selects a FHIR message and sends it.]()
Send a test message Log inspector not available
Use Dataset Tester to validate that your destination can receive data in the raw format (e.g., HL7v2, C-CDA, X12) that your connection sends. This means simulating data coming from a source being processed by Redox then delivered to one of your destinations (source > Redox > destination).
This allows you to see the full breadth of how your subscription will work, since you’ll see how data will change from source to destination. This may help you make any necessary configuration changes before go-live.
- Log in to the Redox dashboard.
- From the navigation menu, click the Developer page.
- By default, the Sources tab opens. Click the Test Tools tab.
- The Notifications Explorer opens. Click the Dataset Tester button.Staging or dev environments only
- From the Dataset drop-down, select the relevant dataset type. We currently support sending one of these dataset types to one of your configured destinations:
- HL7v2 ADT
- C-CDA
- X12 835
- X12 837
- From the Destination drop-down, select the existing destination you want to test.
- Click the Send button.
![A user selects a test HL7v2 ADT message to send to a configured destination. A user selects a test HL7v2 ADT message to send to a configured destination.]()
Send with Dataset Tester Rate limit error - A success or failed notification appears. To view the logs, click the View logs link.
- The Logs page opens with the appropriate filters applied so you can see all the logs that resulted from the full dataset. Review the outcome of the message in the log.
![A user clicks the View logs link and the relevant logs open. A user clicks the View logs link and the relevant logs open.]()
View logs Error notifications




