Orchestrator Alerts for Better Monitoring

Hello everyone,

Is there a way to modify the subject of alert emails we receive from the orchestrator? Additionally, is it possible to automatically create a Salesforce ticket for faulty jobs from the orchestrator?

Thank you!

@Robot2_Automation

You xannot change the default subjects

And there is no direct api call it can make…but you have webhooks which can be used to know the events like faulted jobs …

Cheers

Can webhooks be used to send emails from Outlook when a job fails in the orchestrator?

@Robot2_Automation

Webhook does not send emails…its like it sends an event to the target middleware which monitors this webhook…from there we can do multiple things like sending emails etc

cheers