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.1 Answer
Reset to default 0ensure 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"
}]
}