TopRank Skills

Home / Claw Skills / 邮件 / outreach
Official OpenClaw rules 36%

outreach

Outreach integration. Manage sales data, records, and workflows. Use when the user wants to interact with Outreach data.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 outreach 技能。 若已安装,则直接安装 outreach 技能。

Overview

Skill Key
gora050/outreach-integration
Author
gora050
Source Repo
openclaw/skills
Version
-
Source Path
skills/gora050/outreach-integration
Latest Commit SHA
ae4a87a911bcc87f1d1f3474d1ee2ddee38f5e03

Extracted Content

SKILL.md excerpt

# Outreach

Outreach is a sales engagement platform that helps sales teams automate and personalize their communication with prospects. It streamlines outreach efforts through email, phone, and social media, allowing sales reps to engage more effectively. Sales development representatives (SDRs) and account executives (AEs) are typical users.

Official docs: https://developers.outreach.io/

## Outreach Overview

- **Account**
- **Sequence**
- **SequenceState**
- **Mailbox**
- **User**
- **Opportunity**
- **Call**
- **Task**
- **ContentCategory**
- **Snippet**
- **Template**
- **Schedule**
- **Ruleset**
- **Rule**
- **Profile**
- **Phone Number**
- **Subscription**
- **Recording**
- **Engagement**
- **BulkResult**
- **List**
- **Lifecycle**
- **Meeting**
- **Event**
- **Persona**
- **Settings**
- **Tag**
- **Note**
- **Deal**
- **Deal Stage**
- **Deal Source**
- **AI Insights**
- **Custom Object**
- **Custom Field**
- **Filter**
- **View**
- **Smart View**
- **Role**
- **Group**
- **Permission**
- **Automation**
- **Integration**
- **Plugin**
- **Addon**
- **Notification**
- **Report**
- **Dashboard**
- **Goal**
- **Forecast**
- **Billing**
- **Support Ticket**
- **Knowledge Base Article**
- **Training Module**
- **Certification**
- **API Key**
- **Audit Log**
- **Data Export**
- **Data Import**

Use action names and parameters as needed.

## Working with Outreach

This skill uses the Membrane CLI to interact with Outreach. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing.

### Install the CLI

Install the Membrane CLI so you can run `membrane` from the terminal:

```bash
npm install -g @membranehq/cli
```

### First-time setup

```bash
membrane login --tenant
```

A browser window opens for authentication.

**Headless environments:** Run the command, copy the printed URL for the user to open in a browser, then complete with `membrane login complete <code>`.

### Connecting to...

Related Claw Skills