Calling external api from within collibra workflow
Hello,
I’m looking for any information on how to call an external api from within a collibra workflow. Our use case is around data access, so when someone goes into collibra and requests access to a data set for example, we would want to pass that request to one of our internal tools that manages data access via a workflow. Any information on how to do this would be extremely helpful. Thanks!
jackfinegan
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
1 comment
arthurburkhardt
·4 years ago · EditedCollibra does not call external APIs, but external integrations can call the Collibra API.
Even though you could call an API from a groovy script, I would not recommend it except for public unauthenticated APIs.
There are 2 main patterns for the integration:
External integrations can be built with systems such as AWS Lambda, Azure Functions, or iPaaS platform, etc.
This is also how the Spring boot applications have been built.