Ty use case is as follows:
Trying to use automations to set up sending alerts to VictorOps. I’ve been able to successfully use their
email integration to create incidents, but as I did in further, they parse the email subject to create the entity_id, which is what’s used to dedupe incidents. Since the docs only say that email body can be templated, that won’t work.
I
assume if I used a webhook block to send the notification that would get around this, since they parse the
JSON body for the entity_id, and I assume that would be templatable. But my webhook block doesn’t show up in the UI when setting up the automation.