-
-
Notifications
You must be signed in to change notification settings - Fork 128
[16.0][ADD] partner_survey_sms #197
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: 16.0
Are you sure you want to change the base?
Conversation
bbf8c1b to
6cd781a
Compare
|
add test cases is intended as long as we agree on the base code. |
| <field name="body"> | ||
| Hello {{ object.display_name }}, {{ ctx['requested_by_user'] }} has requested your participation on the following survey: {{ ctx['link'] }}, {{ ctx['message'] }} | ||
| </field> |
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.
| <field name="body"> | |
| Hello {{ object.display_name }}, {{ ctx['requested_by_user'] }} has requested your participation on the following survey: {{ ctx['link'] }}, {{ ctx['message'] }} | |
| </field> | |
| <field name="body">Hello {{ object.display_name }}, {{ ctx['requested_by_user'] }} has requested your participation on the following survey: {{ ctx['link'] }} {{ ctx['message'] }}</field> |
This will improve a few things:
- avoid new lines (space above)
- the current link will not include a ",", example:
http://127.0.16.1:8072/survey/start/b135640d-14d4-4748-9ef6-344ca256531e?answer_token=61c31e6e-e38d-4129-8517-1f5ef3858e63, - the message content will be displayed on a new line
|
can you also check the following issue? Screencast.from.2025-11-18.17-22-28.webm |
Send survey participation link via SMS
6cd781a to
a759184
Compare
|
here is a module to send survey in SMS |
|
hoping to add a similar module in sign project? |


Send survey participation link via SMS