action winsms_sms_status { label: "Get SMS delivery statuses" description: "Get a list of previously submitted SMS message delivery statuses.\n\nPost an array of API Message Ids received from the ***/sms/outgoing/send*** endpoint.\n" provider: winsms method: POST path: "/sms/outgoing/status" encoding: json output: { type: "object" additionalProperties: true } }