Streamlining workflows with real-time data integration

Welcome to the Connecteam webhook documentation page. Connecteam offers powerful webhook integrations designed to streamline your workflow by providing real-time information and updates. Webhooks, also known as web callbacks or HTTP push APIs, are a way to deliver data to other applications as it happens. This method is much more efficient, allowing for immediate data synchronization without the need for constant polling.

Available webhooks

Connecteam currently supports two types of webhooks:

Setting up your webhook

Setting up webhooks is simple and intuitive, and you can do it directly from the UI. The following guide will walk you through in order to set your new webhook successfully. Please note that only Owners can set up webhooks (similar to generate API keys).

Steps for creating new webhook in the UI:

  1. Go to the settings tab
  1. Go to the API&Integrations tab and select "Add webhook" button
  1. In the 'New webhook' pop-up modal:

    1. Name the webhook setting (e.g. "My Time activity webhook")
    2. Provide the endpoint URL (where the webhooks will be sent to) - Should be 'HTTPS' URL type only.
    3. Choose the desired feature (e.g. Time clock/Users/Forms etc.)
    4. Choose the desired object (e.g. for Time clock - choose the relevant time clock, for forms - choose the form etc.)
    5. Choose the desired event types. You can either select part of them or select all events.
    6. Press on the Create webhook button to set the webhook settings.
  1. Now you can start and receiving webhook directly to your specified endpoint URL. You can edit/disable/delete the webhook settings whenever needed.

Having trouble setting your webhook? The support team is here to help!