Customizing Invitation Emails
When sending transactions for signing you can customize the email message your signers receive. Customization can be applied on both the Transaction level and by the Signer.
Customizing emails by transaction
You can add a transaction level message for all signers in the transaction. The following code will do this.
HTTP Request
HTTP Headers
Request Payload
Customizing emails by Signer
You can add a transaction level message for each signer in the transaction. Signer level messages override the transaction level message. The following code will do this.
HTTP Request
HTTP Headers
Request Payload
For a complete description of each field, see the Request Payload Table below.
Response Payload
Results Payload Table
Property |
Type |
Editable |
Required |
Default |
Sample Values |
---|---|---|---|---|---|
id |
string |
Yes |
No |
n/a |
|
emailMessage | |||||
content |
string |
Yes |
No |
n/a |
|
name |
string |
Yes |
No |
n/a |
|
id |
string |
Yes |
No |
n/a |
|
type |
string |
Yes |
No |
SIGNER |
|
signers | |||||
|
string |
Yes |
No |
n/a | |
firstName |
string |
Yes |
No |
n/a |
|
lastName |
string |
Yes |
No |
n/a |
|
id |
string |
Yes |
No |
n/a |
|