Every response can flow straight into the tools your team already lives in — no Zapier tax, no code. Add an integration in the form builder, paste your key, done.
Integrations are included in the Business plan.
Send an automatic thank-you / confirmation email to the person who submitted.
POST the submission as JSON to any URL — your backend, Make, n8n or anything else.
Send every response to a Zapier Catch Hook and trigger 6,000+ apps.
Where to find your credentials →Post each new response to a Slack channel via an incoming webhook.
Where to find your credentials →Append every response as a new row in a Google Sheet.
Send the response to an approver who can approve or reject it by email.
Post each response into a Discord channel via a channel webhook.
Where to find your credentials →Send each response as a Telegram message from your bot.
You’ll need: Bot token, Chat ID.
Where to find your credentials →Create or update a HubSpot contact from every response.
You’ll need: Private app token.
Where to find your credentials →Create a Pipedrive person (and optional lead) for every response.
You’ll need: API token, Company domain.
Where to find your credentials →Send responses to Salesforce as Web-to-Lead — no OAuth setup needed.
You’ll need: Salesforce Org ID.
Where to find your credentials →Create a Stripe customer record from each response.
You’ll need: Secret key.
Where to find your credentials →Subscribe the respondent to a Mailchimp audience.
You’ll need: API key, Audience (List) ID.
Where to find your credentials →Add the respondent as a subscriber to a ConvertKit form.
You’ll need: API key, Form ID.
Where to find your credentials →Create a Klaviyo profile and subscribe them to a list.
You’ll need: Private API key.
Where to find your credentials →Add the respondent as a MailerLite subscriber.
You’ll need: API key.
Where to find your credentials →Add the respondent as a Constant Contact contact.
You’ll need: Access token, List ID.
Where to find your credentials →Open a Zendesk ticket for every response.
You’ll need: Subdomain, Agent email, API token.
Where to find your credentials →Create a Freshdesk ticket from every response.
You’ll need: Domain, API key.
Where to find your credentials →Create a Gorgias ticket for every response.
You’ll need: Domain, Account email, API key.
Where to find your credentials →Create a Gladly customer + conversation item from each response.
You’ll need: Organisation URL, Agent email, API token.
Where to find your credentials →Create a record in an Airtable table for every response.
You’ll need: Personal access token, Base ID, Table name.
Where to find your credentials →Add a page to a Notion database for every response.
You’ll need: Internal integration token, Database ID.
Where to find your credentials →Create an Asana task for every response.
You’ll need: Personal access token, Project ID.
Where to find your credentials →Create a Trello card in a list for every response.
You’ll need: API key, API token, List ID.
Where to find your credentials →Open a GitHub issue for every response — great for bug-report forms.
You’ll need: Personal access token, Repository.
Where to find your credentials →function doPost(e) {
var sheet = SpreadsheetApp.getActiveSheet();
var data = JSON.parse(e.postData.contents);
var keys = Object.keys(data);
if (sheet.getLastRow() === 0) sheet.appendRow(keys);
sheet.appendRow(keys.map(function (k) { return data[k]; }));
return ContentService.createTextOutput("ok");
}Every new response appends a row, with your field labels as the header row.
Use the Outbound webhook or Zapier step to connect literally anything — Make, n8n, your own backend, or 6,000+ Zapier apps.
Request an integration