Provided free and as is, without warranty of any kind — including merchantability, fitness for a particular purpose, and the accuracy or completeness of any result. See the licence. You are responsible for checking what this produces before relying on it.
communicationtwilio
Twilio Twilio Accounts V1
Twilio Accounts is an API for creating, configuring, and managing Twilio accounts and subaccounts.
Base URL: https://accounts.twilio.com
Auth: basic (pass your key via the apiKey input)
Operations
listcredentialaws — GET /v1/Credentials/AWS — Retrieves a collection of AWS Credentials belonging to the account used to make
fetchcredentialaws — GET /v1/Credentials/AWS/{Sid} — Fetch the AWS credentials specified by the provided Credential Sid
listcredentialpublickey — GET /v1/Credentials/PublicKeys — Retrieves a collection of Public Key Credentials belonging to the account used t
fetchcredentialpublickey — GET /v1/Credentials/PublicKeys/{Sid} — Fetch the public key specified by the provided Credential Sid
updateauthtokenpromotion — POST /v1/AuthTokens/Promote — Promote the secondary Auth Token to primary. After promoting the new token, all
createsecondaryauthtoken — POST /v1/AuthTokens/Secondary — Create a new secondary Auth Token
Inputs
apiKey — your twilio-twilio-accounts-v1 API key
operation — one of the operations above
path parameters when an operation's path contains {...}
query — optional JSON object of query params
body — JSON object for create/update ops
Example
operation: listcredentialaws
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
error
operation
result
status
Input Properties
Every property this tool accepts, from its own tool.iml.
Property
Type
Required
Default
Description
apiKey
string
yes
—
DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change.
operation
string
yes
—
One of: listcredentialaws, fetchcredentialaws, listcredentialpublickey, fetchcredentialpublickey, updateauthtokenpromotion, createsecondaryauthtoken
Sid
string
no
—
Path parameter Sid (required by some operations).
query
string
no
—
Optional query params as a JSON object string, e.g. {"limit": 10}.
body
string
no
—
Request body as a JSON object string (for create/update operations).