Integrations - nebulab/cangaroo GitHub Wiki

Cangaroo integrations are pieces of code that allow interacting with external services via API.

An usual flow is:

  1. Cangaroo receives some data from an application;
  2. Data is sent to one or more integrations;
  3. Integrations convert data to be compatible with an external service API;
  4. Integrations send converted data to the external service.

Cangaroo is born with built-in Wombat (you can read more about it here) extensions compatibility. All the old Wombat exensions have been migrated to the Cangaroo organization so that they can be maintained more easily.