Instantly
Use Instantly from your AI agent through ClawLink — browser login, no API key to paste, no config to edit. Connect Instantly once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).
Setup
Run these once — the agent can run them for you:
npx @useclawlink/cli login # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect instantly # opens browser → authorize Instantly
No API key to create or paste — login stores the credential at ~/.clawlink/credentials.json.
Using Instantly
npx @useclawlink/cli actions instantly "<what you want to do>" # find an action
npx @useclawlink/cli describe instantly <action-id> # see its inputs (before writes)
npx @useclawlink/cli run instantly <action-id> --input '<json>' # execute
Reads first; confirm with the user before any write.
Available actions
| Action | Description |
|---|---|
instantly_get_current_workspace |
Get the current Instantly workspace |
instantly_list_campaigns |
List Instantly campaigns |
instantly_create_campaign |
Create a new Instantly campaign |
instantly_get_campaign_analytics |
Get campaign performance analytics |
instantly_list_leads |
List Instantly leads |
instantly_create_lead |
Create an Instantly lead |
instantly_add_leads_bulk |
Add leads to Instantly in bulk |
instantly_list_lead_lists |
List lead lists |
instantly_list_accounts |
List email sending accounts |
instantly_list_emails |
List emails from campaigns |
instantly_activate_campaign |
Activate or resume a campaign |
instantly_pause_campaign |
Pause an active campaign |
instantly_list_webhooks |
List configured webhooks |
instantly_get_workspace_billing_plan_details |
Get workspace billing and plan details |
Notes
- No API key for Instantly itself — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run
npx @useclawlink/cli connect instantly. - The action list above is a snapshot;
npx @useclawlink/cli actions instantlyis always current.
Resources
- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli
Powered by ClawLink — connect 90+ apps to any AI agent.