You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<br/> <b>Note:</b> Some endpoints, for example: <ahref="https://auth0.com/docs/api/management/v2/users/get-users-by-id"> Get a user </a>, require URI encoded parameters when not using alphanumeric characters, such as: <code>-</code>, <code>.</code>, <code>_</code>, or <code>~</code>, <ahref="https://datatracker.ietf.org/doc/html/rfc3986#section-2.3"> characters </a>).
138
+
<br/> <b>Note:</b> Some endpoints, for example: <ahref="https://auth0.com/docs/api/management/v2/users/get-users-by-id"> Get a user </a>, require URI encoded parameters when not using alphanumeric characters, such as: <code>-</code>, <code>.</code>, <code>_</code>, or <code>~</code>, <ahref="https://datatracker.ietf.org/doc/html/rfc3986#section-2.3"> characters </a>).
139
139
<br/>To do this, you can use the encodeURIComponent function: <br/>`{{ functions.encodeURIComponent(context.user.user_id) }}`
140
140
</td>
141
141
</tr>
@@ -144,7 +144,7 @@ The API endpoint absolute pathname.
| Use custom sender email | By default, we will use the sender email you have configured in your custom email provider settings. Enable this option if you want to use a different sender email or name. |
192
+
| Use custom sender email | By default, we will use the sender email you have configured in your customized email provider settings. Enable this option if you want to use a different sender email or name. |
193
193
| Recipient email | The recipient’s email |
194
194
| Subject | The email subject |
195
195
| Custom variable | Add custom variables to be inserted in your email template. Once configured, you can reference them using `{{custom_vars.your_variable_key}}`. |
0 commit comments