action sakari_tools_share_file { label: "Share file - use to host a file and generate a short link to be used directly in a message or as a link to media for a MMS" provider: sakari method: POST path: "/v1/tools/sharefile" encoding: json output: { type: "object" properties: { data: { type: "object" properties: { expires: { type: "string" format: "date-time" } link: { type: "string" } } } success: { type: "boolean" } } } }