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.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create an OAuth client in Salesmsg
Create an account
If you don’t have an account, go to the Salesmsg registration page and sign up.
Open OAuth Applications
- Log in to your Salesmsg account, and navigate to the OAuth Applications page.
Create a new client
- Click Create Client.
- Enter a name. For the Redirect URL, add
https://api.nango.dev/oauth/callback. - 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.
Next
Follow the Quickstart.