Accessing private integrations
Go to Settings in the left sidebar, then select Private Integrations.API keys
Generate API keys to authenticate programmatic access to the HoopAI Platform API. API keys allow external tools, scripts, and services to read and write data in your account.Creating an API key
Click create API key
Click Create API Key and give it a descriptive name (e.g. “Zapier Integration” or “Custom Webhook Script”).
Webhooks
Webhooks let external systems receive real-time event notifications from your HoopAI account. When a trigger event occurs (such as a new contact being created or a form being submitted), the platform sends a POST request with event data to your specified URL.Setting up a webhook
- Go to Settings → Private Integrations → Webhooks
- Click Add Webhook
- Enter the destination URL where the platform should send event data
- Select the events to listen for (e.g. contact created, opportunity updated, form submitted)
- Click Save
Testing webhooks
Use the Send Test button to fire a sample payload to your webhook URL and verify it is receiving data correctly.OAuth apps
If you are building a custom application that other users will connect to their Hoop accounts, you can register an OAuth app to use the standard OAuth 2.0 authorization flow. OAuth apps are appropriate for:- Software integrations built for clients
- Internal tools that need delegated access to multiple accounts
- Marketplace or white-label applications
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=878008bf159fcc4964d0c0d508b6e400)
.png?fit=max&auto=format&n=EQK5eX9kTD8NzWwA&q=85&s=e7fddd192d86dd299bb26a190e6a7e96)