The callback node allows you to make requests with your data from SEEN Platform to your systems after the video has been rendered.

To create a Callback, drag and drop the Callback Node to the Canvas, connect it to the previous node, configure your callback, and click “Save”.

<aside>

Remember to add Callback node after the Player node.

</aside>

The configuration menu consists of the following details:

General

URL

With the URL field, you will be able to define the endpoint of the request.

You can use any properties in your Workspace to personalise the endpoint URL. This can be useful in cases where you are required to use (e.g.) an ID as a part of the endpoint.

Method

With the Method dropdown, you will be able to define the request method.

Currently we support the following methods:

POST

GET

PUT

DELETE

PATCH

Headers

With the Headers field(s) you will be able add headers for your request as a key-value pairs. You can add multiple Headers by clicking the “Add a header” button.

You can use any properties in your Workspace as the key or the value of the Header.

Request content