最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

tasker notification sending fail via webhook - Stack Overflow

programmeradmin3浏览0评论

hello i tried to develop if i receive new notification, tasker automatically send whole detail of notification via discord webhook.

{
     "content": "%evtprm3",
     "username": "%evtprm1",
     "embeds": [{
       "title": "%evtprm2",
       "description": "%evtprm3"
     }]
   }

i tried this but, tascker send nothing. when i put for example bettery percent, tascker sends properly via webhook.

hello i tried to develop if i receive new notification, tasker automatically send whole detail of notification via discord webhook.

{
     "content": "%evtprm3",
     "username": "%evtprm1",
     "embeds": [{
       "title": "%evtprm2",
       "description": "%evtprm3"
     }]
   }

i tried this but, tascker send nothing. when i put for example bettery percent, tascker sends properly via webhook.

Share Improve this question asked 2 days ago hygtrkhygtrk 111 bronze badge New contributor hygtrk is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
Add a comment  | 

1 Answer 1

Reset to default 0

ensure Tasker has notification access and that the webhook URL is correct. hope this help...

{
  "content": "New notification received!",
  "username": "Notification",
  "embeds": [{
    "title": "Notification Title",
    "description": "Notification details"
  }]
}
发布评论

评论列表(0)

  1. 暂无评论