action winsms_sms_send { label: "Send SMS messages" description: "Submit 1 or more SMS messages to be sent by WinSMS. Maximum 1000 recipients per request.\n\nThe SMS message text can be a maximum of 918 characters long. If you are submitting a message longer than 160 characters, you should change the value of ***maxSegments***.\n" provider: winsms method: POST path: "/sms/outgoing/send" encoding: json output: { type: "object" additionalProperties: true } }