mirror of https://github.com/caronc/apprise
Updated Notify_popcornnotify (markdown)
parent
b4b1696bfd
commit
36ca5753c1
|
@ -9,13 +9,13 @@ Get yourself an API Key from [their website](https://popcornnotify.com/) and you
|
||||||
|
|
||||||
### Syntax
|
### Syntax
|
||||||
Valid syntaxes are as follows:
|
Valid syntaxes are as follows:
|
||||||
* `popcorn**://{ApiKey}/{PhoneNo}/`
|
* `popcorn://{ApiKey}/{PhoneNo}/`
|
||||||
* `popcorn**://{ApiKey}/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}/`
|
* `popcorn://{ApiKey}/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}/`
|
||||||
* `popcorn**://{ApiKey}/{Email}/`
|
* `popcorn://{ApiKey}/{Email}/`
|
||||||
* `popcorn**://{ApiKey}/{Email1}/{Email2}/{EmailN}/`
|
* `popcorn://{ApiKey}/{Email1}/{Email2}/{EmailN}/`
|
||||||
|
|
||||||
You can mix and match the information too:
|
You can mix and match the information too:
|
||||||
* `popcorn**://{ApiKey}/{PhoneNo1}/{Email1}/{EmailN}/{PhoneNoN}`
|
* `popcorn://{ApiKey}/{PhoneNo1}/{Email1}/{EmailN}/{PhoneNoN}`
|
||||||
|
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
|
|
Loading…
Reference in New Issue