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

Messaging Service Does Not Work Without OTP_TWILIO_FROM Setting #10

Closed
jackkinsella opened this issue Mar 14, 2024 · 1 comment
Closed

Comments

@jackkinsella
Copy link

Messaging service is offered as an alternative to a "from" number in Twilio in order to support use-cases where teams need a pool of telephone numbers in order to achieve global coverage.

Right now, this function

def _validate_config(self):
causes an exception if one configures the messaging service without a from number.

It should probably validate that one or the other (message service or from number) are available.

@psagers
Copy link
Member

psagers commented Mar 14, 2024

Indeed. Looks like this should have been part of #9.

cc @mkgs

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

No branches or pull requests

2 participants