action bulksms_post_blocked_numbers { label: "Create a blocked number" description: "Blocked numbers are phone numbers to which your account is not permitted to send messages.\nThe numbers can be created via this API, by a recipient replying with a STOP message to one\nof your previous SENT messages, or by a BulkSMS administrator.\n\nSending a message to a blocked number will result in the message being assigned a status of\n`FAILED.BLOCKED`. Messages sent to blocked numbers are billed to your account.\n" provider: bulksms method: POST path: "/blocked-numbers" encoding: json input: { type: "array" items: { type: "string" description: "A phone number in E.164 format" } } output: { type: "object" additionalProperties: true } }