Skip to content

Commit 1fffa50

Browse files
Feat/flows email provider update (#378)
* Changing headings * Fixing email provider guidance * Changing headings * Reverting change * Updating warning text
1 parent 8dc6fb6 commit 1fffa50

File tree

1 file changed

+6
-6
lines changed
  • main/docs/customize/forms/flows/integrations

1 file changed

+6
-6
lines changed

main/docs/customize/forms/flows/integrations/auth0.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ Send a custom API request to Auth0 API endpoints.
133133
Path
134134
</td>
135135
<td>
136-
The API endpoint absolute pathname.
136+
The API endpoint absolute pathname.
137137
<br/>( Example: <code>/api/v2/organizations</code> )
138-
<br/> <b>Note:</b> Some endpoints, for example: <a href="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>, <a href="https://datatracker.ietf.org/doc/html/rfc3986#section-2.3"> characters </a>).
138+
<br/> <b>Note:</b> Some endpoints, for example: <a href="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>, <a href="https://datatracker.ietf.org/doc/html/rfc3986#section-2.3"> characters </a>).
139139
<br/>To do this, you can use the encodeURIComponent function: <br/>`{{ functions.encodeURIComponent(context.user.user_id) }}`
140140
</td>
141141
</tr>
@@ -144,7 +144,7 @@ The API endpoint absolute pathname.
144144
Method
145145
</td>
146146
<td>
147-
Available HTTP methods include:
147+
Available HTTP methods include:
148148
<ul>
149149
<li><code>GET</code></li>
150150
<li><code>POST</code></li>
@@ -177,10 +177,10 @@ Review [Auth0 Management API](https://auth0.com/docs/api/management/v2/introduct
177177

178178
### Send email
179179

180-
Send a custom email using your [configured email provider.](https://auth0.com/docs/customize/email/configure-a-custom-email-provider)
180+
Send a custom email using your [configured email provider](https://auth0.com/docs/customize/email).
181181

182182
<Warning>
183-
A [Custom Email Provider](https://auth0.com/docs/customize/email/configure-a-custom-email-provider) must be enabled before using this action.
183+
[Email Provider](https://auth0.com/docs/customize/email) must be enabled before using this action.
184184
</Warning>
185185

186186
<Frame>![](/docs/images/forms/flows/integrations/auth0-notifications-send-email.png)</Frame>
@@ -189,7 +189,7 @@ A [Custom Email Provider](https://auth0.com/docs/customize/email/configure-a-cus
189189

190190
| Parameter | Description |
191191
|-------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
192-
| 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. |
193193
| Recipient email | The recipient’s email |
194194
| Subject | The email subject |
195195
| 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

Comments
 (0)