Formcarry
Form backend for forms, submissions, projects, spam filtering, notifications, and webhook delivery.
Tracks form submissions from static and hosted forms, including submitted field data and notification context.
Sign in to connect Formcarry
Sign in to connect an account and start using Formcarry in your apps.
Related integrations
Example Use Cases
These are example ways Snow can use Formcarry when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Create a new form with customizable settings including email notifications, webhooks, and thank you pages. This action creates a Formcarry form with extensive configuration options for email notifications (both to form owners and respondents), webhook integrations, Google Recaptcha spam protection, and customizable thank you pages. Use when you need to programmatically set up a new form with specific notification rules or integrations.
Delete an existing form by its Form ID. Use when you need to permanently remove a form from your Formcarry account.
Retrieves all submissions for a specific Formcarry form. Returns a paginated list of form submissions with their field data, timestamps, and submission IDs. Use pagination parameters to navigate through large submission sets. Default page size is 25, maximum is 50 submissions per page. Useful for: collecting form responses, exporting submission data, integrating form data into other systems, or building custom analytics dashboards.
Tool to verify API key authentication with Formcarry. Use this endpoint to check if your API key is valid before making other API requests. Returns success status and a confirmation message if the API key is valid.