Skip to content
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

Remove url from sms notification, change format #2317

Merged
merged 5 commits into from
Jul 5, 2023

Conversation

iskhakov
Copy link
Contributor

What this PR does

Remove link from sms notification to avoid difficulties with different countries anti-spam regulations

Which issue(s) this PR fixes

Checklist

  • Unit, integration, and e2e (if applicable) tests updated
  • Documentation added (or pr:no public docs PR label added if not required)
  • CHANGELOG.md updated (or pr:no changelog PR label added if not required)

@iskhakov iskhakov requested a review from a team June 23, 2023 05:21
@joeyorlando joeyorlando linked an issue Jun 23, 2023 that may be closed by this pull request
@Dieterbe
Copy link
Contributor

users can include URL's in the original data or via templates, right?
shouldn't we mention this in the docs, and maybe add a warning notice in SMS template editor?

@joeyorlando
Copy link
Contributor

➕ for @Dieterbe's comment, I had the same question.

@mderynck
Copy link
Contributor

mderynck commented Jun 26, 2023

Only the title for SMS is editable, but if a URL gets put as the title it could still be blocked. A warning in the template editor would be good and we should completely strip out URLs in the phone provider. One annoying thing I noticed on my phone is that even without protocol it converts to a link if it has a TLD.

@iskhakov iskhakov requested a review from a team June 27, 2023 02:45
@iskhakov
Copy link
Contributor Author

Thank you for the suggestions!

@iskhakov iskhakov added the pr:no public docs Added to a PR that does not require public documentation updates label Jul 5, 2023
@iskhakov iskhakov merged commit 5cc06b7 into dev Jul 5, 2023
@iskhakov iskhakov deleted the iskhakov/remove-link-from-sms branch July 5, 2023 08:32
brojd pushed a commit that referenced this pull request Sep 18, 2024
# What this PR does
Remove link from sms notification to avoid difficulties with different
countries anti-spam regulations


## Which issue(s) this PR fixes

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:no public docs Added to a PR that does not require public documentation updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strip URLs/phone numbers from SMSs sent via Twilio
4 participants