Slack help

POST {{slackHook}}

To help user on to slack to write good commands.

Request Body

{"text"=>"Write requests like this", "attachments"=>[{"fields"=>[{"title"=>"Create a Todo", "value"=>"/eisen create [your task] [type]", "short"=>true}], "color"=>"#2202f4"}, {"fields"=>[{"title"=>"Type"}], "color"=>"#2202f4"}, {"text"=>"UI=Urgent-Important", "color"=>"#99cc00"}, {"text"=>"UNI=Urgent-Not-Important", "color"=>"#36a4dd"}, {"text"=>"NUI=Not-Urgent-Important", "color"=>"#ff9f00"}, {"text"=>"NUNI=Not Urgent-Not Important", "color"=>"#ff4d4e"}, {"fields"=>[{"title"=>"Fetch List of tasks ", "value"=>"/eisen list", "short"=>true}], "color"=>"#2202f4"}, {"fields"=>[{"title"=>"Delete a task ", "value"=>"click on the Delete button after fetching list", "short"=>true}], "color"=>"#2202f4"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring