1) Give a description of the problem
I am attempting to use Pushover.net to replace SMS messages and I keep getting message in logs:
Error executing external web request: groovyx.net.http.HttpResponseException: Bad Request
2) What is the expected behaviour?
3) What is happening/not happening?
I have checked several of the other examples on the forums and triple checked the API Key and User Key.
**4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
|+102ms|║╔Execution stage started|
|+102ms|║╔Execution stage started|
|—|---|
|+107ms|║║Cancelling statement #1’s schedules…|
|+113ms|║║Calculating (integer) 24 + (integer) 1 >> (integer) 25|
|+118ms|║║Executed virtual command setVariable (3ms)|
|+124ms|║║Executed virtual command setVariable (3ms)|
|+129ms|║║Executed virtual command setVariable (3ms)|
|+134ms|║║Calculating (string) Test of PushOver # + (string) 25 >> (string) Test of PushOver # 25|
|+139ms|║║Executed virtual command setVariable (3ms)|
|+162ms|║║Sending external web request to: api.pushover.net/1/messages.json|
|+566ms|║║Error executing external web request: groovyx.net.http.HttpResponseException: Bad Request|
|+567ms|║║Executed virtual command httpRequest (420ms)|
|+573ms|║║null|
|+574ms|║║Executed virtual command log (1ms)|
|+576ms|║╚Execution stage complete. (474ms)|
|+577ms|╚Event processed successfully (577ms)|