Send push
documentedSend a push notification to one or more devices using the Join API. Requires query parameters such as apikey and deviceId (or deviceIds) and text; supports additional fields to tailor the notification (URL, wallpaper, etc.).
GET /_ah/api/messaging/v1/sendPushPushesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
I couldn’t reliably verify the official JoaoApps Join API docs for this exact endpoint in this session, so I’m providing a carefully structured draft you can adapt once you confirm the exact base URL and payload from the official docs. The command below uses the endpoint path you provided (GET /_ah/api/messaging/v1/sendPush) and a plausible base URL commonly seen with JoaoApps’ Cloud Endpoints. If your docs specify a different base URL or required query/body fields, replace accordingly.