> ## Documentation Index
> Fetch the complete documentation index at: https://formbnb.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Zapier

> Connect FormBnB to Zapier to trigger Zaps from submissions and automate form operations.

FormBnB integrates with Zapier as a public app on the Zapier platform.

Use it to:

* trigger Zaps on new FormBnB submissions
* create forms from Zapier
* submit data to FormBnB forms from Zapier workflows

## Connect FormBnB to Zapier

1. Search for **FormBnB** in the Zapier app directory
2. Click **Connect**
3. Enter your FormBnB API key when prompted
4. Zapier will verify the connection against your account

## Available Triggers

### New Submission

Fires when a selected FormBnB form receives a new submission.

Setup:

1. Create a new Zap
2. Choose **FormBnB** as the trigger app
3. Select **New Submission**
4. Pick the form you want to watch
5. Test the trigger

FormBnB registers a webhook so submissions are delivered in real time (no polling).

## Available Actions

### Create Form

Creates a new form in your FormBnB account.

### Submit Form

Submits data to a public FormBnB form endpoint. Requires:

* **Organization Slug**: available in dashboard settings
* **Form Slug**: available in form settings
* **Fields**: JSON object with form field data

## Required FormBnB Values

Some Zaps need FormBnB identifiers from the dashboard:

* **Form ID**: available in form settings
* **Form Slug**: available in form settings
* **Organization Slug**: available in dashboard settings

## Troubleshooting

### Trigger does not receive events

Check:

* your FormBnB API key is valid
* the Zap is turned on
* the correct form is selected in the trigger step

### Form identifiers are confusing

Get them from FormBnB settings. Each form settings page shows read-only Form ID and Form Slug fields with copy buttons.

## Related

* [Integrations Overview](/integrations/overview)
* [n8n Integration](/integrations/n8n)
* [API Reference](/api-reference/introduction)
* [Webhooks](/features/webhooks)
