Skip to Content

Hermes™

Hermes™ is the Onoots workflow automation engine. It connects deal lifecycle events to configurable actions — eliminating manual follow-up.

Trigger Events

TriggerDescription
deal.stage_changedDeal moves to a new pipeline stage
lead.claimedAgent claims a lead from the pool
compliance.approvedBroker approves compliance documents
compliance.rejectedBroker rejects compliance documents
cap.reachedAgent reaches their annual GCI cap
equity.grantedNew equity grant created

Available Actions

ActionDescription
send_emailSend templated email to agent/broker/client
send_smsSend SMS notification (Twilio)
create_taskCreate a to-do item in the dashboard
webhookPOST payload to external URL
update_lead_statusAutomatically update lead record

Example Workflow Config

{ "name": "Compliance reminder", "trigger": "deal.stage_changed", "conditions": [{ "field": "to_stage", "equals": "offer" }], "actions": [ { "type": "send_email", "template": "compliance_reminder", "to": "agent" }, { "type": "create_task", "title": "Upload compliance documents", "due_days": 3 } ] }

API

GET /api/dashboard/agents/workflows POST /api/dashboard/agents/workflows PATCH /api/dashboard/agents/workflows/[id] DELETE /api/dashboard/agents/workflows/[id]
Last updated on