Skip to main content

Introduction

Webhooks are user-defined callbacks over HTTP.

In other words, it is a simple way to let the system notify you when an event happened in ACTITO, instead of having to ask regularly for new/updated information.

ACTITO encourages developers to use webhooks as soon as possible as polling can have an impact on performance.

Subscribing to webhooks

To define and manage your webhook subscriptions you will need to have an access to the API as well.

Check the WEBHOOKS API section for detailed information on available operations.