Learn what tenants stand for and how you can customize notifications for each tenant.
tenant id
and tenant name
. Add the required fields and click on Create tenant
Field | Type | Description |
---|---|---|
Tenant ID | string of max character length of 64 characters with allowed characters ([a-z0-9_-] that is alphanumeric characters, _ (underscore) and - (hyphen).) | tenant_id is used to identify tenant in workflow and event call |
Tenant Name | single line text | Name of the company / organization |
Logo | image | Tenant logo. Used to render logo in email tenant header |
Tenant colors | 6 digit color code | Tenant color settings are mainly used while designing templates. Primary tenant color is used in button, header and footer border in tenant email template. If you don’t provide any of the colors for the tenant, SuprSend will assume you want to use the default values, so color settings will automatically be set to the color settings of default tenant. |
Social Links | URL | URLs of social media accounts of the tenant It is used to render social media logos in tenant email footer. if the link is not passed, that logo will not be shown in the footer. |
Custom Properties | JSON | Custom properties associated with the tenant. The option to add custom properties is currently not available on the dashboard but you can update it using backend SDK or APIs |
$tenant.<property>
. e.g., if you have to add tenant_name in your template, you can add it as $tenant.tenant_name
. Also, when you type {
, tenant variable will automatically come up in auto-suggestions for your to add in the template