Clicksend
Connector for the clicksend API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://rest.clicksend.com/v3 - Auth:
basic(pass your key via theapiKeyinput)
Operations
get_account— GET /account — Get accountaccount_usage— GET /account/usage/{year}/{month}/{type} — Account Usageget_automations_email_receipt— GET /automations/email/receipt — List Rulesget_automations_email_receipt_rule_id— GET /automations/email/receipt/{rule_id} — Get a Specific Ruleget_automations_fax_inbound— GET /automations/fax/inbound — List rulesget_automations_fax_inbound_inbound_rule_id— GET /automations/fax/inbound/{inbound_rule_id} — Get a specific rule
Inputs
apiKey— your clicksend 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_account
apiKey: <your key>