Hi,
We can create a new topic using the following URL:
/new-message?groupname=staff&title=title&body=body
It works perfectly fine. However, we are using this for technical support and also would like to insert user’s server information as an attached text file. I was looking into something like:
/new-message?groupname=staff&title=title&body=body&attachment=data:text;base64,dGV4dA==
I would expect it to imitate the same behaviour if a user manually attached a file to the new topic.
Is this doable adding attachment using some URL? If not, could you consider implementing it?