Skip to main content

Can invitation e-mails be modified?

Explanation of how to modify the invitation email containing the signing link.

Updated over a week ago

It is possible to customize the invitation email for a signing request to a limited extent. These restrictions are in place to ensure that emails, which are frequently sent to signers, remain reliable and are delivered successfully.

Below we explain how to adjust the invitation email, depending on the method used to create transactions:

  1. Via the Signhost web portal

  2. Via the Signhost API

Important:
The content of the email message you attach to a transaction is not stored in our systems and cannot be retrieved later. Only the default message set through your organization's settings remains visible.


Setting Branding and Sender Email Address

The branding and sender's email address can be configured centrally via the Signhost web portal. These settings apply to all transactions, regardless of whether they are created through the web portal or the API. With branding, you can:


Adjustments via the Signhost Web Portal

If you use the "Signing by Invitation" option in the web portal, you can make the following adjustments:

  • Attach a Custom Email Message:

    • You can add a custom message when creating a transaction. This is possible:

    • To personalize the message, you can automatically include the name of the signer in your email using the syntax {{Name}}. To do this, set the name during transaction creation under the verification method "Scribble."

  • Modify Subject:

    • The default subject line can be changed via the transaction settings or during the transaction creation process.

Example for custom subject and message

Adjustments via the Signhost API

When using the API, you can also create transactions via the "Signing by Invitation" option (by setting the SendSignRequest parameter to true). The invitation email can be customized through the following settings:

  • Send a Custom Message and Subject: You can configure these through the parameters SignRequestMessage (custom message) and SignRequestSubject (custom subject). Please note:

    • Only plain text is supported (no HTML).

    • Line breaks can be added using \n (in SignRequestMessage only).

For the "Signing on Premise" option (by setting the SendSignRequest parameter to false), a URL is generated that you can share using your preferred method (e.g., via email or other communication tools).

Did this answer your question?