Replace Auth0 Rules with Auth0 Actions#1375
Conversation
Summary
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
hazel-nut
left a comment
There was a problem hiding this comment.
some thoughts since we're in here anyway, though i know the content is largely transposed from the original without editing. we can modify them in a follow-up if you prefer 😊
Co-authored-by: Hazel Virdó <hazel.virdo@okta.com>
sample-use-cases-rules.mdx was deleted in this branch (replaced by Actions version) and modified on main (meta description update). Keeping the deletion as intended by this PR. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
| }), | ||
| }); | ||
|
|
||
| if (response.status >= 500) { |
There was a problem hiding this comment.
this seems odd to me, i would think this is going to miss all 4xx responses and return as delivered? we may want to update the retry logic here
|
|
||
| To configure the Action, navigate to [**Branding > Phone Provider**](https://manage.auth0.com/dashboard/#/phone/templates/phone/provider) and select the **Custom** option. To learn more, read [Configure a Custom Phone Provider](/docs/customize/phone-messages/configure-phone-messaging-providers/configure-a-custom-phone-provider). | ||
|
|
||
| ```javascript lines |
There was a problem hiding this comment.
we may want to add something like, "in the provider configuration, add" so it doesn't just jump into code for them
|
|
||
| When a user [authenticates through a passwordless email connection](/docs/authenticate/passwordless/authentication-methods/email-otp), Auth0 triggers the `custom-email-provider` Action to deliver the OTP. Use this Action to route messages through any email service. | ||
|
|
||
| To configure the Action, navigate to [**Branding > Email Provider**](https://manage.auth0.com/#/templates/provider) and select the **Custom Provider** option. To learn more, read [Configure an Email Provider with a Customized Action](/docs/customize/email/smtp-email-providers/custom/configure-action). |
There was a problem hiding this comment.
Use my own (toggled) > custom > custom provider settings needs URL, then code in config. Need more steps here i'd think
Description
Replaces an article on Auth0 Rules with Auth0 Actions
References
Testing
Checklist
CONTRIBUTING.md.