LogoLogo
User ManualChangelogRoadmapAboutYouTube
Apps
Apps
  • Apps
  • Quick start
  • Detailed reference
    • Manifest
      • Configuration schema
      • Dictionaries
    • Authentication
    • Configuration
    • Event endpoints
    • Synchronization
      • Data flow
      • Synchronization endpoints
      • Synchronization events
      • File download endpoint
    • Design considerations
  • Changelog
    • Changelog
    • Breaking changes
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Detailed reference

Event endpoints

React on events occurring in your App

PreviousConfigurationNextSynchronization

Last updated 1 year ago

Was this helpful?

There are several endpoints corresponding to events in the Manifest configuration.

Each endpoint receives an appropriate X-APP-TOKEN HTTP header with JWT that allows of the caller.

/consume/app_installed

subscribed event:

example payload:

{
  "name": "app_installed"
}

/consume/app_uninstalled

subscribed event:

example payload:

{
  "name": "app_uninstalled"
}

Synchronization endpoints

Next to App events, there are multiple Synchronization events for which there are respective endpoints to be implemented.

app_uninstalled
A full reference can be found here
authentication
app_installed