GeoffreyHarmuth
8 years agoQrew Captain
Send a POST request with a button or webhook?
So I need to post this when a button is clicked:
http://weburlgoeshere/push.php?id=[DEVICE_ID]&title=New job&msg=You have a new job
I already have a button that does some edit record functions, all I want to do is add this to the end. Important here is to have the [Device_ID] field inserted into that url before it is sent.
Hope this is possible. If not, how will this be done with a webhook?
http://weburlgoeshere/push.php?id=[DEVICE_ID]&title=New job&msg=You have a new job
I already have a button that does some edit record functions, all I want to do is add this to the end. Important here is to have the [Device_ID] field inserted into that url before it is sent.
Hope this is possible. If not, how will this be done with a webhook?