Acess data from a webhook response

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

Usually you’ll want to send back JSON.

To do that, you can use the Transform to JSON module, or you can manually type the JSON in the webhook response body.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.