Zuora
Connector for the zuora API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://rest.zuora.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_chargemetrics— GET /charge-metrics/data/charge-metrics — List charge metrics by time rangeget_chargemetricsdiscountallocationdetails— GET /charge-metrics/data/charge-metrics-discount-allocation-detail — List discount allocation details by time rangeget_eventtriggers— GET /events/event-triggers — List event triggersget_eventtrigger— GET /events/event-triggers/{id} — Retrieve an event triggerget_query_email_templates— GET /notifications/email-templates — List email templatesget_get_email_template— GET /notifications/email-templates/{id} — Retrieve an email template
Inputs
apiKey— your zuora 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_chargemetrics
apiKey: <your key>