This article presents possible use cases and corresponding sample flows that you can support using both the Pipelines and Cards APIs. These flows provide useful starting points as you plan your implementation.
You can create a simple deal tracking system that helps small businesses organize their sales opportunities in one place.
To track deals for a small sales team:
Call Create Pipeline to create a sales pipeline.
Call Create Card to add deals with customer information:
Call Move Card to move deals through stages as they progress.
Call Query Cards to view active deals.
Call Search Cards with aggregations to generate basic sales reports.
You can create an event planning system that helps event planners track their events from initial planning through completion.
To create and manage an event pipeline:
Call Create Pipeline to create an event planning pipeline. For example, you can create stages like "Event Planning", "Vendors Booked", "Final Details", and "Event Complete" as the final stage.
Call Create Card to create event cards with client and vendor contacts.
Call Bulk Update Card Tags to organize multiple events by type.
Call Query Cards to monitor upcoming events and deadlines.
You can synchronize pipeline and card data with external CRM systems by using events and API queries.
To integrate pipeline data with external CRM systems:
When an event occurs, sync the data to your external CRM:
Call Query Pipelines and Search Cards to perform regular synchronization checks.