-
Notifications
You must be signed in to change notification settings - Fork 35
Flows Auth0 Send SMS and Make Call #474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Flows Auth0 Send SMS and Make Call #474
Conversation
| 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. |
There was a problem hiding this comment.
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. | |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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. | |
There was a problem hiding this comment.
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. | |
There was a problem hiding this comment.
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."
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
Checklist
NO MERGE YET