This guide shows you how to register an OAuth Client App with Follow Up Boss to obtain your client credentials. These are required to let your users grant your app access to their Follow Up Boss 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.
Register your system
Follow Up Boss requires API clients to register a system for source attribution before creating an OAuth app. If you don’t have a Registered System yet, create one via the Follow Up Boss developer portal. Note your X-System name and X-System-Key.
Create an OAuth Client App
Use the Follow Up Boss API to create your OAuth Client App. Set the The response includes your
redirectUris to https://api.nango.dev/oauth/callback:clientId and clientSecret. Store the clientSecret securely — it is only returned once and cannot be retrieved again.Next
Follow the Quickstart to connect your first account.