Freshdesk
/install freshdesk
🆘 Freshdesk
Freshdesk helpdesk — manage tickets, contacts, companies, and agents via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
FRESHDESK_API_KEY |
✅ | API key |
FRESHDESK_DOMAIN |
✅ | Domain (yourcompany.freshdesk.com) |
Quick Start
# List tickets
python3 {{baseDir}}/scripts/freshdesk.py tickets --filter \x3Cvalue> --email \x3Cvalue>
# Get ticket
python3 {{baseDir}}/scripts/freshdesk.py ticket-get id \x3Cvalue>
# Create ticket
python3 {{baseDir}}/scripts/freshdesk.py ticket-create --subject \x3Cvalue> --description \x3Cvalue> --email \x3Cvalue> --priority \x3Cvalue> --status \x3Cvalue>
# Update ticket
python3 {{baseDir}}/scripts/freshdesk.py ticket-update id \x3Cvalue> --status \x3Cvalue> --priority \x3Cvalue>
# Delete ticket
python3 {{baseDir}}/scripts/freshdesk.py ticket-delete id \x3Cvalue>
# Reply to ticket
python3 {{baseDir}}/scripts/freshdesk.py ticket-reply id \x3Cvalue> --body \x3Cvalue>
# Add note
python3 {{baseDir}}/scripts/freshdesk.py ticket-note id \x3Cvalue> --body \x3Cvalue>
# List conversations
python3 {{baseDir}}/scripts/freshdesk.py conversations id \x3Cvalue>
All Commands
| Command | Description |
|---|---|
tickets |
List tickets |
ticket-get |
Get ticket |
ticket-create |
Create ticket |
ticket-update |
Update ticket |
ticket-delete |
Delete ticket |
ticket-reply |
Reply to ticket |
ticket-note |
Add note |
conversations |
List conversations |
contacts |
List contacts |
contact-get |
Get contact |
contact-create |
Create contact |
companies |
List companies |
agents |
List agents |
groups |
List groups |
roles |
List roles |
products |
List products |
satisfaction-ratings |
List CSAT |
time-entries |
Ticket time entries |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
python3 {{baseDir}}/scripts/freshdesk.py \x3Ccommand> --human
Script Reference
| Script | Description |
|---|---|
{{baseDir}}/scripts/freshdesk.py |
Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install freshdesk - After installation, invoke the skill by name or use
/freshdesk - Provide required inputs per the skill's parameter spec and get structured output
What is Freshdesk?
Freshdesk helpdesk — manage tickets, contacts, companies, and agents via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 461 downloads so far.
How do I install Freshdesk?
Run "/install freshdesk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Freshdesk free?
Yes, Freshdesk is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Freshdesk support?
Freshdesk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Freshdesk?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.