Mailscript
Connector for the mailscript API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.mailscript.com/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getallactions— GET /actions — Get all actions for the usergetalladdresses— GET /addresses — Get all addresses you have access togetallkeys— GET /addresses/{address}/keys — List address keysgetkey— GET /addresses/{address}/keys/{key} — Get address keygetdaemontoken— GET /daemons/{daemon}/token — Get a token for opening a daemon connectiongetalldomains— GET /domains — Get all domains you have access to
Inputs
apiKey— your mailscript 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: getallactions
apiKey: <your key>