We are here for you! 👋

Webhooks

Webhooks make it easy to integrate Teamscope with third-party solutions.

Last updated

May 4, 2022

new

What you will need?

To use this feature you will need:

  1. Subscribed to the Business plan.
  2. Provision a URL where the data from Teamscope will be sent to.

How webhooks work?

A webhook is a way that one platform (the sender) can send  information to another platform (the receiver) in real-time. For webhook to work the receiver has to create a URL and the sender must send data to that URL whenever an event occurs.

In the case of Teamscope the two events that can trigger a webhook are:

  1. Entry created
  2. Entry updated.

Teamscope will send the data in JSON format to the receiver's URL and the receiver then must parse that data and make the desired use of it.

How to quickly test webhooks

The quickest way to experiment how webhooks work is to use a free online webhooks tester, such as webhooks.site:

Copy the unique URL and paste it on Teamscope under study settings:

Whenever you create or edit an entry you see the data from that entry appear on the receiving URL.

Here is an example of the payload to expect:

What you will need?

To use this feature you will need:

  1. Subscribed to the Business plan.
  2. Provision a URL where the data from Teamscope will be sent to.

How webhooks work?

A webhook is a way that one platform (the sender) can send  information to another platform (the receiver) in real-time. For webhook to work the receiver has to create a URL and the sender must send data to that URL whenever an event occurs.

In the case of Teamscope the two events that can trigger a webhook are:

  1. Entry created
  2. Entry updated.

Teamscope will send the data in JSON format to the receiver's URL and the receiver then must parse that data and make the desired use of it.

How to quickly test webhooks

The quickest way to experiment how webhooks work is to use a free online webhooks tester, such as webhooks.site:

Copy the unique URL and paste it on Teamscope under study settings:

Whenever you create or edit an entry you see the data from that entry appear on the receiving URL.

Here is an example of the payload to expect:

Still need help? We are standing by and ready to help.