Deals
Pipeline deals with stages, amounts, probabilities, and win/lose state. Creating a deal fires deal.created.
https://api.mytabulon.com/v1
GET
/dealsdeals.readList deals. Filters: status (open, won, lost), search.
POST
/dealsdeals.writeCreate a deal. Defaults to your first open pipeline stage.
{
"title": "Annual contract",
"amount": 12000,
"probability": 60,
"client_id": "optional-client-id",
"expected_close_date": "2026-09-15"
}GET
/deals/{id}deals.readRetrieve one deal with its stage info.
PATCH
/deals/{id}deals.writeUpdate fields, move stages with stage_id, or set status to won/lost.