Thesmsworks
Connector for the thesmsworks API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.thesmsworks.co.uk/v1 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
get_batch_batchid— GET /batch/{batchid} — Retrieve all messages in a batch with the given batch IDget_credits_balance— GET /credits/balance — Returns the number of credits currently available on the accountget_messages_schedule— GET /messages/schedule — Returns a list of messages scheduled from your account, comprising any messagesget_messages_messageid— GET /messages/{messageid} — Retrieve a logged message by the message IDget_utils_errors_errorcode— GET /utils/errors/{errorcode} — Returns a sample error object for the given error code. Useful for designing codget_utils_test— GET /utils/test — Returns the customer ID to the caller
Inputs
apiKey— your thesmsworks API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_batch_batchid
apiKey: <your key>