Hi folks,
I’m building a Discord bot that works like this:
User clicks a button → Input form appears → User enters their email → The bot sends it to a Make webhook → Make runs a scenario → Make sends the processed data back to the bot.
My question is: what’s the proper way to do this?
I thought the scenario should end with a webhook response from Make, which I could then handle in my Discord bot — but how exactly does that work? How do I access this processed data in the body of my webhook response module?
Thanks in advance, guys