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
'twitter:description': Learn how to configure your Auth0 flow actions to retrieve
10
-
and update user's profile information or create new users.
8
+
'twitter:description': Learn how to configure your Auth0 pre-built flow actions to make requests against the Management API or send custom notifications.
11
9
'twitter:title': Auth0
12
10
---
13
-
This list of Auth0 actions allows you to get, create, and update users.
14
11
15
-
## Configure your Vault connection
12
+
## Management API
16
13
17
-
To configure a Vault connection for your Auth0 actions, you will need to [create a Machine-to-Machine](/docs/get-started/auth0-overview/create-applications/machine-to-machine-apps) application and use **Tenant domain, <Tooltiptip="Client ID: Identification value given to your registered resource from Auth0."cta="View Glossary"href="/docs/glossary?term=Client+ID">Client ID</Tooltip> and <Tooltiptip="Client ID: Identification value given to your registered resource from Auth0."cta="View Glossary"href="/docs/glossary?term=Client+Secret">Client Secret</Tooltip>**:
14
+
### Configure your Vault connection with Management API
15
+
16
+
To configure a Vault connection for your Auth0 Actions, you will need to [create a Machine-to-Machine](/docs/get-started/auth0-overview/create-applications/machine-to-machine-apps) application and use **Tenant domain, <Tooltiptip="Client ID: Identification value given to your registered resource from Auth0."cta="View Glossary"href="/docs/glossary?term=Client+ID">Client ID</Tooltip> and <Tooltiptip="Client ID: Identification value given to your registered resource from Auth0."cta="View Glossary"href="/docs/glossary?term=Client+Secret">Client Secret</Tooltip>**:
@@ -24,7 +23,7 @@ Remember to authorize your Machine-to-Machine application to access the Manageme
24
23
25
24
</Warning>
26
25
27
-
## Create user
26
+
###Create user
28
27
29
28
<Warning>
30
29
Create User doesn't support interactions using canonical domain when combined with [Multiple Custom Domains](/docs/customize/custom-domains/multiple-custom-domains.mdx) during Early Access. To learn more, read [Product Release Stages](/docs/troubleshoot/product-lifecycle/product-release-stages.mdx).
You can find the expected response and status codes at [Create a user](https://auth0.com/docs/api/management/v2/users/post-users#response-messages)API documentation.
55
+
Review [Create a user](https://auth0.com/docs/api/management/v2/users/post-users#response-messages)for expected response and status code.
<td>ID of the user to retrieve. To learn more, read \<a api="" auth0.com="" docs="" get-users-by-id="" https:="" management="" users="" v2="">Get a user\</a> API documentation. </td>
75
+
<td>ID of the user to retrieve. To learn more, read [Get a user](https://auth0.com/docs/api/management/v2/users/get-users-by-id) API documentation. </td>
77
76
</tr>
78
77
</tbody>
79
78
</table>
80
79
81
-
### Output settings
80
+
####Output object
82
81
83
-
You can find the expected response and status codes at [Get a user](https://auth0.com/docs/api/management/v2/users/get-users-by-id#response-messages)API documentation.
82
+
Review [Get a user](https://auth0.com/docs/api/management/v2/users/get-users-by-id#response-messages)for expected response and status code.
You can find the expected response and status codes at [Update a user](https://auth0.com/docs/api/management/v2/users/patch-users-by-id#response-messages) API documentation.
| 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. |
193
+
| Recipient email | The recipient’s email |
194
+
| Subject | The email subject |
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}}`. |
196
+
| Message | Email message in HTML format using Liquid syntax. You can use [common variables](https://auth0.com/docs/customize/email/email-templates#common-variables) or custom ones using `{{custom_vars.your_variable_key}}` syntax. |
Copy file name to clipboardExpand all lines: main/docs/customize/forms/flows/integrations/sendgrid.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,6 @@ Send an email using SendGrid as the email provider.
71
71
</tbody>
72
72
</table>
73
73
74
-
### Output settings
74
+
### Output object
75
75
76
76
You can find the expected response and status codes at [SendGrid's documentation](https://www.twilio.com/docs/sendgrid/api-reference/mail-send/mail-send).
Copy file name to clipboardExpand all lines: main/docs/customize/forms/flows/integrations/twilio.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Sends an SMS.
49
49
</tbody>
50
50
</table>
51
51
52
-
### Output settings
52
+
### Output object
53
53
54
54
You can find all the expected status codes at [Twilio's documentation](https://www.twilio.com/docs/messaging/api/message-resource#message-status-values).
55
55
@@ -88,6 +88,6 @@ TwiML payload (required)
88
88
</tbody>
89
89
</table>
90
90
91
-
### Output settings
91
+
### Output object
92
92
93
93
You can find all the expected status codes at [Twilio's documentation](https://www.twilio.com/docs/voice/twiml).
0 commit comments