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

