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

feat: add twilio integration to send sms messages 📲 #663

Merged
merged 16 commits into from
Dec 14, 2024

Conversation

Habeebah157
Copy link
Contributor

Twilio Integration ✏️

Closes #472

This PR integrates Twilio to the codebase

  • Gets all the phone numbers in the database and send messages to them

Type of Change 🐞

  • Feature - A non-breaking change which adds functionality.
  • Fix - A non-breaking change which fixes an issue.
  • Refactor - A change that neither fixes a bug nor adds a feature.
  • Documentation - A change only to in-code or markdown documentation.
  • Tests - A change that adds missing unit/integration tests.
  • Chore - A change that is likely none of the above.

Checklist ✅

  • I have done a self-review of my code.
  • I have manually tested my code (if applicable).
  • I have added/updated any relevant documentation (if applicable).

@Habeebah157 Habeebah157 changed the title Hm/twilio Feat: Add Twilio Integration Dec 10, 2024
@ramiAbdou ramiAbdou changed the title Feat: Add Twilio Integration feat: add twilio integration to send sms messages 📲 Dec 14, 2024
Copy link
Member

@ramiAbdou ramiAbdou left a comment

Choose a reason for hiding this comment

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

Thank you for all your work on this, @Habeebah157! I updated the function to use the native fetch API instead of installing the twilio SDK since it's a little heavy, and I refactored to use the notification worker instead of creating a new worker. Other than that looks great!

@ramiAbdou ramiAbdou merged commit fbfe70c into colorstackorg:main Dec 14, 2024
1 check passed
@Habeebah157
Copy link
Contributor Author

Ok, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create job to send mass SMS notifications 👥
2 participants