Formspree integration (Developer Tools, Marketing). Imported from open-connector.
https://formspree.io/api/0/forms/{form_id}/submissions
| Param | Type | Required | Description |
|---|---|---|---|
| form_id | string | required | The Formspree form hashid. When omitted, the hashid saved during connection is … |
| limit | integer | optional | The maximum number of submissions to return. |
| offset | integer | optional | The pagination offset to return. |
| since | string | optional | Only return submissions received after this datetime. |
| order | string | optional | The sort order for returned submissions. |
| spam | boolean | optional | Whether to return spam or non-spam submissions. |