caronc / apprise

Apprise - Push Notifications that work with just about every platform!
https://hub.docker.com/r/caronc/apprise
BSD 2-Clause "Simplified" License
10.94k stars 385 forks source link

Add BulkVS Support to Apprise #1008

Closed digitalcrisis closed 6 months ago

digitalcrisis commented 7 months ago

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 => https://github.com/caronc/apprise/issues/541#issuecomment-1086962685

Has anything changed or improved since?

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

caronc commented 7 months ago

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 commented 6 months ago

Closing this off as BulkVS has been added to Apprise