Sms77
Connector for the sms77 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://gateway.sms77.io/api - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
analytics— GET /analyticsbalance— GET /balancecontactsget— GET /contactshooksget— GET /hookspricing— GET /pricingstatus— GET /status
Inputs
apiKey— your sms77 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: analytics
apiKey: <your key>