Getform is a modern form backend platform that enables developers to handle web forms and submissions without setting up a server or writing backend code.
Tool to retrieve a specific submission by its ID. Use when you have both form_id and submission_id and need that single record.
Tool to retrieve submissions for a specific form. Use when you have a form ID and need paginated, searchable submissions optionally including file URLs.
Tool to submit form data and files to a Getform endpoint. Use when you need to post fields, files, optional reCAPTCHA or honeypot to a specific form ID.