Gets an example of the message body format for a "RunIntegration" message.
{
"tenantId": "1c88a6fa-1d05-4db6-aada-f099c632cbfe",
"integrationId": "d468f4c9-fc4e-476d-8cd2-e140326bda0c"
}
<RunIntegrationMessageBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Messaging"> <IntegrationId>d468f4c9-fc4e-476d-8cd2-e140326bda0c</IntegrationId> <TenantId>1c88a6fa-1d05-4db6-aada-f099c632cbfe</TenantId> </RunIntegrationMessageBody>