Twilio Twilio Events V1
Connector for the twilio-twilio-events-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://events.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
fetchschema— GET /v1/Schemas/{Id} — Fetch a specific schema with its nested versions.listschemaversion— GET /v1/Schemas/{Id}/Versions — Retrieve a paginated list of versions of the schema.fetchschemaversion— GET /v1/Schemas/{Id}/Versions/{SchemaVersion} — Fetch a specific schema and version.listsink— GET /v1/Sinks — Retrieve a paginated list of Sinks belonging to the account used to make the reqfetchsink— GET /v1/Sinks/{Sid} — Fetch a specific Sink.listsubscription— GET /v1/Subscriptions — Retrieve a paginated list of Subscriptions belonging to the account used to make
Inputs
apiKey— your twilio-twilio-events-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: fetchschema
apiKey: <your key>