See llms.txt for all machine-readable content.
This workflow monitors brand mentions stored in Google Sheets on a 15-minute schedule, uses OpenAI to classify crisis severity and draft PR responses, logs incidents to a crisis sheet, and routes approval decisions through Telegram, with Slack alerts for workflow errors.
Mentions tab.None.None, uses OpenAI (gpt-4o-mini) to draft a holding statement, a full press response, and a recommended response channel.Crisis_Log tab, sends the draft to an approver via Telegram, and marks the mention as “Awaiting Approval.”approve or reject in Telegram, updates the matching Crisis_Log entry in Google Sheets, and sends a confirmation back to Telegram.Mentions and Crisis_Log tabs and ensure the columns match the template (including IDs and status fields).YOUR_GOOGLE_SHEET_ID in all Google Sheets steps and set YOUR_APPROVER_CHAT_ID in the Telegram approval message step.YOUR_SLACK_CHANNEL_ID in the Slack error alert step.