Paperform integration (Productivity, Marketing). Imported from open-connector.
https://api.paperform.co/v1/forms
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Search forms by title. |
| limit | integer | optional | The number of results to return. |
| skip | integer | optional | The number of results to skip in the result set. |
| after_id | string | optional | Return results after this Paperform object ID. |
| before_id | string | optional | Return results before this Paperform object ID. |
| before_date | string | optional | Return results created on or after this UTC datetime. Paperform ignores this wh… |
| after_date | string | optional | Return results created before this UTC datetime. Paperform ignores this when af… |
| sort | string | optional | The direction used by Paperform to sort by created_at. |
/forms/{slug_or_id}
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
/forms/{slug_or_id}/fields
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| search | string | optional | Search fields by title. |
/forms/{slug_or_id}/fields/{field_key}
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| field_key | string | required | The Paperform field key. |
/forms/{slug_or_id}/submissions
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| limit | integer | optional | The number of results to return. |
| skip | integer | optional | The number of results to skip in the result set. |
| after_id | string | optional | Return results after this Paperform object ID. |
| before_id | string | optional | Return results before this Paperform object ID. |
| before_date | string | optional | Return results created on or after this UTC datetime. Paperform ignores this wh… |
| after_date | string | optional | Return results created before this UTC datetime. Paperform ignores this when af… |
| sort | string | optional | The direction used by Paperform to sort by created_at. |
/forms/{slug_or_id}/submissions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| id | string | required | The Paperform submission ID. |
/submissions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Paperform submission ID. |
/forms/{slug_or_id}/partial-submissions
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| limit | integer | optional | The number of results to return. |
| skip | integer | optional | The number of results to skip in the result set. |
| after_id | string | optional | Return results after this Paperform object ID. |
| before_id | string | optional | Return results before this Paperform object ID. |
| before_date | string | optional | Return results created on or after this UTC datetime. Paperform ignores this wh… |
| after_date | string | optional | Return results created before this UTC datetime. Paperform ignores this when af… |
| sort | string | optional | The direction used by Paperform to sort by created_at. |
/forms/{slug_or_id}/partial-submissions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| id | string | required | The Paperform partial submission ID. |
/partial-submissions/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Paperform partial submission ID. |
/forms/{slug_or_id}/products
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| search | string | optional | Search products by name. |
/forms/{slug_or_id}/products/{product_sku}
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| product_sku | string | required | The Paperform product SKU. |
/forms/{slug_or_id}/coupons
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
/forms/{slug_or_id}/coupons/{code}
| Param | Type | Required | Description |
|---|---|---|---|
| slug_or_id | string | required | The Paperform form slug, custom slug, or ID. |
| code | string | required | The Paperform coupon code. |