Hi All,
I am new to Mattermost. I have configured MatterMost open source (docker compose) and able to login and chat. I am also able to send messages to Channel using curl. Now I want to send attach pdf file to message from local folder in message (currently testing using curl, will be using python after POC). I checked docs and was able to send image using image_url and also add link to header. But I want to attach local generated file to message.
Was unable to find any sample parameter for file attachment / example, which helps me achieve this.
It would be really helpful if anyone can guide me on how i can do this.
Thanks