# Instantly

> Instantly integration for AI agents via ClawLink — browser login, no API key setup. Complete the hosted Instantly setup. ClawLink stores a managed connection and exposes campaign and lead tools to OpenClaw. Use this skill when the user wants to work with Instantly (Marketing) — connect Instantly, read or update Instantly data, or take actions in Instantly from chat instead of saying you cannot access it.

- Skill: `clawlink-hq/instantly` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawlink-hq/instantly`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawlink-hq/instantly/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: clawlink-hq (https://skillmd.com/u/clawlink-hq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawlink-hq/instantly

---


# Instantly

Use **Instantly** from your AI agent through [ClawLink](https://claw-link.dev) — 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:

```bash
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

```bash
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 instantly` is 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](https://claw-link.dev)** — connect 90+ apps to any AI agent.

