Skip to main content

Overview

Webhooks allow you to subscribe to events in a FreJun account with your integration installed. Rather than your application polling FreJun for events, FreJun can send an HTTPS request to an endpoint you configure.

Requirements

  • FreJun app
  • A Publicly available HTTPS endpoint for receiving webhooks from FreJun
info
  • If you prefer to handle webhooks directly in the browser instead of using APIs, you can do so via our web app.
  • Login with your credentials → Navigate to Settings → Developer tab → Click on your OAuth app (or create a new one).
  • Once inside the app, scroll down to the Webhooks section to configure your webhook settings.