Blog

Posts in Integrations · Search all posts

Integrations

Microsoft Teams Form Notifications for Enterprise Laravel Apps

Slack doesn't fly at the enterprise. Teams is the stack. The webhook story changed in 2025 — here's the current working path for posting form submissions to a Teams channel from Laravel.

Integrations

Mailchimp Integration: Auto-Subscribe Form Respondents

Newsletter form fills. Email lands in Laravel. Mailchimp's audience stays empty until someone exports manually. A queued listener + the Lists API closes the gap — with the double-opt-in note that keeps EU lawyers happy.

Integrations

HubSpot + Laravel Forms: Sending Leads Where Sales Lives

Demo form fills out. Sales lives in HubSpot. Closing the gap with the HubSpot API and a queued listener — and the API choice that determines half the work.

Integrations

Airtable for Form Submissions: Two-Way Sync with Laravel

Most form integrations are one-way. This one runs both directions — submissions to Airtable, status changes back. The full loop in a Laravel app.

Integrations

Send Form Submissions to Discord (For When Slack Is Overkill)

For solo devs and small teams, Slack pricing isn't worth it just to know someone signed up. Discord's free webhook does the job — here's the listener.

Integrations

Notion as a CRM for Form Submissions: A Laravel Workflow

Sales lives in Notion. Submissions live in MySQL. Bridging the two without paying Zapier — a queued listener, the Notion API, and one mapping table.

Integrations

Sending Form Submissions to Slack with FilaForms

The sales team lives in Slack. Your form submissions live in a database. This post bridges the gap — and shows what we got wrong on the first version.

Integrations

Webhooks in FilaForms: Send Submissions Anywhere

Laravel form webhooks are the universal escape hatch — one HTTP POST that lets a submission trigger anything downstream. Here's how FilaForms ships them reliably.

Integrations

Sending Form Submissions to Google Sheets Automatically

Your marketing person doesn't want to log into your admin panel. Your sales lead doesn't care about Filament. They want a spreadsheet. And honestly, that's

Integrations

Collecting Payments with Stripe Connect in FilaForms

Sometimes a form needs to collect money, not just data. Registration fees, order payments, donation amounts. If you're running FilaForms on your own server, you probably don't want to bolt on a separate payment system and duct-tape it to your form submissions. Stripe Connect lets you handle the w...