How to append a custom signature in your emails?
This article explains how to add a custom signature to emails sent from Crisp.
Email signatures help your team keep a consistent brand identity when replying to customers by email. Crisp can append one shared signature to operator email replies sent from the inbox.
Required plan
The custom email signature feature is available on Essentials and Plus plans.
Check the Crisp pricing page if you need to compare what is included in each plan.
Video guide
This video shows how a personalized email signature can fit into an email-based support workflow.
How email signatures work
Once configured, the signature is appended to message replies sent by operators over email from the Crisp inbox. It is not used in chat transcripts or campaigns.
Signatures are written in Markdown, so you can format text, insert images or files, and include replacement tags that are filled with operator information when the email is sent.

Configure a custom email signature
The signature is configured from your email appearance settings.
To configure your signature:
- Go to Crisp
- Open Settings → Email Settings → Email Behaviour → Appearance Settings → Custom Email Signature
- Enable Append a text signature at the bottom of all sent emails
- Compose your signature in Markdown
- Save your changes

Add contextual operator data
Replacement tags let you insert operator information dynamically in the signature. You can add them from the editor with Insert a replacement tag, so you do not need to type the syntax manually.
Supported replacement tags include:
- Job title →
{operator.title} - Full name →
{operator.name.full} - First name →
{operator.name.first} - Last name →
{operator.name.last} - Email address →
{operator.email}
You can also provide a fallback value. For example, { operator.title | "Customer Support" } will display Customer Support if no operator title is available.

Test your email signature
After saving your signature, test it from a conversation linked to your own email address.
To test the signature:
- Open Crisp and go to your inbox
- Open an existing conversation with your own email, or create a new one
- Send a simple reply from Crisp
- Wait for the Delivered to email indicator
- Open the email in your mailbox and check the signature formatting
Updated on: 03/05/2026
Thank you!