1
2
3
4
5
6
export const doorbellBotHandler = (req, res) => {
res.set("Content-Type", "text/xml");
res.send(
`<?xml version="1.0" encoding="UTF-8"?><Response><Say voice="alice">Your wish has been granted. Welcome to Fractal</Say><Play digits="w9" /></Response>`
);
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
liamdanielduffy-doorbellbothandler.express.val.run
October 23, 2023