← Tools Reference

Formspree

Formspree integration (Developer Tools, Marketing). Imported from open-connector.

API key1 toolhttps://formspree.io/api/0
GET
formspree_list_submissions
List submissions for a Formspree form with optional filters.

/forms/{form_id}/submissions

6 parameters
ParamTypeRequiredDescription
form_idstringrequiredThe Formspree form hashid. When omitted, the hashid saved during connection is …
limitintegeroptionalThe maximum number of submissions to return.
offsetintegeroptionalThe pagination offset to return.
sincestringoptionalOnly return submissions received after this datetime.
orderstringoptionalThe sort order for returned submissions.
spambooleanoptionalWhether to return spam or non-spam submissions.