D7Networks
Connector for the d7networks API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://rest-api.d7networks.com/secure - Auth:
basic(pass your key via theapiKeyinput)
Operations
balanceget— GET /balance — Balancesendpost— POST /send — SendSMSsendbatchpost— POST /sendbatch — Bulk SMS
Inputs
apiKey— your d7networks 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: balanceget
apiKey: <your key>