Connect with Webhooks
Integrating Statement Flow Webhooks with Zapier

Overview
What you'll need: A Statement Flow account with Webhook access (available on Professional plans and higher). A Zapier account.
How it works
Common Use Cases: Automated Data Entry: Send document details and CSV/JSON URLs to a Google Sheet, Airtable, or CRM. Notifications: Get Slack, email, or SMS notifications when a document is processed, including direct links to the converted files. Cloud Storage Integration: Automatically save the converted CSV or JSON file to Dropbox, Google Drive, or OneDrive. Triggering Custom Scripts: Use the webhook to kick off custom scripts on your own servers to further process the data. This integration empowers you to seamlessly weave bank statement processing into your existing automated workflows, saving time and reducing manual effort.
Features
Step 1: Set up a "Catch Hook" Trigger in Zapier
Log in to Zapier and click "Create Zap" from your dashboard.
Choose your Trigger App: Search for and select "Webhooks by Zapier".
Choose Trigger Event: Select "Catch Hook" and click "Continue".
Customize Webhook: You'll be given a Webhook URL. This is the unique URL Zapier generates for your Zap. Copy this URL – you'll need it for Statement Flow.
Test Trigger (Optional but Recommended): Click "Continue" and then "Test Trigger". Zapier will now wait for a test payload. You won't send one yet, but this puts Zapier in listening mode.
Step 2: Configure the Webhook in Statement Flow
Log in to Statement Flow and navigate to your "Settings" page.
Go to the "Webhooks" tab.
Click the "Add Webhook" button.
Paste the Zapier Webhook URL: In the "URL" field, paste the Webhook URL you copied from Zapier.
Generate a Secret (Recommended): Statement Flow will automatically generate a
secret
for your webhook. This secret is essential for verifying that incoming webhooks truly originate from Statement Flow, adding an extra layer of security. Copy this secret if you plan to implement signature verification in Zapier (advanced).Save the Webhook: Click "Add Webhook" (or "Save Changes" if editing).
Step 3: Trigger a Test Event in Statement Flow
Now that Zapier is listening and Statement Flow knows where to send webhooks, let's send a test:
In Statement Flow, go to the "Upload" page and upload a small bank statement document (or process an existing one if available).
Wait for the document to finish processing and its status to show as "Parsed".
Statement Flow will automatically send a webhook payload to your Zapier URL.
Step 4: Confirm Payload in Zapier and Understand the Data Structure
Back in Zapier, click "Test Trigger" again. Zapier should now successfully catch the hook and display the payload it received from Statement Flow.
Review the Payload Structure: Statement Flow sends a JSON payload with the following structure:
document
: This is the most important part, containing all details about the converted bank statement, including URLs to the generated CSV and JSON files.summary
: Provides high-level statistics about the transactions within the document.
Using Zapier's "Child Key" Feature:
If you want Zapier to treat the
document
object as the primary data for your Zap (which is common), you can specify"document"
as the "Child Key" in your Webhooks by Zapier trigger settings (under "Customize Request"). This will make all fields withindocument
directly accessible (e.g.,original_filename
,csv_url
).If you leave the "Child Key" blank, you'll need to reference fields as
document__original_filename
,document__csv_url
, etc., in subsequent Zap steps.
Step 5: Set up your Action Steps in Zapier
Choose your Action App: After successfully receiving the test payload, click "Continue" to set up your action step.
Select Action Event: Choose the app and event you want (e.g., "Google Sheets: Create Spreadsheet Row").
Customize Action: Map the data fields from the Statement Flow webhook to the fields in your action app.
For example, you could map
document__original_filename
to a "Document Name" column in Google Sheets, ordocument__csv_url
to a "CSV Link" column.
Test Action: Test your action to ensure it works as expected.
Turn on your Zap!

Your easy, secure partner in financial data automation
Your scrollable content goes here