[template request] MMS ticketing example #74
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
template-requests
Requests for new templates
It would be nice to have an example template that shows how an MMS powered ticketing could work.
User flow:
Hi ${name}! Thanks for registering for the happy hour event. Here's your ticket!
via Twilio Messaging (SMS withmediaUrl
property)Files needed
index.html
,main.js
andstyles.css
in anassets/
directory for the event websiteissue-ticket.js
infunctions/
to send out the MMSgenerate-qr-code.js
asfunctions/
that receives data in a request parameter to generate a QR code and return it as an image data. (to be usedmediaUrl
prop of the MMS)The text was updated successfully, but these errors were encountered: