Updating emailMessage
Thursday, February 9, 2017 at 06:32amI've noticed that it is not possible to update emailMessage for chosen role.
TC
1. User submits content and package is being created from the template using:
{ "roles": [ { "emailMessage": { "content": "List X" }, "reassign": false, "id": "role-id", "type": "SIGNER", "signers": [ { "firstName": "First", "lastName": "Last", "name": "First Last", "email": "[email protected]", "language": "en", "delivery": { "email": true, "provider": false, "download": true }, "id": "Signer" } ], "name": "Signer" } ] }2. Users creates new content - signature request needs to be updated:
{ "emailMessage": "List X, Y", "roles": [ { "emailMessage": { "content": "List X, Y" }, "id": "role-id", "name": "Signer" } ] }Expected: Email for the Signer role contains: "List X, Y" Actual: Email for the Signer role contains: "List X" Only the main emailMessage (Message to all recipients) is updated.
Reply to: Updating emailMessage
Thursday, February 9, 2017 at 03:57pmReply to: Updating emailMessage
Thursday, February 9, 2017 at 09:16amReply to: Updating emailMessage
Thursday, February 9, 2017 at 09:27amReply to: Updating emailMessage
Thursday, February 9, 2017 at 09:30pm