SignWell integration (Productivity, Communication). Imported from open-connector.
https://www.signwell.com/api/v1/me
/api/v1/document_templates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The SignWell identifier. |
/api/v1/document_templates/documents
| Param | Type | Required | Description |
|---|---|---|---|
| template_id | string | optional | The SignWell identifier. |
| template_ids | array | optional | Template IDs used to create the document. |
| draft | boolean | optional | Whether to leave the created document as a draft. |
| with_signature_page | boolean | optional | Whether to append a signature page. |
| text_tags | boolean | optional | Whether SignWell should parse text tags. |
| language | string | optional | The string value. |
| recipients | array | optional | Recipients assigned to the SignWell document. |
| exclude_placeholders | array | optional | Template placeholder names to exclude. |
| template_fields | array | optional | Template field values passed through to SignWell. |
| files | array | optional | Additional files to attach to the document. |
| fields | array | optional | Field definitions passed through to SignWell. |
| attachment_requests | array | optional | Attachment requests passed through to SignWell. |
| copied_contacts | array | optional | Copied contacts passed through to SignWell. |
| test_mode | boolean | optional | Whether SignWell should create the document in test mode. |
| name | string | optional | The string value. |
| subject | string | optional | The string value. |
| message | string | optional | The string value. |
| expires_in | integer | optional | Number of days until the document expires. |
| reminders | boolean | optional | Whether SignWell should send automatic reminders. |
| apply_signing_order | boolean | optional | Whether recipients must sign in signing_order sequence. |
| api_application_id | string | optional | The string value. |
| embedded_signing | boolean | optional | Whether to enable embedded signing. |
| embedded_signing_notifications | boolean | optional | Whether embedded signing should send notifications. |
| custom_requester_name | string | optional | The string value. |
| custom_requester_email | string | optional | The custom requester email address. |
| redirect_url | string | optional | The URL where SignWell redirects after signing. |
| allow_decline | boolean | optional | Whether recipients can decline signing. |
| allow_reassign | boolean | optional | Whether recipients can reassign signing. |
| decline_redirect_url | string | optional | The URL where SignWell redirects after a decline. |
| metadata | object | optional | Optional SignWell metadata key-value pairs. |
| labels | array | optional | Labels to assign to the SignWell document. |
| checkbox_groups | array | optional | Checkbox groups to create on the document. |
/api/v1/documents/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The SignWell identifier. |
/api/v1/documents/{id}/send
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The SignWell identifier. |
| test_mode | boolean | optional | Whether SignWell should create the document in test mode. |
| name | string | optional | The string value. |
| subject | string | optional | The string value. |
| message | string | optional | The string value. |
| expires_in | integer | optional | Number of days until the document expires. |
| reminders | boolean | optional | Whether SignWell should send automatic reminders. |
| apply_signing_order | boolean | optional | Whether recipients must sign in signing_order sequence. |
| api_application_id | string | optional | The string value. |
| embedded_signing | boolean | optional | Whether to enable embedded signing. |
| embedded_signing_notifications | boolean | optional | Whether embedded signing should send notifications. |
| custom_requester_name | string | optional | The string value. |
| custom_requester_email | string | optional | The custom requester email address. |
| redirect_url | string | optional | The URL where SignWell redirects after signing. |
| allow_decline | boolean | optional | Whether recipients can decline signing. |
| allow_reassign | boolean | optional | Whether recipients can reassign signing. |
| decline_redirect_url | string | optional | The URL where SignWell redirects after a decline. |
| metadata | object | optional | Optional SignWell metadata key-value pairs. |
| labels | array | optional | Labels to assign to the SignWell document. |
| checkbox_groups | array | optional | Checkbox groups to create on the document. |
/api/v1/documents/{id}/remind
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The SignWell identifier. |
| recipients | array | optional | Optional recipient subset to remind. |