LaunchKit · 2026
Back to Skills

sensorpro

Manage your Sensorpro email marketing account in OpenClaw.

0
444 downloads
by @forcequit

Setup & Installation

openclaw skills install @forcequit/sensorpro

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install sensorpro

Version History

v0.2.3Feb 17, 2026 - Version note by skill developer:

Change display title to sensorpro.app

What This Skill Does

Manages a Sensorpro email marketing account from OpenClaw. Covers contacts, campaigns, broadcast metrics, relay email sending, FTP imports, and account administration. Authentication uses a session token obtained at runtime and must be explicitly terminated after use.

Handles the Sensorpro sign-in, token management, and logoff cycle so you can query contacts and campaigns without switching to the Sensorpro UI.

When to use it

  • Add or update subscriber contacts in a mailing list
  • Retrieve open and click metrics for a sent campaign
  • Send a one-off transactional email to a specific recipient
  • Check the status of an ongoing FTP contact import
  • Create a sub-organization or new API user in Sensorpro

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Get the results for campaign ID 53

AGENT
  1. 1Signs in using SENSORPRO_API_KEY, SENSORPRO_ORG, SENSORPRO_USER, and SENSORPRO_PASS to obtain a session token
  2. 2Calls POST /api/campaign/GetCampaignResults/{token} with body {"CampaignId": 53}
  3. 3Checks TotalErrors in the response to confirm success
  4. 4Logs off by calling POST /auth/sys/logoff/{token} with an empty JSON body
OUTPUT

Campaign 53 delivery stats including opens, clicks, and any reported errors

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SENSORPRO_API_KEY environment variable (from Sensorpro UI under API > API keys)SENSORPRO_ORG environment variable (your organization code)SENSORPRO_USER environment variable (must be a dedicated API user, not a UI user)SENSORPRO_PASS environment variable (password for the API user)Sensorpro account with REST API access enabled