Twilio Twilio Notify V1
Connector for the twilio-twilio-notify-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://notify.twilio.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
listcredential— GET /v1/Credentialsfetchcredential— GET /v1/Credentials/{Sid}listservice— GET /v1/Serviceslistbinding— GET /v1/Services/{ServiceSid}/Bindingsfetchbinding— GET /v1/Services/{ServiceSid}/Bindings/{Sid}fetchservice— GET /v1/Services/{Sid}
Inputs
apiKey— your twilio-twilio-notify-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: listcredential
apiKey: <your key>