swiftsign_send_from_template
ActiveTool of ca.swiftsign/mcp
declared in 0.5.1
Send an envelope from a saved template by assigning signers to roles. Sandbox keys (sk_test_) send immediately; LIVE keys create a DRAFT for human review unless confirm: true — nothing is emailed until confirmed.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"templateId",
"roleAssignments"
],
"properties": {
"confirm": {
"type": "boolean",
"description": "Set true to dispatch immediately on a LIVE key (sk_live_/sk_oat_). Without it, live envelopes are created as DRAFT and returned for human review before anything is emailed. Test keys (sk_test_) always send immediately (sandbox, watermarked)."
},
"message": {
"type": "string",
"description": "Optional message to include"
},
"subject": {
"type": "string",
"description": "Email subject / document title"
},
"templateId": {
"type": "string",
"description": "The template ID to send from"
},
"roleAssignments": {
"type": "object",
"description": "Map of template role name → signer { name, email }",
"propertyNames": {
"type": "string"
},
"additionalProperties": {
"type": "object",
"required": [
"name",
"email"
],
"properties": {
"name": {
"type": "string",
"description": "Signer full name"
},
"email": {
"type": "string",
"description": "Signer email address"
}
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ca.swiftsign/mcp
https://github.com/shahdadk/swiftsign
1/7 registries