Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Get the results for campaign ID 53
- 1Signs in using SENSORPRO_API_KEY, SENSORPRO_ORG, SENSORPRO_USER, and SENSORPRO_PASS to obtain a session token
- 2Calls POST /api/campaign/GetCampaignResults/{token} with body {"CampaignId": 53}
- 3Checks TotalErrors in the response to confirm success
- 4Logs off by calling POST /auth/sys/logoff/{token} with an empty JSON body
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.