This guide shows you how to register your own OAuth application with Wiseagent to obtain your OAuth credentials (Client ID & Client Secret). These are required to let your users grant your app access to their Wiseagent account.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 a Wiseagent Account
If you don’t already have one, go to Wiseagent and create an account.
Request OAuth Application Access
- Contact Wiseagent support to request OAuth application access.
- You will need to provide the following information:
- Name of your Application
- A publicly accessible URL to a logo for your application
- Redirect Domain for your application:
https://api.nango.dev/oauth/callback - List of scopes you need access to. Wiseagent API supports the following scopes:
- profile: Read profile information including Email, Name, Company
- team: Read or Update inside team members / update inside team assignments
- marketing: Read or Update marketing programs
- contacts: Read, Update, or Create contacts
- properties: Read or Update properties
- calendar: Read or Update Calendar/Planner
Configure OAuth Settings
- Once your OAuth application is approved, you will receive your Client ID and Client Secret.
Next
Follow the Quickstart to start building your integration.