Generic in-app notifications in the same workflow
Hi, I want to create a workflow which sends a notification whose text and avatar will be dynamic, decided by data passed in payload, i.e
{
"text": "<desired text>",
"avatar": "<image URL>"
}
Is this or something similar possible to achieve?
{
"text": "<desired text>",
"avatar": "<image URL>"
}
Is this or something similar possible to achieve?