Twilio Twilio Bulkexports V1
Connector for the twilio-twilio-bulkexports-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://bulkexports.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchjob— GET /v1/Exports/Jobs/{JobSid}fetchexport— GET /v1/Exports/{ResourceType} — Fetch a specific Export.fetchexportconfiguration— GET /v1/Exports/{ResourceType}/Configuration — Fetch a specific Export Configuration.listday— GET /v1/Exports/{ResourceType}/Days — Retrieve a list of all Days for a resource.fetchday— GET /v1/Exports/{ResourceType}/Days/{Day} — Fetch a specific Day.listexportcustomjob— GET /v1/Exports/{ResourceType}/Jobs
Inputs
apiKey— your twilio-twilio-bulkexports-v1 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: fetchjob
apiKey: <your key>