You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this Action could benefit from more options to be available (depending on how difficult they are to implement of course.)
Author in embed
Maybe have options like author_name, author_url and author_avatar to add the author-object within the webhook itself. author_url and author_avatar could be optional when author_name is used since they can be set to null.
Title
Similar to the Author, but with the title option instead.
Names could be title and title_url, which would be the title (text) and URL to link in the title respectively. Url would be an optional thing.
Thumbnail and Image
A thumbnail and image option would be good to add images to the embed itself.
Fields.
This would probably be the most difficult ones and I honestly can't quite see a scenario where this could be used, but I want to suggest it anyway. xD
Auto-cut text
I don't know if this action auto-cuts text if it is too long for a webhook. If it is, ignore this, if not, maybe consider adding it, to prevent errors.
The text was updated successfully, but these errors were encountered:
Ok, I'll have to look into the webhook json format more to see what can be done. Originally the idea was to try to support everything but not necessarily use everything by default.
I think this Action could benefit from more options to be available (depending on how difficult they are to implement of course.)
Author in embed
Maybe have options like
author_name
,author_url
andauthor_avatar
to add the author-object within the webhook itself.author_url
andauthor_avatar
could be optional whenauthor_name
is used since they can be set to null.Title
Similar to the Author, but with the title option instead.
Names could be
title
andtitle_url
, which would be the title (text) and URL to link in the title respectively. Url would be an optional thing.Thumbnail and Image
A
thumbnail
andimage
option would be good to add images to the embed itself.Fields.
This would probably be the most difficult ones and I honestly can't quite see a scenario where this could be used, but I want to suggest it anyway. xD
Auto-cut text
I don't know if this action auto-cuts text if it is too long for a webhook. If it is, ignore this, if not, maybe consider adding it, to prevent errors.
The text was updated successfully, but these errors were encountered: