Autodesk Platform Services Webhooks
TL;DR
To integrate Autodesk Platform Services webhooks with ngrok:
This guide covers how to use ngrok to integrate your localhost app with Autodesk Platform Services by using Webhooks. Autodesk Platform Services webhooks can be used to notify an external application whenever specific events occur in your Autodesk account.
By integrating ngrok with Autodesk, you can:
- Develop and test Autodesk webhooks locally, eliminating the time in deploying your development code to a public environment and setting it up in HTTPS.
- Inspect and troubleshoot requests from Autodesk in real-time via the inspection UI and API.
- Modify and Replay Autodesk Webhook requests with a single click and without spending time reproducing events manually in your Autodesk account.
- Secure your app with Autodesk validation provided by ngrok. Invalid requests are blocked by ngrok before reaching your app.