outreach
Manage sales engagement via Outreach API. Create sequences, manage prospects, and track activities.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/outreachOutreach
Sales engagement platform.
Environment
export OUTREACH_ACCESS_TOKEN="xxxxxxxxxx"
List Prospects
curl "https://api.outreach.io/api/v2/prospects" \
-H "Authorization: Bearer $OUTREACH_ACCESS_TOKEN" \
-H "Content-Type: application/vnd.api+json"
Create Prospect
curl -X POST "https://api.outreach.io/api/v2/prospects" \
-H "Authorization: Bearer $OUTREACH_ACCESS_TOKEN" \
-H "Content-Type: application/vnd.api+json" \
-d '{"data": {"type": "prospect", "attributes": {"firstName": "John", "lastName": "Doe", "emails": ["[email protected]"]}}}'
List Sequences
curl "https://api.outreach.io/api/v2/sequences" \
-H "Authorization: Bearer $OUTREACH_ACCESS_TOKEN"
Add to Sequence
curl -X POST "https://api.outreach.io/api/v2/sequenceStates" \
-H "Authorization: Bearer $OUTREACH_ACCESS_TOKEN" \
-H "Content-Type: application/vnd.api+json" \
-d '{"data": {"type": "sequenceState", "relationships": {"prospect": {"data": {"type": "prospect", "id": "123"}}, "sequence": {"data": {"type": "sequence", "id": "456"}}}}}'
Links
- Dashboard: https://app.outreach.io
- Docs: https://api.outreach.io/api/v2/docs
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-outreach": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.