Integrations
Connect Your Entire Stack
PublishFlip integrates with the tools you already use. Sync data, automate workflows, and streamline your publishing process.
Popular Integrations
Most used by our customers
All Integrations
Developer API
Build Custom Integrations
Use our RESTful API to integrate PublishFlip into your custom workflows. Full documentation, SDKs, and webhook support included.
- RESTful API with JSON responses
- Webhooks for real-time events
- SDKs for popular languages
- Comprehensive documentation
// Create a new publication
const publication = await publishflip.publications.create({
title: "Product Catalog 2024",
file: "./catalog.pdf",
settings: {
interactive: true,
analytics: true,
leadCapture: {
enabled: true,
fields: ["email", "company"]
}
}
});
console.log(publication.shareUrl);
// https://view.publishflip.com/abc123Need a Custom Integration?
Don't see what you need? Our team can help build custom integrations for enterprise customers.
Contact Us