E.03
By category
E.03
What it can do
in each kind of tool.
18 tools
Read shared inboxes, draft in your tone, send on approval
Accounting
14 tools
Invoices, bills, payments and ledger entries
Helpdesk
11 tools
Tag, merge, reply and close tickets
CRM
12 tools
Contacts, deals, notes and activity logs
HR systems
9 tools
Starters, leavers, absences and policies
Calendars
4 tools
Find times, book, move and remind
File storage
8 tools
Find, file, share and archive
Team chat
6 tools
Post updates, ask questions, collect approvals
Spreadsheets
5 tools
Read ranges, update rows, write reports
Expenses
7 tools
Receipts, cards and category coding
Identity
6 tools
Create, suspend and audit accounts
Webhooks
Any
Anything with an HTTPS endpoint
E.04
Webhooks and API
E.04
Not on the list?
Send it a webhook.
Any tool that can send or receive HTTPS requests can start a chore or be a step in one. Requests are signed, retried with backoff and logged like everything else.
Read the API guide
→
POST · start a chore
curl https://api.olvane.example/v1/runs \
-H “Authorization: Bearer $OLVANE_KEY” \
-d chore=chase-unpaid-invoices \
-d dry_run=true
{ “run”: 4219, “status”: “drafting”,
“needs_approval”: 2, “log”: “/runs/4219” }
E.05
Questions
E.05
About connecting
your tools.
The questions teams ask before they hand over their first chore. Anything else, a person answers within the hour on weekdays.
Talk to us
→