← Tools Reference

BoloForms

BoloForms integration (Productivity). Imported from open-connector.

API key3 toolshttps://sapi.boloforms.com
GET
boloforms_list_documents
List documents and form statistics from the current BoloForms workspace.

/signature/get-documents

10 parameters
ParamTypeRequiredDescription
workspaceIdstringoptionalThe workspace ID to query. When provided, it is sent through the workspaceid he…
querystringoptionalFilter the document list by document name or keywords.
documentIdstringoptionalFilter results by a specific document ID.
filterstringoptionalA filter value supported by the official API.
sortBystringoptionalThe field used for sorting.
sortOrderstringoptionalThe sort direction, such as asc or desc.
dateFromstringoptionalThe lower bound of the document start time filter.
dateTostringoptionalThe upper bound of the document end time filter.
pageintegeroptionalThe page number, starting from 1.
limitintegeroptionalThe number of items to return per page.
GET
boloforms_list_template_respondents
List the current signing participants and their statuses for a specific template.

/signature/get-template-respondent

3 parameters
ParamTypeRequiredDescription
templateIdstringrequiredThe template ID.
pageintegeroptionalThe page number, starting from 1.
limitintegeroptionalThe number of items to return per page.
GET
boloforms_get_form_responses
List response records for a specific form so they can be used in follow-up automations.

/signature/get-form-responses

3 parameters
ParamTypeRequiredDescription
formIdstringrequiredThe form ID.
pageintegeroptionalThe page number, starting from 1.
limitintegeroptionalThe number of items to return per page.