Following feedback from our customers, we’re excited to announce the release of our new Webhook Events UI! The Webhook Events UI provides an interface for you to view upload events that we have processed using our Async API. You can browse these events from your dashboard at https://manage.pave.dev/webhooks/events.
You can also read more about the events in our documentation: https://docs.pave.dev/guides/webhooks/webhooks-events-dashboard/
Use Cases
- Debug ongoing implementations of our async upload API.
- Get real-time feedback on your uploads.
- Test our API without first needing to implement webhooks.
Please don’t hesitate to let us know if you have any questions.
Here are some FAQs to get you started!
Can I use this feature without implementing a webhooks integration?
Yes! We designed this feature to make it easier to get started with implementing our API. You can simply upload data asynchronously.
If I’ve already implemented webhooks, do I need to do anything else?
No. You can visit this page at any time to see what events we’re processing for you.
Can I view historical event data?
No. The events on the dashboard are ephemeral and will disappear if you navigate away from the dashboard.
What do I need to do to start seeing events on the dashboard?
You simply need to upload data to our API and visit the dashboard. The events will appear on the dashboard as we process your data. If you need help with uploading, you can check out our Upload Guide or our Postman Collection.
I’m uploading using the Pave Upload Agent, will I be able to use the dashboard to see events?
Yes!
What about if I’m uploading data via SFTP?
We’re only showing events that are coming through our API implementation, as a result, you will not see events if you upload data via SFTP.
Documentation
You can find the documentation here – https://docs.pave.dev/guides/webhooks/webhooks-events-dashboard/