Instantly Integration
Use Instantly with Frevana by generating an API key in your workspace.
Last updated
Use Instantly with Frevana by generating an API key in your workspace.
Before you start, make sure you have:
An Instantly account
Access to the target Instantly workspace
Permission to manage API access
To complete the setup, you will need:
An Instantly API key
The correct workspace selected in Instantly
Open the Instantly dashboard
Sign in to Instantly.
Make sure you are in the workspace you want to connect.

If you manage multiple workspaces, create the key from the same workspace you plan to use with Frevana.
Open the API settings
Open Settings → Integrations.
Find the API key section for the current workspace.
If the layout looks different, compare it with the official setup guide:
Create a new API key
Click Create API Key.
Enter a recognizable name, for example:
Frevana IntegrationIn Scopes, select the permissions required for this integration.
leads:all campaigns:all emails:all accounts:all
Click Create to generate the key.
Use a dedicated key for Frevana. This makes rotation and troubleshooting easier later.
Copy the API key
Copy the generated API key immediately.
Store it in a secure password manager or secret store.

Treat the API key like a password. Do not share it in chat, email, or screenshots.
Save the key as an environment variable
For quick setup, save the key as an environment variable first.
Use the full key exactly as copied from Instantly.
macOS / Linux
export INSTANTLY_API_KEY="your_instantly_api_key"Windows PowerShell
setx INSTANTLY_API_KEY "your_instantly_api_key"Use the real key you copied from Instantly. Do not include extra spaces or line breaks.
401 Unauthorized
Verify that:
The full API key was copied
The key is still active
You created the key in the correct workspace
Cannot find the API key section
Verify that:
You are signed in to the correct Instantly account
You opened Settings → Integrations
Your account has permission to manage integrations
Last updated