I would to have in Foundry:
- An Action that triggers a webhook
- This webhook will perform an API Call to Foundry to perform something
- This webhook will be executed as a service user, and not the actual user calling the API
Question: How to set this up ?
To my understanding:
- I can create a Third party application in Developer Console, which will get me a service user, which I can grant access to specific resources/etc.
- I can create an outbound application to store the Oauth2 credentials (client id/client secret) so that I can use this “authentication mechanism” in a Data Connection source
- I can create a REST data connection source which users the outbound application credentials to execute the API calls
- I can then create a webhook on this source