pakat
Interact with Pakat email marketing API (new.pakat.net) - REQUIRES PAKAT_API_KEY environment variable. Use when the user wants to manage email lists, subscribers, campaigns, templates, transactional emails, segments, or check campaign stats and delivery logs via the Pakat platform. Triggers on mentions of Pakat, email campaigns, mailing lists, subscriber management, or transactional email sending through Pakat.
Why use this skill?
Manage Pakat mailing lists, campaigns, and transactional emails directly from your AI agent. Automate your email marketing workflow with the official Pakat skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/hadifarnoud/pakatWhat This Skill Does
The Pakat skill provides a direct interface between the OpenClaw AI agent and the Pakat email marketing platform. It enables seamless management of your email marketing operations through the Pakat REST API. Users can programmatically handle mailing lists, manage subscribers, orchestrate complex marketing campaigns, design and deploy email templates, and trigger transactional emails. Beyond management, the skill allows for real-time monitoring of campaign performance, providing access to analytics, delivery logs, and interaction statistics. By abstracting the API complexity, the skill makes it simple to automate email workflows, such as syncing user segments or sending bulk newsletters directly from an AI command.
Installation
To integrate this skill, use the ClawHub CLI command within your terminal:
clawhub install openclaw/skills/skills/hadifarnoud/pakat
Once installed, you must provide your Pakat API key. Obtain this key from your account dashboard at https://new.pakat.net/customer/api-keys/index. Set it as an environment variable to ensure the skill can authenticate securely:
export PAKAT_API_KEY="your-key-here"
If you forget this step, the OpenClaw agent will prompt you to provide the key before executing any commands.
Use Cases
This skill is perfect for marketers and developers looking to automate repetitive email tasks. Common use cases include:
- Automatically adding new users from a database to a specific Pakat mailing list.
- Scheduling marketing campaigns directly based on data analysis outputs.
- Triggering transactional emails (like order confirmations or password resets) programmatically using custom HTML.
- Auditing campaign engagement by pulling stats via the API to report on open and click-through rates.
- Managing segments of subscribers based on their behavior or custom criteria stored in your external systems.
Example Prompts
- "List all my current mailing lists on Pakat and tell me how many subscribers are in each."
- "Add [email protected] to my 'Newsletter' list and set his name as John Doe."
- "Send a transactional email to [email protected] with the subject 'Welcome to our platform' containing a base64 encoded welcome message."
Tips & Limitations
- The Pakat API requires specific multipart/form-data for POST requests; ensure that any complex data structures like campaign settings are properly formatted.
- For transactional emails, the body content should be base64 encoded to handle HTML characters safely, which is handled automatically by the agent when using the correct tool calls.
- Always verify your list UIDs and template UIDs before running automation scripts to prevent sending data to the wrong destination.
- The skill requires an active internet connection to communicate with the Pakat API; ensure your environment allows outbound HTTPS traffic to the new.pakat.net domain.
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-hadifarnoud-pakat": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api