Hey,
We've got 2 new examples on our Example page!
Twilio Integration: Make voice calls and send SMS messages
In this example we use npm to integrate Twilio with our site, allowing agents to make phone calls and send SMS messages directly from the browser.
Note: To use this example, you must first create an account on Twilio as described here.
Query Parameters: Add and remove query params from a URL
Play around with query params until you get the hang of it. Then copy and adapt the code for your site. Query params are great for filtering and sorting page content, receiving form data, pagination, improving SEO, and more.