← 返回
沟通协作 Key 中文

Omnium Hub CRM

Manage Omnium Hub CRM (contacts, opportunities, appointments). Use for all CRM-related tasks.
管理 Omnium Hub CRM(联系人、机会、预约)。适用于所有 CRM 相关任务。
omniumhub
沟通协作 clawhub v1.0.0 1 版本 99850.7 Key: 需要
★ 0
Stars
📥 669
下载
💾 6
安装
1
版本
#latest

概述

Omnium Hub Skill

This skill allows you to interact with the Omnium Hub CRM.

Prerequisites

To use this skill, you need an Omnium Hub API Key.

  • If you do not have an API key, ask the user for it: "Please provide your Omnium Hub API Key to proceed."
  • Once provided, use it in the scripts below.

Tools

1. Manage Contacts

Use scripts/omnium_client.py to manage contacts.

Usage:

python3 scripts/omnium_client.py --api-key "YOUR_KEY" contacts --action [lookup|create|update] --email "user@example.com" [other options]

Actions:

  • lookup: Find a contact by email or phone.
  • create: Create a new contact.
  • update: Update an existing contact.

Examples:

  • "Find the contact for john@example.com in Omnium Hub."

-> python3 scripts/omnium_client.py --api-key "..." contacts --action lookup --email "john@example.com"

  • "Add Jane Doe (jane@test.com) to Omnium Hub."

-> python3 scripts/omnium_client.py --api-key "..." contacts --action create --first-name "Jane" --last-name "Doe" --email "jane@test.com"

2. Manage Opportunities

Use scripts/omnium_client.py with the opportunities command.

Usage:

python3 scripts/omnium_client.py --api-key "YOUR_KEY" opportunities --action list --pipeline-id "..."

Troubleshooting

  • 401 Unauthorized: The API Key is invalid. Ask the user to check their Omnium Hub credentials.
  • 404 Not Found: The contact or resource does not exist.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 10:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,735
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,685
communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,436