Send a messageAsk AIpost https://api.getknit.dev/v1.0/comm.msg.sendUse this API for sending for both plain text and interactive messages.Query ParamsmessageTypestringenuminteractivenonInteractiveAllowed:interactivenonInteractiveBody ParamschannelIdstringrequiredDefaults to channelIdemail or public/private channel or DM IdchannelTypestringenumrequiredDefaults to DM / channelDM / channelpublicprivatedmAllowed:DM / channelpublicprivatedmmessagestringThe message that needs to be deliveredinteractiveMessagejsonDefaults to {"sections":[{"sectionType":"textBlock","text":"This is sample text"},{"sectionType":"keyValueSet","values":[{"key":"Key1","value":"value1"},{"key":"key2","value":"Value2"}]}],"interactiveComponents":[{"id":"approveBtn","label":"Approve","value":"value1","style":"primary","interactiveComponentType":"button"},{"label":"Deny","id":"denyBtn","value":"value2","style":"danger","interactiveComponentType":"button"},{"label":"Neutral","id":"neutralBtn","value":"value3","interactiveComponentType":"button"}],"destination":"https://38f0-110-235-237-164.in.ngrok.io/slack"}For message schema visit - https://developers.getknit.dev/reference/communication-apisResponses 200200 400400Updated 17 days ago