Search found 2 matches

by manueljim
27 Nov 2018, 07:06
Forum: Scripts and Functions (v1)
Topic: Send notifications to your phone (android / ios) using autohotkey and HTTP post method
Replies: 6
Views: 4481

Re: Send notifications to your phone (android / ios) using autohotkey and HTTP post method

Just FYI there is a

&message

missing after
param := "token=$$$&user=€€€
so it should be

Code: Select all

param := "token=$$$&user=€€€&message=" message "&title=" title "&sound=cashregister"

Go to advanced search