Dropbox SignDropbox Sign eSignature API
POST/template/create_embedded_draft
Create Embedded Template Draft
The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
templateCreateEmbeddedDraft- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
No URL, query, or header parameters.
Request body
TemplateCreateEmbeddedDraftRequestrequired
Content-Type: application/json, multipart/form-data
Properties: filesfile_urlsallow_ccsallow_reassignattachmentscc_rolesclient_ideditor_optionsfield_optionsforce_signer_rolesforce_subject_messageform_field_groupsform_field_rulesform_fields_per_documentmerge_fieldsmessagemetadatashow_previewshow_progress_steppersigner_rolesskip_me_nowsubjecttest_modetitleuse_preexisting_fields
{
"files": [
{}
],
"file_urls": [
"https://example.com/resource"
],
"allow_ccs": true,
"allow_reassign": false,
"attachments": [
{
"name": "Example Name",
"required": false,
"signer_index": 0
}
],
"cc_roles": [
{}
],
"client_id": "example-client-id",
"editor_options": {
"allow_edit_signers": false,
"allow_edit_documents": false
}
}Responses
200
TemplateCreateEmbeddedDraftResponseapplication/json
successful operation
Properties: templatewarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"template": {
"template_id": "example-template-id",
"edit_url": "https://example.com/resource",
"expires_at": 0,
"warnings": [
{
"warning_name": "Example Name"
}
]
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}