-
Notifications
You must be signed in to change notification settings - Fork 18
Integrations
Alessio Rocco edited this page Apr 19, 2017
·
1 revision
Cangaroo integrations are pieces of code that allow interacting with external services via API.
An usual flow is:
- Cangaroo receives some data from an application;
- Data is sent to one or more integrations;
- Integrations convert data to be compatible with an external service API;
- 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.