Hi,
I was wondering if there is a way to send notification using curl and "pushed" service.
I only see Mail and Web, no terminal command.
I do not need variable parameter just text like "Out of Geofence" , "ACC turned On" , "ACC turned Off" , "Battery disconnected" , etc.
Terminal command example:
curl -X POST -s \
--form-string "app_key=XXXXXXXX" \
--form-string "app_secret=XXXXXXX" \
--form-string "target_type=app" \
--form-string "content=This is a test from GPS Tracker." \
https://api.pushed.co/1/push
Thanks.
Diolum
It's not supported at the moment, but you can use HTTP SMS option.
Hi,
I was wondering if there is a way to send notification using curl and "pushed" service.
I only see Mail and Web, no terminal command.
I do not need variable parameter just text like "Out of Geofence" , "ACC turned On" , "ACC turned Off" , "Battery disconnected" , etc.
Terminal command example:
Thanks.
Diolum