Skip to content

API and webhook — import offers automatically

Flino has a lean API that lets you import offers from outside automatically. Typical use cases:

  • A new deal in your CRM (Zoho, HubSpot, Pipedrive, …) should automatically become a Flino offer
  • A lead form on your website triggers a new offer
  • A no-code tool like Zapier or Make connects the two worlds

The API is tool-agnostic — you can use any client that speaks HTTP POST with JSON. Zapier is just one example client and is shown at the end of this section.

  • ✅ Create individual offers as drafts (status draft)
  • ✅ Idempotent calls — the same (external_source, external_id) does not create duplicates
  • ✅ Find-or-create for company and contact
  • ✅ Authentication via personal API token
  • ❌ Update or delete offers
  • ❌ Read existing offers
  • ❌ Trigger sending or activate sequences
  • ❌ Create multiple offers in a single call
  • ❌ Line items, tax, or bidirectional sync

Currently only the webhook import is publicly available. Further endpoints on request — get in touch with support if you have a need.

  1. Manage API tokens — how to create, copy, and revoke a token
  2. Webhook endpoint: import an offer — full spec of the endpoint
  3. Connect Zapier — concrete end-to-end example with Zapier