action thesmsworks_get_messages_schedule { label: "get_messages_schedule" description: "Returns a list of messages scheduled from your account, comprising any messages scheduled in the last 3 months and any scheduled to send in the future" provider: thesmsworks method: GET path: "/messages/schedule" encoding: json output: { type: "object" additionalProperties: true } }