Hello team!
I have a bisare situation where I am not able to finalize mi CPI trial, After creatin my slack application with a post method I should be able to create my own channel via the post method and then send a message to that channel.
In swagger I am able to create the channel but not able to post into it, which is more than bizare, since the post worked in the first place, I'm using the correct channel id an api key.
I'm receiving a 400 error. I following the validation schema and creating only a simple message.
Body of the request
{
"text": "test123"
}
Any help is highly appreciated.
Kind Regards,
Peter