also this is worded weirdly lol
Bump!
I’m attempting to make a database API (why not lol), and for that I need to be able to reply to incoming webhook triggers. Would be a block like “Respond to Incoming Webhook” and it would override the “Default Response” input on the trigger.
this would be useful for my games
Not just games, you could make Inventor far more useful in external applications
This has been added! Pick the new option “Custom Plain Text” on the trigger, then use the “Respond to Incoming Webhook” block.
To prevent some potential security concerns it is a bit limited. You must reply within 10 seconds, all responses are of text/plain
content type (you can still send and parse JSON, the content-type just won’t match), and you must pick from a limited set of status codes. It should still be enough to exchange data with external services.