Slack outgoing webhooks aren't triggering my custom webhook nodes

Im trying to trigger my automation whenever a message is sent to a specific slack channel. I am currently doing it by adding the “outgoing webhooks” app to my slack channel, which should then trigger my Custom Webhook node in make but something seems to not be working. I’ve set the trigger to immediately but it will only trigger in response to a message being sent when i manually press “Run Once” first. Is there something i’m not considering or doing wrong? Or is there a way to make it trigger automatically? As far as i know i’ve done everything correctly but it just wont work.

I’ve tried using a new web hook with no success.
Ive tried turning the scheduling on and off again.
Scheduling in Make is toggled on and set to Immediately.
I’ve double checked the Webhook URL in my slack app is correct.

Any ideas what i should try next? I could maybe try swap the Webhook node for a “Watch Public/Private Channel Messages” node but based of my quick research, linking slack directly to Make looks complicated for a new user like myself.

Thanks in advance :slight_smile:

Welcome to Make @Charles_From_Glassai;

Outgoing Webhooks is deprecated, therefore not reliable. The functionality is replaced by creating Slack Apps, and I admit that’s a little painful too.

As such, your direct connection method is easier to deal with.

In bigger picture, what are you wanting to accomplish for yourself or others?