You are viewing Skygear v1 Documentation.Switch to Skygear v0 Documentation

Sending verification SMS via Nexmo

This article teaches you how to setup Nexmo for sending verification SMS.

  1. Sign up account in Nexmo and create a project.

  2. Obtain API Key and API Secret from Nexmo get started page.

    Nexmo Get Started

  3. Input API Key, API Secret and Sender Phone Number in Skygear portal.

    Nexmo Skygear Portal

Verify user with code API

At this point, your user will be able to obtain verification code via SMS. To verify user with code in your application: