Guided setup

Nextbase ↔︎ Horizon guided setup

Checklist-driven onboarding keeps admins focused while embedded docs and code samples eliminate context switching.

0%
0% complete3 steps

Step 1 of 3
Connect your Horizon account
Authenticate with OAuth or API keys so we can provision the integration workspace.

Approx. 5 minutes

sandbox

Inline code

curl -X POST https://api.horizon.com/integrations
  -H 'Authorization: Bearer ${API_KEY}'
  -d '{"workspace":"nextbase-sandbox","features":["activities","notes"]}'

Choose the data center that matches your Horizon org.

Create a scoped key with read/write to pipelines and custom objects.

Keep Horizon events replayable for 14 days to support retries.

Checklist

  • Grant OAuth scopes

    Include pipelines.read, accounts.write, and metadata.read.

  • Notify security

    Send API key rotation schedule to SecOps distribution list.

Progress saves automatically across devices.