Category / Section
How to View the webhook events from the webhook dashboard page?
Published:
2 mins read
Webhooks are automated HTTP callbacks that allow an app to send real-time information to other applications when a user-defined action is made in the BoldSign Web application. The webhook events will be updated on the Webhooks page whenever one of the subscribed events is triggered.
Accessing the Webhooks page
- Log into your BoldSign account.
- Navigate to the
API
section and click Webhooks. It will take you to webhook dashboard.
- In the Webhooks dashboard, you should see a list of recent webhook events or a log of webhook activity. Click on the particular webhook endpoint and open it. You can find all the details of the webhook such as webhook
URL
,Status
,Events subscribed
,Signing secret
andQuick Filters
section.
Filter Succeeded Events
To view only the succeeded events in Webhooks do the following:
- Go to the
Quick Filters
section in the opened webhook and select the ‘Succeeded’ radio button to display only the succeeded webhook events.
Filter Failed Events
To view only the failed webhook events, do the following:
- Go to the
Quick Filters
section in the opened webhook and select the ‘Failed’ radio button to display only the failed webhook events.
Filter based on Date of the event
You can also filter events based on the date that the subscribed webhook event was created. Follow this step do do this:
- Go to the
Quick Filters
section in the opened webhook dashboard. - Click on the Calendar icon.
- In the drop-down menu that appears, select the
from date
andto date
that you want to view the events for.
- Click on the Apply button.
- All the events within the specified date range will be displayed.