2 Notify_bulkvs
Chris Caron edited this page 2023-12-27 14:22:35 -05:00

BulkVS Notifications

Account Setup

Sign up for BulkVS from here. You will be provided to create a user and password to associate with your account. This is all you need to use this through Apprise.

Syntax

Valid syntax is as follows:

  • bulkvs://{user}:{password}@{fromPhoneNo}
  • bulkvs://{user}:{password}@{fromPhoneNo}/{target}

Parameter Breakdown

Variable Required Description
user Yes The username associated with your BulkVS Account.
password Yes The password associated with your BulkVS Account.
to *No A phone number and/or group you wish to send your notification to. You can use comma's to separate multiple entries if you wish. This is an alias to targets.
from *No Specify the phone number you registered with BulkVS you wish the message to be identified as being sent from.
batch No Send multiple specified notifications in a single batch (1 upstream post to the end server). By default this is set to no.

Example

Send a BulkVS Message:

# Assuming our {user} is joe
# Assuming our {password} is hard-to-guess
# Assuming the {PhoneNo} we wish to notify is +134-555-1223
apprise -vv -t "Test Message Title" -b "Test Message Body" \
   bulkvs://joe:hard-to-guess@+134-555-1223