PopcornNotify Receipe
- Official Website: https://popcornnotify.com/
- Icon Support: No
- Message Format: Text
- Message Limit: 32768 Characters per message
Account Setup
Get yourself an API Key from their website and you're already to use the service.
Receipe
Valid receipes are as follows:
popcorn://{ApiKey}/{PhoneNo}/
popcorn://{ApiKey}/{PhoneNo1}/{PhoneNo2}/{PhoneNoN}/
popcorn://{ApiKey}/{Email}/
popcorn://{ApiKey}/{Email1}/{Email2}/{EmailN}/
You can mix and match the information too:
popcorn://{ApiKey}/{PhoneNo1}/{Email1}/{EmailN}/{PhoneNoN}
Parameter Breakdown
Variable | Required | Description |
---|---|---|
ApiKey | Yes | The Personal API Token associated with your account. |
PhoneNo | No | A Phone Number you wish to notify (via SMS). |
No | The Email address you wish to notify | |
to | No | This is an alias to the Phone/Email variable. |
batch | No | PopcornNotify allows a batch mode. If you identify more then one phone number and/or email, you can send all of these targets you identify on the URL in a single shot instead of the normal Magic Receipe approach (which sends them one by one). Enabling batch mode has both it's pro's and cons. By default batch mode is disabled. |