Create groups in Node.js

In this tutorial, we will walk through how to create groups. Then, we'll further organize our groups into parent groups.

Before you start

You must have:

What's covered?
  • Setting up a Sinch application in Node.js
  • Routing your app to pull from your database using Express
  • Creating groups for SMS messaging
  • Organizing groups into parent groups
Goal

At the end of this tutorial, you will have performed two calls to the SMS API. You'll first create two groups. Then, we'll assign those group IDs to one parent group.

Was this page helpful?