Skip to main content
This guide shows you how to create an OAuth client in Salesmsg and obtain your OAuth credentials (client ID and secret). These are required so your users can grant your app access to their Salesmsg account via Nango.

Create an OAuth client in Salesmsg

1

Create an account

If you don’t have an account, go to the Salesmsg registration page and sign up.
2

Open OAuth Applications

  1. Log in to your Salesmsg account, and navigate to the OAuth Applications page.
3

Create a new client

  1. Click Create Client.
  2. Enter a name. For the Redirect URL, add https://api.nango.dev/oauth/callback.
  3. Click Create Client to generate client credentials. Your Client ID and Client secret will be displayed—save them, as you’ll need them when configuring your integration in Nango.
4

Next

Follow the Quickstart.
For more details on Salesmsg’s OAuth implementation, see Salesmsg’s OAuth documentation.