how to integrate
https://joinjoaomgcd.appspot.com/_ah/api/messaging/v1/sendPush?text=doorbellrung&deviceId=[deviceid]
into arduino code and send a pushmessage.
ive tried putting into examples for client and server without success.
appreciate any help.
goal is to get a pushmessage from my doorbell.
You will need the client version.
Unless you have a Yun its unlikely your arduino will be able to access https:// resources. The standard arduino lacks sufficient memory and processing power to do the encyption. Is there a http:// alternative?
Is there a link to the join documentation somewhere?
As an alternative the IFTTT Maker channel can also do what you wish.