Hi,
In one my apps I am using PUSHOVER api to send notifications. I am using HTTP POST for the API. Its working fine. But now i have a requirement to send an image along with the HTTP POST request. Is it possible. The image should be actual byte data and not url of image. Can I upload the actual binary data of image within the JSON content. Below is the documentation given by them but it is not for JSON format. Can a similar thing be done within JSON or any other method within appsheet
Below is what i normally use inside the JSON Body. I need to add attachment in this code. Can someone help me with this.
{
“token”: “asdfghjkl”,
“user”: “lkjhgfdsa”,
“title”:“<<[Title]>>”,
“message”: “<<[Body]>>”,
“sound”:“bike”,
“url”:“<<“https://www.appsheet.com/start/123456789”&[DeepLink]>>”,
“url_title”:“View Full Details”
}





