Skip to content

Conversation

@daniloasis-auth0
Copy link
Contributor

@daniloasis-auth0 daniloasis-auth0 commented Jan 14, 2026

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Adding Flows Auth0 Send SMS and Make Call Actions with additional tweaks for Flows Auth0 Send Email Actions.

References

Testing

Describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

Please include any manual steps for testing end-to-end or functionality not covered by unit/integration tests.

Also include details of the environment this PR was developed in (language/platform/browser version).

  • This change adds test coverage for new/changed/fixed functionality

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

NO MERGE YET

@daniloasis-auth0 daniloasis-auth0 marked this pull request as draft January 14, 2026 23:29
@nick-gagliardi nick-gagliardi added the DO NOT MERGE Only the PR author should merge, even if approved. label Jan 14, 2026
Send a custom SMS using your [configured phone provider](https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers).

<Warning>
[Phone Provider](https://auth0.com/docs/customize/phone-messages/configure-phone-messaging-providers) must be enabled for text message delivery before using this action.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action > the product should be capitalized.

| From | By default, we will use the sender phone number you have configured in your customized phone provider settings. Input a custom value if you want to use a different sender phone number. |
| To | The recipient’s phone number |
| Custom variables | Add custom variables to be inserted in your phone template. Once configured, you can reference them using `{{custom_vars.your_variable_key}}`. |
| Message | Phone message. Supports custom variables and Liquid syntax. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Phone message using Liquid syntax and supports custom variables. < This to line up with the Message description.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@avanscoy I think it should be similar but with a small tweak: "Phone message uses Liquid syntax and supports custom variables."

| From | By default, we will use the sender phone number you have configured in your customized phone provider settings. Input a custom value if you want to use a different sender phone number. |
| To | The recipient’s phone number |
| Custom variables | Add custom variables to be inserted in your phone template. Once configured, you can reference them using `{{custom_vars.your_variable_key}}`. |
| Message | Phone message.Supports custom variables and Liquid syntax. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment from line 235

| Recipient email | The recipient’s email |
| Custom variables | Add custom variables to be inserted in your email template. Once configured, you can reference them using `{{custom_vars.your_variable_key}}`. |
| Subject | The email subject. Supports custom variables and Liquid syntax. |
| Message | Email message in HTML format. Supports custom variables and Liquid syntax. |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@avanscoy I think it should be similar to the other ones: "Email message is in HTML format using Liquid syntax and supports custom variables."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DO NOT MERGE Only the PR author should merge, even if approved.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants