About This Recipe
This recipe demonstrates how you can send a simple hello message through Oracle Integration to an email address received as request payload from an external application.
This is an application-driven recipe that sends a message when it receives a REST request with the name and email address of the user from an external application.
To use the recipe, you must install the recipe and configure the connections within the recipe. Subsequently, you can activate the integration flow of the recipe and send a REST request with the required payload (name and email ID) to the integration’s endpoint URL from an external application.
When triggered, the recipe’s integration flow sends a hello message to the email address specified in the request payload and returns a response to the external application.