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.