...
In the service, then all the custom integration logic can be placed. Again, this could an Azure Function that acts as the connection to your downstream platform.
You would then in your service receive as a body:
Code Block |
---|
{
data: {
itemId: 1234
}
} |
Extensions with Azure Functions (or own Service)
...