For the complete documentation index, see llms.txt. This page is also available as Markdown.

Instantly Integration

Use Instantly with Frevana by generating an API key in your workspace.

Prerequisites

Before you start, make sure you have:

  • An Instantly account

  • Access to the target Instantly workspace

  • Permission to manage API access

What Frevana needs

To complete the setup, you will need:

  • An Instantly API key

  • The correct workspace selected in Instantly

Setup steps

1

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.

2

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:

Instantly Getting Started

3

Create a new API key

Click Create API Key.

Enter a recognizable name, for example:

Frevana Integration

In 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.

4

Copy the API key

Copy the generated API key immediately.

Store it in a secure password manager or secret store.

5

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.

Troubleshooting

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

Ready to connect

Last updated