-
-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Operating System
Ubuntu 24.04.3
AMP Version and Build Date
2.6.4 - 20251114.1
AMP Release Stream
Mainline
I confirm that
- I have searched for an existing bug report for this issue.
- I am using the latest available version of AMP.
- my operating system is up-to-date.
Intended Action
I want to create a schedule, to send Discord messages, by using the Post a message on Discord task.
Inside this task, next to entering the Webhook URL, I want to determine the Webhooks "Name", "Avatar" and "Message-Content".
Expected Behaviour
According to the expectation, the Post a message on Discord task should allow me to enter the following fields:
- Webhook URL
- Contents
- Display Username
- Avatar URL
Actual Behaviour
However, the task is missing the Avatar URL input field! <--- Reason for the issue

This field is present in the Post an embed message on Discord task btw.
However, it is possible to provide an "Avatar URL" to a Discord Webhook message, without sending an embed, by using the Make a POST request to a URI task and using a JSON, sort of like this:
{
"content": "{@Message}",
"username": "{@User}",
"avatar_url": "https://api.freakmedialp.de/skinemoji/{@User}?variant=detailed"
}
So for me it seems like the Avatar URL input field has just been forgotten, rather than being an actual bug.
Reproduction
- Setup any Instance inside AMP
- Setup a trigger inside the
Scheduletab - Select the
Post a message on Discordtask