Skip to main content

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.

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.
1

Create a Wiseagent Account

If you don’t already have one, go to Wiseagent and create an account.
2

Request OAuth Application Access

  1. Contact Wiseagent support to request OAuth application access.
  2. 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
3

Configure OAuth Settings

  1. Once your OAuth application is approved, you will receive your Client ID and Client Secret.
4

Next

Follow the Quickstart to start building your integration.
For more details, see Wiseagent’s OAuth 2.0 documentation.