Message sender (wapka api)

General discussion about the Wapka ecosystem. Discussion of specific Wapka-related services usually belongs in other sections.
Post Reply
salamonvikas
Posts: 7
Joined: Wed Sep 11, 2024 2:39 am

Message sender (wapka api)

Post by salamonvikas »

Code: Select all

<form method="post" action="https://api.wapka.org/MessageCreator"><input type="hidden" name="apikey" value="{{VAR(APIKEY)}}"/><input type="text" name="userid" value="143520"/><input type="text" name="msg" value="hi, hello"/>
                <input type="submit" value="Submit"/></form>
Post Reply