"Connect Slack to OneUptime using Workflows" YouTube video is outdated/incorrect #1684

Closed
opened 2026-04-05 16:33:43 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @JesseWebDotCom on 8/14/2023

Following this YouTube video (which is great, thank you) is outdated/incorrect:
https://www.youtube.com/watch?v=VX3TwFrpvyI

Here are the changes required to send a message based on an incident trigger (the first manual web hook test works fine):

  1. in the ""On create incident" trigger, you have to select set this in the "Select Fields":
    {"title": true}

  2. In the "Send Message to Channel" component, you need to use this variable in the message text field:
    {{local.components.incident-on-create-1.returnValues.model.title}}

*Originally created by @JesseWebDotCom on 8/14/2023* Following this YouTube video (which is great, thank you) is outdated/incorrect: https://www.youtube.com/watch?v=VX3TwFrpvyI Here are the changes required to send a message based on an incident trigger (the first manual web hook test works fine): 1) in the ""On create incident" trigger, you have to select set this in the "Select Fields": {"title": true} 2) In the "Send Message to Channel" component, you need to use this variable in the message text field: {{local.components.incident-on-create-1.returnValues.model.title}}
MrUnknownDE added the documentationdocumentationdocumentation labels 2026-04-05 16:33:43 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1684