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

Add BulkVS Support to Apprise #1008

Closed
digitalcrisis opened this issue Dec 6, 2023 · 2 comments
Closed

Add BulkVS Support to Apprise #1008

digitalcrisis opened this issue Dec 6, 2023 · 2 comments

Comments

@digitalcrisis
Copy link

digitalcrisis commented Dec 6, 2023

I use BulkVS to send SMS-

To submit a message, you must use the "To" field as an array (example: "To" : ["18005551234"], I also found this comment here => #541 (comment)

Has anything changed or improved since?

Example JSON for BulkVS:
{
"From": "(FROM NUMBER)",
"To": [
"(TO NUMBER)"
],
"Message": "(UPTO-160-CHARACTER-MESSAGE)"
}'

@caronc
Copy link
Owner

caronc commented Dec 10, 2023

Arrays are not supported using the json:// plugin at this time. But your request is better to be 'Add BulkVS Support' to Apprise. This is more achievable.

@caronc caronc changed the title Sending Array Via json:// or jsons:// Add BulkVS Support to Apprise Dec 10, 2023
@caronc caronc mentioned this issue Dec 16, 2023
8 tasks
@caronc
Copy link
Owner

caronc commented Dec 28, 2023

Closing this off as BulkVS has been added to Apprise

@caronc caronc closed this as completed Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants