1stream Webhooks

This article will provide a walkthrough on setting up a webhook in 1stream.

Updated at September 13th, 2024

Webhook Functionality

The webhook functionality in 1stream is currently only called CallEnd. If the POST fails it will be retried up to 4 times. 

How to Setup Webhook

  1. Log into the 1stream Admin Portal.
  2. Go to the Administration > Manage Organization menu in the top right. 
  3. Scroll down to the WebHook Registrations section.
    webhooks1
  4. Click the green circled + button. The Add New WebHook Registration pop-up will appear.webhooks2
  5. In the EventType field, CallEnd will be the default selection. 
  6. In the Receiver URL field, input the url that data will be sent via HTTPS POST after a call ends.
  7. Click on the Save button.