This skill allows you to interact with the Omnium Hub CRM.
To use this skill, you need an Omnium Hub API Key.
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:
-> python3 scripts/omnium_client.py --api-key "..." contacts --action lookup --email "john@example.com"
-> python3 scripts/omnium_client.py --api-key "..." contacts --action create --first-name "Jane" --last-name "Doe" --email "jane@test.com"
Use scripts/omnium_client.py with the opportunities command.
Usage:
python3 scripts/omnium_client.py --api-key "YOUR_KEY" opportunities --action list --pipeline-id "..."
共 1 个版本