Hello!
I’m trying to create a workflow that scrapes articles and generates post ideas for my company’s social media.
I’m stuck here:
I want the workflow to send a message to a slack channel, and that channel should contain an APPROVE button that resumes the workflow.
However, creating a webhook with WAIT doesn’t seem like the right solution, as I can’t insert the WAIT webhook URL into the slack message thats already been sent.
The end result I’m trying to achieve is:
- Create ppost content with AI
- Send post content to Slack for confirmation
- Let user Approve to continue workflow and automatic posting
I’m probably completely missing something obvious, but I tried getting help from Chatgpt but it just lies to me and makes things up that don’t make any sense. I’ve also read the documentation but I’m new to this stuff.
Thanks!