You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)"
}'
The text was updated successfully, but these errors were encountered: