action reverb_post_my_conversations_conversation_id_messages { label: "Send a message" description: "Send a message" provider: reverb method: POST path: "/my/conversations/{conversation_id}/messages" encoding: json input: { type: "object" properties: { conversation_id: { type: "string" } } required: ["conversation_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }