Zapier integration for Flipbooker
Send lead form submissions and reader activity from any flipbook to the 8,000-odd apps Zapier connects to, without writing code.
What does the Flipbooker Zapier integration do?
Flipbooker sends outbound webhooks to Zapier. There are two paths. A lead form on a flipbook page posts the submitted fields to a Zap the moment someone fills it in. Separately, an analytics webhook subscription posts one of nine reader events, such as flipbook_opened or link_clicked, as readers move through the document. Both deliveries are signed with HMAC-SHA256 so you can prove they came from Flipbooker. Zapier is included on the Business plan and above.
- What triggers a Zap
- Lead form submissions and nine reader events
- Direction
- Outbound only, Flipbooker to Zapier
- Verification
- HMAC-SHA256 signature with a 5 minute timestamp window
- Plan
- Company and Enterprise
Why bother connecting a flipbook to Zapier?
A flipbook that captures a lead is only half a workflow. The lead still has to reach the person who will act on it. Exporting a CSV once a week is how good leads go cold.
The same is true of reader behaviour. Knowing that a prospect opened your proposal twice and spent four minutes on the pricing page is useful on the day it happens, not at the end of the month. A Zap moves both to wherever your team already works.
Two things you can send
Lead form submissions
Put a lead form on a page of a flipbook and set a Zapier webhook URL in the form settings. Every submission posts straight away, carrying the fields the reader filled in: name, email, phone number, company, website, address and message, plus the book it came from.
Reader events
Subscribe to reader activity instead, and Flipbooker posts an event as it happens. Subscribe to one event or all nine. Narrow a subscription to particular flipbooks, tracked links or recipient email addresses so a Zap only fires for the audience you care about.
Which reader events can you send?
Nine event types are available. Subscribe only to the ones you will act on, because every extra event is another delivery your Zap has to absorb and another task against your Zapier quota.
| Event | Fires when |
|---|---|
access_requested | Someone asks for access to a gated flipbook |
access_granted | Access is approved |
access_denied | Access is refused |
flipbook_opened | A reader opens the flipbook |
page_dwelled | A reader spends measurable time on a page |
link_clicked | A reader clicks a link inside the flipbook |
download_requested | A reader downloads the document |
cta_submitted | A reader submits a call to action or lead form |
session_ended | A reading session finishes |
How do you connect Flipbooker to Zapier?
Both paths start the same way, with a catch hook in Zapier.
- 1
Create a Zap with a webhook trigger
In Zapier, start a new Zap and pick Webhooks by Zapier as the trigger, then Catch Hook. Zapier gives you a URL. Copy it.
- 2
Paste the URL into Flipbooker
For lead forms, open the flipbook's lead form settings and paste the URL into the Zapier webhook field. For reader events, create a webhook subscription with the URL as the target and pick the event types you want.
- 3
Send a test delivery
Submit the lead form yourself, or fire a test delivery against the subscription. Zapier needs one real payload before it can show you the fields.
- 4
Map the fields
Zapier now lists the fields from the payload. Map them to whatever comes next: a CRM contact, a Slack message, a row in a sheet.
- 5
Turn the Zap on
Check the delivery history in Flipbooker if events stop arriving. It records each attempt with the status your endpoint returned, so you can tell a Flipbooker problem from a Zapier one.
What does a lead form payload look like?
A lead form delivery carries the submitted fields and the flipbook they came from. Empty optional fields are still present, so your Zap can rely on the shape.
{
"book_id": 4821,
"fullname": "Dana Whitfield",
"email": "[email protected]",
"company_name": "Whitfield Interiors",
"phone_number": "+44 20 7946 0958",
"website": "https://example.com",
"address": "",
"message": "Interested in the spring catalogue."
}Reader event deliveries carry an event_type instead, along with the page number, active time in milliseconds, source host, tracked link, referrer, UTM fields, and country or region where those are known.
How do you know a delivery really came from Flipbooker?
Every delivery is signed. Zapier catch hooks accept anything posted to the URL, so if the data drives anything that matters, check the signature before you trust it.
- Three headers arrive with each request: X-Webhook-Signature, X-Webhook-Timestamp and X-Webhook-Event.
- The signature is an HMAC-SHA256 of the timestamp, a full stop, and the request body, keyed with the signing secret you set when you created the subscription.
- Reject anything whose timestamp is more than five minutes old. That is the window Flipbooker itself enforces, and it is what stops an old delivery being replayed at you.
- Compare with a constant-time function rather than a plain equality check.
What do people actually build with this?
Proposal opened, rep notified
A flipbook_opened event posts to Slack the moment a prospect opens a proposal, so the follow-up call happens while it is still on their screen.
Gated ebook to CRM
A lead form submission creates or updates a contact, tags it with the ebook title, and starts a nurture sequence.
Catalogue interest scoring
page_dwelled and link_clicked events add a score against an account record, so sales can see which products a buyer lingered on.
Compliance sign-off log
cta_submitted events append a row to a sheet with who acknowledged which policy document and when.
Which plan includes Zapier?
Zapier is included on the Company and Enterprise plans. Lead forms and reader event subscriptions both sit behind the same plan gate, so a Company plan covers either path. The Free, Starter and Professional plans do not include it.
See pricingCommon questions
Does Flipbooker have an official Zapier app?
Not yet. You connect with a Catch Hook in Webhooks by Zapier, which works on any Zapier plan that includes webhooks. The payloads are stable and documented, so a Zap built this way keeps working.
Can Zapier send data back into Flipbooker?
No. The integration is outbound only. Flipbooker posts to Zapier when something happens; nothing in Zapier writes back into a flipbook.
How quickly do events arrive?
Deliveries are queued and sent as the event happens rather than on a schedule. Real-world timing depends on your queue depth and how fast Zapier acknowledges the request.
What happens if my Zap is turned off or fails?
The delivery is recorded with the status your endpoint returned. You can read the delivery history for a subscription to see which attempts failed and what came back, which is the first thing to check when events stop arriving.
Can I send events for only one flipbook?
Yes. A subscription accepts filters for specific book IDs, tracked link IDs or recipient email addresses. Every flipbook you filter on has to belong to your workspace.
Will this work with Make or n8n instead?
Yes. Nothing here is Zapier-specific beyond the wording. Any tool that can accept a signed POST will work, and the same signature scheme applies.
Related
Put a lead form in a flipbook and wire it to your CRM
Zapier is included on the Company plan, alongside lead forms, embeds and page widgets.
Start free trialNo card required to start a trial.