Hosted Demo Environment
Start testing your Paragon integrations without embedding our SDK
Last updated
Start testing your Paragon integrations without embedding our SDK
Last updated
Paragon’s Demo Environment is designed to serve as an example implementation of a website with the Paragon SDK embedded in it.
This allows you to test your workflow logic in a production-like environment without adding more code to your application today.
To get started:
Click “Open Configuration”
Input your Paragon Project ID. Your Project ID can be found in the URL of your Paragon Dashboard.
Input a Signing Key. You can create a Signing Key if you don’t already have one by going to Settings > SDK Setup and select “Generate a New Signing Key”.
Input a User ID. This is an example id based on a user / company in your application.
Your account will then be connected to the demo and you will be able to view any integrations marked “Active
” in your Paragon Dashboard.
You can quickly send data to Paragon through your browser’s console to test the functionality of sending it from your application. Using Task History, you can verify that your workflows were successfully triggered.
Once you've connected to an integration, you can test any of the workflows for the integration.
In your browser, right-click anywhere on the page and select “Inspect” to open the Developer Console.
Within the Developer Console, click on the Console tab to access the JavaScript console.
Copy the SDK call that triggers the desired workflow and paste it into the Console. View triggers.
Press Enter
to send the SDK call and trigger the workflow.
Navigate to a website or application you can use to test API requests, like Postman.
Copy the REST API call that triggers the desired workflow and paste it into the URL input. View triggers.
Use Paragon's JWT Generator to generate a JWT for the example user / company ID you provided earlier.
Under Authentication, select Bearer Token and paste the created JWT.
Press Send
to send the REST API call and trigger the workflow.
After triggering a workflow, you can view your workflow execution in Task History.