



), and then click one of the requests sent by Frame.io.įrom the results, review the response body, header, and other details: To inspect Frame.io's webhooks call, launch the ngrok web interface (i.e. That alone can save you some time dissecting and logging HTTP request and response headers, methods, bodies, and response codes within your app just to confirm you are getting what you expect. Seeing requests is an excellent way of validating the data sent to and retrieved by your app via the ngrok tunnel. When you click on a request, you can see details of both the request and the response. The Request Inspector shows all the requests made through your ngrok tunnel to your localhost app. A local URL for the Web Interface (a.k.a Request Inspector).
FRAMEIO STATUS FOR FREE
The URL to your app (it ends with ngrok-free.app for free accounts or ngrok.app for paid accounts when not using custom domains).When you launch the ngrok agent on your local machine, you can see two links: On the Webhook Logs page, click View details and confirm On the Webhooks page, click View logs close to your webhook. Optionally, you can verify the log of the webhook call in Frame.io: On the New Project popup, enter a project name and then click Create Project.Ĭonfirm your localhost app receives the create-project event notification and logs both headers and body in the terminal. In the same browser, access Frame.io, and then click + close to your team name on the left menu. You can trigger new calls from Frame.io to your application by following the instructions below. Select your team for the TEAM field, click the created checkbox for Projects under the EVENTS section, and then click Submit.įrame.io sends different request body contents depending on the event that is being triggered. On the Create a new webhook page, enter a name in the NAME field, and in the URL field enter the URL provided by the ngrok agent to expose your application to the internet (i.e. On the Webhooks page, click Create a Webhook. On the top menu of the developer site, click DEVELOPER TOOLS and then click Webhooks. In the same browser, access Frame.io Developer. To register a webhook on your Frame.io account follow the instructions below:Īccess Frame.io and sign in using your Frame.io account. Ngrok will display a URL where your localhost application is exposed to the internet (copy this URL for use with Frame.io).
FRAMEIO STATUS INSTALL
To install this sample, run the following commands in a terminal: Invalid requests are blocked by ngrok before reaching your app.įor this tutorial, we'll use the sample NodeJS app available on GitHub.
FRAMEIO STATUS HOW TO
This guide covers how to use ngrok to integrate your localhost app with Frame.io by using Webhooks.įrame.io webhooks can be used to notify an external application whenever specific events occur in your Frame.io account.īy integrating ngrok with Frame.io, you can: Secure your webhook requests with verification.Configure Frame.io webhooks with your ngrok URL.To integrate Frame.io webhooks with ngrok:
