Webhook via UI


As an organization administrator, you can configure webhooks for your enterprise to be notified when specific events have occurred. The sections below outline the setting up a webhook and managing webhooks.

You can subscribe your application to one or more events by creating webhooks in the BlueJeans administrative console. When one of the subscribing events occurs, BlueJeans will send an HTTP POST request payload to your webhook event notification endpoint URL. 

Overview

Webhooks in BlueJeans is defined by the following information that you must provide when registering (that is, creating) a new webhook:

  • A Webhook Name for the webhook created (for example, "Webhook for my remote app").
  • The endpoint URL where the callback should be sent. The endpoint URL is also called a destination URL for a specified application to receive subscribed event notification

Note 

Only HTTPS URLs are supported as protocol Identifiers.)
If you enter an HTTP protocol, you will show to enter a supported URL.

  • The Events to post to the URL, are either "all events" or a specific set of events.

A sample webhook might look like this:

Name: "My simple webhook"

URL: https://example.com/my/webhook/endpoint

Events: meeting.started", "meeting.stopped