Updated Notify_signal (markdown)

master
Chris Caron 2023-08-20 10:24:38 -04:00
parent b78db7f370
commit 65af14bde1
1 changed files with 1 additions and 1 deletions

@ -47,7 +47,7 @@ You can post in multiple chats by simply chaining them at the end of the URL.
| from | Yes | This must be a _From Phone Number_ you've added to the API service.
| to | **\*No** |A phone number or group id you wish to send your notification to. If one isn't specified, then the `from` is used instead.
| batch | No | Send multiple specified notifications in a single batch (1 upstream post to the end server). By default this is set to `no`.
| status | No | Optionally include a small little ASCII string representing the notification status being sent (inline with it) by default this is set to `no`.
| status | No | Optionally include a small little ASCII string representing the notification status being sent (inline with it) by default this is set to `yes`.
### Acquiring A Group ID
Groups can be created in the app, or via the [Signal Rest API Service](https://github.com/bbernhard/signal-cli-rest-api).