Hi folks, I’m trying to do a very simple Bot post via Slack to a specific channel using their Incoming Webhooks. I’ve built the webhook in Slack, tested it in Postman (works great). It’s simply a URL that authenticates and goes to a single channel. I add {“text”: “Test message”} to the raw body, and voila. It posts.
I can’t figure out how to do this with @Taiheta’s plugin, or if there’s a better method. Appreciate some guidance here!