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

Support 'OriginationNumber' when sending SMS. #2863

Open
2 tasks
vicreinhart opened this issue Dec 29, 2023 · 1 comment
Open
2 tasks

Support 'OriginationNumber' when sending SMS. #2863

vicreinhart opened this issue Dec 29, 2023 · 1 comment
Labels
feature-request A feature should be added or improved. investigating This issue is being investigated and/or work is in progress to resolve the issue.

Comments

@vicreinhart
Copy link

Describe the feature

I send many SMS messages using SNS, and the PHP V3 API.
I have multiple Origination Numbers in my Northern Virginia region. I asked AWS Support how to specify a number. The answer was: " I've clarified that if you are using SDK, then you can make use of the attribute - 'OriginationNumber' to specify it. I've also shared the SDK examples for your quick reference [4]." However, when I follow that link, the 'OriginationNumber' is not mentioned in the documentation. Please advise. Is 'OriginationNumber' available in the PHP 3.0 SDK? If so, can you please update the documentation?

Use Case

I have set up a 10DLC Campaign which is only available for one of my two Origination Numbers. I would like to be able to specify my Origination Number so that I can use the Campaign.

Proposed Solution

Update the documentation and the API to support 'OriginationNumber' in the 'Publish' method of of the class SnsClient to send texts via SNS.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

3.0

Environment details (Version of PHP (php -v)? OS name and version, etc.)

PHP 8.3 on Ubuntu Linux

@vicreinhart vicreinhart added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Dec 29, 2023
@yenfryherrerafeliz
Copy link
Contributor

Hi @vicreinhart, this seems to be a lack of documentation from service itself. I checked the API reference documentation here, and I see that they do not specify where or how a OriginationNumber attribute can be used either. I would need to reach out to them and ask regarding this.

Thanks!

@yenfryherrerafeliz yenfryherrerafeliz added investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. investigating This issue is being investigated and/or work is in progress to resolve the issue.
Projects
None yet
Development

No branches or pull requests

2 participants