-
Notifications
You must be signed in to change notification settings - Fork 39
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
3rd party Twilio provider, multiple accounts #96
Comments
I am also looking to do this but with subaccounts, which also have their own SID and Auth Token. It looks like in the |
Would be happy to accept a PR that allows you to set the auth creds on a message basis 👍 |
Hi. Any possible future release with this feature? PRs for this still welcome? |
Same here, would like to use subaccounts on the same Laravel app but can't find the way to provide the auth token as it's loaded from the twill provider. Any ideas? |
If you're still interested in an approach for per-user config then let me know as there's a fairly straight forward way of doing it. |
I would like to use this package to run multiple Twilio accounts on my website; each account is managed by one of my users. Basically I'm looking into becoming a 3rd party provider for Twilio.
How can I achieve this if the configuration gets pulled from a static .env file?
I guess I have to find a way to bypass the general booting in the
TwilioProvider
classand rebuild the
TwilioConfig
for eachTwilioMessage
I'll be sending. Is this correct? How can I achieve this?The text was updated successfully, but these errors were encountered: