Skip to content

algos crm.

CRM Documentation

The same product docs available in the dashboard—guides for setup, architecture, modules, and day-to-day use.

Channels · Public Api
docs/channels/public-api.md PDF Download all

Public API channel

Status: Plannedpublic_api appears in the channel catalog; there is no REST API surface (routes/api.php does not exist) and no adapter.

Intended behavior (planned)

  • Authenticated public HTTP API for creating leads / events per tenant
  • API keys or OAuth per company
  • Rate limiting & audit logs

What you can do today

  • Generic Webhook with HMAC signatures per connection
  • Website lead webhook for a shared server-to-server form endpoint

See also API overview.

Related