Hi all,
I'm trying to forward Slack alerts to Gmail using Zapier. We centralize alerts from various sources like Redash and GCP into Slack. Then, using Zapier, I forward the alert to a Gmail distribution list.
The setup works well except for alerts sent by the Redash bot. While most messages appear in the text
or raw text
field, Redash alerts have no content in those fields.
When inspecting the Slack message data in Zapier, I see that the Redash alert body is actually stored inside attachments[0].text
.
However, Zapier doesn’t seem to expose this field as selectable input, even in Code or Formatter steps. So I can’t extract or use the alert content in the email body.
Is there any way to access message content inside Slack attachments[].text
from a Zap triggered by “New Message Posted to Channel”?
Thanks in advance for any advice!