Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions docs/embeddable-uis/email-configuration-and-templates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -110,37 +110,6 @@ You can do this using the SDK of your choice, for example, using the **[Python S

Now, the new approved user will be created and synced with the chosen role.

### Templates Variables

You can add more template variables to allow you to customize your emails even further.
For example:

<div className="list">
<ul>
<li>
<span>Custom query parameters to your "Redirect To" URL with your <code>\{resource_instance_key\}</code></span>

:::tip Example
Redirect to: <br />
`https://your_company.com/{resource_instance_key}` <br /><br />
The user get: <br />
`https://your_company.com/?invite_code=ed32bc43e2194a80a5ef5e0339943b44`<br />`&resource_instance_key=abc123`
:::

</li>
</ul>
</div>
More to come :
<div className="list">
<ul>
<li>
<span>Setting your Email "Subject" to include the user full name </span>
</li>
<li>
<span>Make much more powerful Email message content using variables</span>
</li>
</ul>
</div>

<br />
<EmailUpdatesBox />
Expand Down