← Tools Reference

Paperform

Paperform integration (Productivity, Marketing). Imported from open-connector.

API key14 toolshttps://api.paperform.co/v1
GET
paperform_list_forms
List Paperform forms accessible to the authorized user.

/forms

8 parameters
ParamTypeRequiredDescription
searchstringoptionalSearch forms by title.
limitintegeroptionalThe number of results to return.
skipintegeroptionalThe number of results to skip in the result set.
after_idstringoptionalReturn results after this Paperform object ID.
before_idstringoptionalReturn results before this Paperform object ID.
before_datestringoptionalReturn results created on or after this UTC datetime. Paperform ignores this wh…
after_datestringoptionalReturn results created before this UTC datetime. Paperform ignores this when af…
sortstringoptionalThe direction used by Paperform to sort by created_at.
GET
paperform_get_form
Get a Paperform form by slug, custom slug, or ID.

/forms/{slug_or_id}

1 parameter
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
GET
paperform_list_form_fields
List fields for a Paperform form.

/forms/{slug_or_id}/fields

2 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
searchstringoptionalSearch fields by title.
GET
paperform_get_form_field
Get a Paperform form field by field key.

/forms/{slug_or_id}/fields/{field_key}

2 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
field_keystringrequiredThe Paperform field key.
GET
paperform_list_form_submissions
List submissions for a Paperform form.

/forms/{slug_or_id}/submissions

8 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
limitintegeroptionalThe number of results to return.
skipintegeroptionalThe number of results to skip in the result set.
after_idstringoptionalReturn results after this Paperform object ID.
before_idstringoptionalReturn results before this Paperform object ID.
before_datestringoptionalReturn results created on or after this UTC datetime. Paperform ignores this wh…
after_datestringoptionalReturn results created before this UTC datetime. Paperform ignores this when af…
sortstringoptionalThe direction used by Paperform to sort by created_at.
GET
paperform_get_form_submission
Get a Paperform submission by form and submission ID.

/forms/{slug_or_id}/submissions/{id}

2 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
idstringrequiredThe Paperform submission ID.
GET
paperform_get_submission
Get a Paperform submission by submission ID.

/submissions/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Paperform submission ID.
GET
paperform_list_form_partial_submissions
List partial submissions for a Paperform form.

/forms/{slug_or_id}/partial-submissions

8 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
limitintegeroptionalThe number of results to return.
skipintegeroptionalThe number of results to skip in the result set.
after_idstringoptionalReturn results after this Paperform object ID.
before_idstringoptionalReturn results before this Paperform object ID.
before_datestringoptionalReturn results created on or after this UTC datetime. Paperform ignores this wh…
after_datestringoptionalReturn results created before this UTC datetime. Paperform ignores this when af…
sortstringoptionalThe direction used by Paperform to sort by created_at.
GET
paperform_get_form_partial_submission
Get a Paperform partial submission by form and partial submission ID.

/forms/{slug_or_id}/partial-submissions/{id}

2 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
idstringrequiredThe Paperform partial submission ID.
GET
paperform_get_partial_submission
Get a Paperform partial submission by partial submission ID.

/partial-submissions/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Paperform partial submission ID.
GET
paperform_list_form_products
List products for a Paperform form.

/forms/{slug_or_id}/products

2 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
searchstringoptionalSearch products by name.
GET
paperform_get_form_product
Get a Paperform product by form and SKU.

/forms/{slug_or_id}/products/{product_sku}

2 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
product_skustringrequiredThe Paperform product SKU.
GET
paperform_list_form_coupons
List coupons for a Paperform form.

/forms/{slug_or_id}/coupons

1 parameter
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
GET
paperform_get_form_coupon
Get a Paperform coupon by form and coupon code.

/forms/{slug_or_id}/coupons/{code}

2 parameters
ParamTypeRequiredDescription
slug_or_idstringrequiredThe Paperform form slug, custom slug, or ID.
codestringrequiredThe Paperform coupon code.