Make Custom Body for webhooks new beginner

Hi There,

I want to make custom body for webhooks…just newbie.

my body templete,

{"chat_id”:Chat Ids,

“text”:"<<CONCATENATE("DateTime Request: ",text(now()))>>\n

<<CONCATENATE("District: ", [District])>>\n

<<CONCATENATE("Site Code: ", [Site Code])>>\n

<<CONCATENATE("Site Name: ", [Site Name])>>\n

<<CONCATENATE("Issue: ", [Issue])>>\n

<<CONCATENATE("Last Data Date: ", [Last Data Date])>>\n

<<CONCATENATE("Battery (v): ", [Battery (v)])>>\n

<<CONCATENATE("CSQ: “, [CSQ])>>\n”

<<[Graph Before]>>\n",

“parse_mode”:“html”}

Result…

If I want link picture to dissapper…just show image only…can? where can I learn more about custom body?

Thanks

Try encapsulating the graph URL in an html’s tag.

This is Telegram Bot API right?
Use SendPhoto instead of SendMessage.
There is a photo parameter so you can add your URL to the image there instead of the message’s body