Everything you need to get the most out of Baseflow
Comprehensive guides, tutorials, and API documentation to help you streamline your contract management workflow and grow your business.
Choose a topic to dive deep into Baseflow's features and capabilities
Set up your Baseflow account and create your first contract in minutes. Learn the basics of the platform, understand your dashboard, and configure your workspace for success.
Master the complete contract lifecycle from creation to completion. Learn about templates, custom fields, approval workflows, e-signatures, and document storage.
Build and manage your team effectively. Set up roles and permissions, create departments, manage access controls, and collaborate seamlessly across your organization.
Customize Baseflow to match your business needs. Configure branding, notification preferences, integrations, billing, and security settings.
Integrate Baseflow into your existing applications and workflows. Full REST API documentation with authentication, endpoints, webhooks, and code examples.
Step-by-step tutorials for common workflows and advanced use cases. Learn best practices for contract management tailored to African businesses.
SOC 2 compliant with end-to-end encryption
Built for businesses across the continent
Get help whenever you need it
Connect Baseflow to your existing tools and workflows with our comprehensive REST API. Create contracts programmatically, automate workflows, and sync data across your systems.
// Create a contract via API
const contract = await baseflow.contracts.create({
title: "Service Agreement",
template_id: "tmpl_abc123",
signers: [
{ email: "[email protected]" }
],
fields: {
client_name: "Acme Ltd",
start_date: "2024-01-15"
}
});
console.log(contract.id);
// => "ctr_xyz789"Our support team is here to help you succeed