Hanzo
CLICRM

CRM

20 `hanzo` commands for CRM, each calling one operation on api.hanzo.ai.

Package crm is your sales pipeline: the companies, the people, the deals in play.

20 commands · API reference →

CommandCallsWhat it does
hanzo crm applications get <id>GET /v1/crm/applications/{id}Returns one Startup Program application with its AI screen and stage history.
hanzo crm applications update <id>PATCH /v1/crm/applications/{id}Moves one Startup Program application through the pipeline.
hanzo crm applications listGET /v1/crm/applicationsReturns the org's Startup Program applications, newest first.
hanzo crm applications createPOST /v1/crm/applicationsApply to the Startup Program from the public form
hanzo crm companies get <id>GET /v1/crm/companies/{id}Returns one of the caller org's companies.
hanzo crm companies set <id>PUT /v1/crm/companies/{id}Replaces one of the caller org's companies.
hanzo crm companies rm <id>DELETE /v1/crm/companies/{id}Removes one of the caller org's companies and answers 204.
hanzo crm companies listGET /v1/crm/companiesReturns the caller org's companies, most recently updated first.
hanzo crm companies createPOST /v1/crm/companiesAdds a company to the caller's org and answers 201 with the stored record.
hanzo crm contacts get <id>GET /v1/crm/contacts/{id}Returns one of the caller org's contacts.
hanzo crm contacts set <id>PUT /v1/crm/contacts/{id}Replaces one of the caller org's contacts.
hanzo crm contacts rm <id>DELETE /v1/crm/contacts/{id}Removes one of the caller org's contacts and answers 204.
hanzo crm contacts listGET /v1/crm/contactsReturns the caller org's contacts, most recently updated first.
hanzo crm contacts createPOST /v1/crm/contactsAdds a person to the caller's org and answers 201 with the stored record.
hanzo crm opportunities get <id>GET /v1/crm/opportunities/{id}Returns one of the caller org's deals.
hanzo crm opportunities set <id>PUT /v1/crm/opportunities/{id}Replaces one of the caller org's deals.
hanzo crm opportunities rm <id>DELETE /v1/crm/opportunities/{id}Removes one of the caller org's deals and answers 204.
hanzo crm opportunities listGET /v1/crm/opportunitiesReturns the caller org's deals, most recently updated first.
hanzo crm opportunities createPOST /v1/crm/opportunitiesAdds a deal to the caller's org and answers 201 with the stored record.
hanzo crm summaryGET /v1/crm/summarySummary counts the caller org's CRM records: companies, contacts, opportunities.

How is this guide?