All integrations

Twilio

TWILIO · MESSAGING

Messaging, voice, and verification on their own Twilio account.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

twilio_add_messaging_service_alpha_senderWRITE

Add messaging service alpha sender — Registers an alphanumeric sender ID — a brand name shown instead of a number — on a Messaging Service. One-way, and rejected outright in some countries.

twilio_write
twilio_add_messaging_service_channel_senderWRITE

Add messaging service channel sender — Adds a non-SMS sender — WhatsApp, RCS — to a Messaging Service. This is what makes a whatsapp: recipient reachable through the service at all.

twilio_write
twilio_add_messaging_service_destination_alpha_senderWRITE

Add messaging service destination alpha sender — Registers a per-destination-country alphanumeric sender on a Messaging Service.

twilio_write
twilio_add_messaging_service_numberWRITE

Add messaging service number — Adds one of the account's numbers to a Messaging Service's sender pool. Twilio then picks from that pool for sends routed through the service.

twilio_write
twilio_add_messaging_service_short_codeWRITE

Add messaging service short code — Adds a short code the account already owns to a Messaging Service's pool.

twilio_write
twilio_add_sip_ip_addressWRITE

DESTRUCTIVE — Add SIP IP address — AUTHORISES AN IP RANGE TO ORIGINATE CALLS BILLED TO THIS ACCOUNT. No E-number on the closed list covers it — it mints no credential, takes no URL, runs no code, has no unbounded spend of its own and creates no rule that acts on its own — so it ships, with a confirmation token that says what it is. Widening a CIDR prefix widens who may place calls at the customer's expense; check twilio_list_sip_ip_addresses first. Requires confirm="authorise-this-ip-to-place-billed-calls": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_annotate_callWRITE

DESTRUCTIVE — Annotate call — Records a quality verdict against one call — answered-by, connectivity and quality issues, a note. Free. It REPLACES any existing annotation on that call. Requires confirm="overwrite-this-call-annotation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_anonymize_video_participantWRITE

DESTRUCTIVE — Anonymize video participant — Permanently replaces a participant's identity with an anonymous value in Twilio's records. Irreversible, and privacy-positive: it exists to satisfy a data-subject request. Requires confirm="anonymize-this-participant": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_assign_numbers_bundle_itemWRITE

Assign numbers bundle item — Attaches an end user or supporting document to a draft bundle.

twilio_write
twilio_cancel_messageWRITE

Cancel a message that is scheduled and has not yet been sent. This is the UNDO for twilio_schedule_message and the only way to recall a Twilio message at all. It can only PREVENT a send: it never sends, never spends money and never exposes anything outward, so it is not marked destructive. Only a message still in `scheduled` status can be cancelled; anything already sent returns an error. Status is pinned to `canceled` server-side and no message body may be supplied — the same endpoint with an empty body is Twilio's REDACT, which leaves a record that looks intact and is not.

twilio_write
twilio_check_hosted_number_eligibilityWRITE

Check hosted-number eligibility — Asks whether one number is eligible to be hosted on this account. Advisory and free; it starts no order.

twilio_write
twilio_check_hosted_number_eligibility_bulkWRITE

Check hosted-number eligibility bulk — The same check for many numbers in one call, bounded by the list the caller sends. Advisory and free.

twilio_write
twilio_clone_numbers_bundleWRITE

Clone numbers bundle — Clones a bundle into a different account or target. Same purpose as a copy; Twilio exposes both.

twilio_write
twilio_complete_video_roomWRITE

DESTRUCTIVE — Complete video room — Ends a room, disconnecting every participant. The inverse of twilio_create_video_room and the way to stop the meter before max_participant_duration expires. Status is pinned to `completed`; there is no other value. Requires confirm="end-this-room-for-everyone": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_copy_numbers_bundleWRITE

Copy numbers bundle — Copies an existing bundle, so a second number in the same country can reuse assembled evidence without re-entering it.

twilio_write
twilio_create_addressWRITE

Create address — Registers a regulatory address. Many countries will not sell or keep a number without a validated local address.

twilio_write
twilio_create_content_templateWRITE

Create a rich content template — the approved message body a business-initiated WhatsApp or RCS message must use. This is what makes twilio_send_message(content_sid=…) reachable: outside the 24-hour customer-service window Meta requires an approved template. FREE, messages nobody, creates a DRAFT, and twilio_delete_content_template reverses it. It does NOT submit the template to Meta for approval — that enters a third-party review of a business's messaging and is deliberately not exposed. Keep the returned HX… SID.

twilio_write
twilio_create_conversationWRITE

Create conversation — Creates an empty conversation. It reaches nobody until a participant is added, which is a separate operation Agentic Fabriq does not expose.

twilio_write
twilio_create_conversations_address_configurationWRITE

Create conversations address configuration — Binds one of the account's OWN inbound addresses to a conversation service, so messages to it start or join a conversation.

twilio_write
twilio_create_conversations_roleWRITE

Create conversations role — Creates a Conversations role — the permission set a user or participant is given inside a conversation.

twilio_write
twilio_create_conversations_serviceWRITE

Create conversations service — Creates a Conversation Service — an isolated namespace with its own users, roles and conversations.

twilio_write
twilio_create_conversations_service_conversationWRITE

Create conversations service conversation — The service-scoped form of the same operation.

twilio_write
twilio_create_conversations_service_roleWRITE

Create conversations service role — The service-scoped form of the same operation.

twilio_write
twilio_create_conversations_service_userWRITE

Create conversations service user — The service-scoped form of the same operation.

twilio_write
twilio_create_conversations_userWRITE

Create conversations user — Creates a Conversations user identity. A user that joins a conversation becomes a billable monthly active user, at $0.05 after the first 200 each month; creating the record alone does not.

twilio_write
twilio_create_conversations_v2_configurationWRITE

Create conversations v2 configuration — Creates a v2 Conversations control-plane configuration.

twilio_write
twilio_create_conversations_v2_conversationWRITE

Create conversations v2 conversation — Creates a v2 conversation under a named configuration. It reaches nobody until a participant is added, which is a separate operation Agentic Fabriq does not expose.

twilio_write
twilio_create_insights_account_reportWRITE

Create insights account report — Generates a Voice Insights summary report for the account over a window. Requires Voice Insights Advanced Features, an account-level toggle that adds $0.0025 to every voice minute — this reads what that toggle already paid for and does not enable it.

twilio_write
twilio_create_insights_inbound_number_reportWRITE

Create insights inbound number report — The same report scoped to inbound numbers. Same Advanced Features requirement.

twilio_write
twilio_create_insights_outbound_number_reportWRITE

Create insights outbound number report — The same report scoped to outbound numbers. Same Advanced Features requirement.

twilio_write
twilio_create_intelligence_operatorWRITE

Create intelligence operator — Creates a custom operator — an extraction rule. Inert until attached to a service, and ATTACHING is deliberately not exposed: an attached operator runs on every future transcript and bills per 1,000 characters with no ceiling argument.

twilio_write
twilio_create_intelligence_serviceWRITE

Create intelligence service — Creates a Conversational Intelligence service.

twilio_write
twilio_create_intelligence_v3_configurationWRITE

Create intelligence v3 configuration — Creates a v3 Intelligence configuration.

twilio_write
twilio_create_intelligence_v3_operatorWRITE

Create intelligence v3 operator — Creates a v3 operator.

twilio_write
twilio_create_knowledge_sourceWRITE

Create knowledge source — Creates a knowledge source from TEXT the caller supplies. Web-crawl sources are refused: their configuration is a URL Twilio then fetches on the customer's behalf, which is a caller-chosen destination.

twilio_write
twilio_create_knowledge_v2_baseWRITE

Create knowledge v2 base — Creates a v2 knowledge base — the container for knowledge sources.

twilio_write
twilio_create_knowledge_v2_sourceWRITE

Create knowledge v2 source — Creates a v2 knowledge source from TEXT or an uploaded FILE. The `Web` source type is refused: it carries a `url` Twilio crawls, which is a caller-chosen destination.

twilio_write
twilio_create_lookup_overrideWRITE

Create lookup override — Overrides what Lookup reports for one number on one field — used when the carrier's own data is wrong for a number the customer owns.

twilio_write
twilio_create_memory_conversation_summaryWRITE

Create memory conversation summary — Attaches a conversation summary to a profile.

twilio_write
twilio_create_memory_data_mappingWRITE

Create memory data mapping — Maps an incoming data field onto a profile trait.

twilio_write
twilio_create_memory_observationWRITE

Create memory observation — Records one observation about a person.

twilio_write
twilio_create_memory_profileWRITE

Create memory profile — Creates one profile — a record about one of the customer's end users.

twilio_write
twilio_create_memory_profile_identifierWRITE

Create memory profile identifier — Adds an identifier — a phone number, an email — to a profile. This is how a person is recognised on their next contact.

twilio_write
twilio_create_memory_storeWRITE

Create memory store — Creates a Memory store — the namespace holding profiles, traits and observations about the customer's own end users.

twilio_write
twilio_create_memory_trait_groupWRITE

Create memory trait group — Creates a named group of profile traits.

twilio_write
twilio_create_messaging_serviceWRITE

Create messaging service — Creates a Messaging Service. The webhook parameters — inbound request URL, status callback and fallback URL — are NOT accepted here: they repoint live traffic at a caller-chosen destination. Everything else about the service is settable.

twilio_write
twilio_create_messaging_v2_channel_senderWRITE

Create messaging v2 channel sender — Registers a WhatsApp or RCS sender through the v2 unified channel API.

twilio_write
twilio_create_numbers_bundleWRITE

Create numbers bundle — Creates a DRAFT regulatory bundle. A bundle is the folder a country's telecom regulator requires before the account may keep a number there. Creating one files nothing: it starts in `draft` and only a status change submits it, which is deliberately not exposed.

twilio_write
twilio_create_numbers_end_userWRITE

Create numbers end user — Creates an end-user record — the person or business a regulator requires an address and identity for. Personal data; it is filed only when a bundle containing it is submitted, which is not exposed.

twilio_write
twilio_create_numbers_supporting_documentWRITE

Create numbers supporting document — Creates a supporting-document record — the metadata for an identity or address document a regulator requires. The document's own contents are uploaded separately in the Console.

twilio_write
twilio_create_queueWRITE

Create queue — Creates a call queue with a maximum size.

twilio_write
twilio_create_sip_credential_listWRITE

Create SIP credential list — Creates an empty SIP credential list — the container a domain's authentication rules point at.

twilio_write
twilio_create_sip_ip_access_control_listWRITE

Create SIP IP access control list — Creates an empty IP access control list.

twilio_write
twilio_create_sync_documentWRITE

Create sync document — Creates a Sync Document — one JSON object other clients can subscribe to.

twilio_write
twilio_create_sync_listWRITE

Create sync list — Creates a Sync List — an ordered collection other clients can subscribe to.

twilio_write
twilio_create_sync_list_itemWRITE

Create sync list item — Appends one item to a Sync List.

twilio_write
twilio_create_sync_mapWRITE

Create sync map — Creates a Sync Map — a key/value collection other clients can subscribe to.

twilio_write
twilio_create_sync_map_itemWRITE

Create sync map item — Creates one key/value item in a Sync Map.

twilio_write
twilio_create_sync_serviceWRITE

Create sync service — Creates a Sync Service — a namespace for documents, lists, maps and streams. Free.

twilio_write
twilio_create_sync_streamWRITE

Create sync stream — Creates a Sync Stream — a pub/sub channel with no stored history.

twilio_write
twilio_create_taskrouter_activityWRITE

Create taskrouter activity — Creates a worker activity — an availability state such as Idle or On Break.

twilio_write
twilio_create_taskrouter_taskWRITE

DESTRUCTIVE — Create taskrouter task — COSTS MONEY — $0.06 per task after the first 100 each month. ONE call creates ONE task at a fixed, knowable price, which is what makes it bounded: unlike triggering a Studio flow, nothing downstream of this call bills without another action. A required timeout caps how long it can sit unassigned. Requires confirm="create-one-billed-task": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_create_taskrouter_task_channelWRITE

Create taskrouter task channel — Creates a task channel — the per-channel capacity dimension (voice, chat, sms).

twilio_write
twilio_create_taskrouter_task_queueWRITE

Create taskrouter task queue — Creates a task queue with a target-worker expression.

twilio_write
twilio_create_taskrouter_workerWRITE

Create taskrouter worker — Creates a worker with a JSON attributes document used for routing.

twilio_write
twilio_create_taskrouter_workspaceWRITE

Create taskrouter workspace — Creates a TaskRouter workspace — the container for queues, workers and workflows.

twilio_write
twilio_create_verify_entityWRITE

Create verify entity — Creates an entity — the identity a factor is later enrolled against.

twilio_write
twilio_create_verify_messaging_configurationWRITE

Create verify messaging configuration — Maps one country to the Messaging Service that carries its verification SMS.

twilio_write
twilio_create_verify_rate_limitWRITE

Create verify rate limit — Creates a named rate limit — a throttle on how many verifications a key (an IP, a number) may trigger.

twilio_write
twilio_create_verify_rate_limit_bucketWRITE

Create verify rate limit bucket — Adds a bucket to a rate limit: an explicit maximum number of verifications per interval. This is how a ceiling is SET.

twilio_write
twilio_create_verify_serviceWRITE

Create verify service — Creates a Verify service. Creating one sends nothing — pushing a code to a phone number is a separate operation Agentic Fabriq does not expose.

twilio_write
twilio_create_video_compositionWRITE

DESTRUCTIVE — Create video composition — COSTS MONEY — $0.01 per composed minute. Bounded by the recording it composes, which already exists and has a fixed length; this creates no new media time. Requires confirm="compose-this-recording": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_create_video_roomWRITE

DESTRUCTIVE — Create video room — COSTS MONEY — $0.004 per participant-minute. BOUNDED BY REQUIRED ARGUMENTS: max_participants, max_participant_duration, empty_room_timeout and unused_room_timeout are all mandatory here though Twilio makes them optional, so the ceiling is max_participants x max_participant_duration and it is stated in the call. twilio_complete_video_room ends the room early. Recording and transcription are NOT enabled by this action. Requires confirm="create-a-billed-video-room": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_delete_addressWRITE

DESTRUCTIVE — Delete address — Fails while a number depends on it — check twilio_list_dependent_phone_numbers first. Requires confirm="delete-this-address": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_bulkexport_jobWRITE

DESTRUCTIVE — Delete bulkexport job — Cancels or removes a bulk-export job. CREATING one writes the whole account's history to a caller-chosen destination and is not exposed; cancelling one only ever removes work in flight. Requires confirm="cancel-this-export-job": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_content_templateWRITE

DESTRUCTIVE — permanently delete one content template. Twilio publishes no restore, and deleting an APPROVED template discards the approval with it, so recreating the same body starts Meta's review from the beginning. Any Messaging Service or scheduled send still referencing the SID starts failing. Requires confirm=true. Check the template with twilio_get_content_template first — the SID is the only thing distinguishing two templates with similar names.

twilio_delete
twilio_delete_conversationWRITE

DESTRUCTIVE — Delete conversation — Deletes the thread AND every message in it, for every participant. Twilio publishes no restore. Requires confirm="delete-conversation-and-all-messages-delete-conversation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversation_messageWRITE

DESTRUCTIVE — Delete conversation message — Permanent, and it does not recall a message already delivered to a handset. Requires confirm="delete-this-message-conversation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_address_configurationWRITE

DESTRUCTIVE — Delete conversations address configuration — Inbound messages to the address stop starting conversations. Requires confirm="stop-routing-this-address": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_roleWRITE

DESTRUCTIVE — Delete conversations role — Users holding it fall back to the service default, which may be wider or narrower. Requires confirm="delete-this-role-conversations": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_serviceWRITE

DESTRUCTIVE — Delete conversations service — Deletes the service AND every conversation, message, user and role inside it. Requires confirm="delete-service-and-everything-in-it": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_service_bindingWRITE

DESTRUCTIVE — Delete conversations service binding — Removes one device's push binding; that device stops receiving push notifications. Requires confirm="delete-this-push-binding": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_service_conversationWRITE

DESTRUCTIVE — Delete conversations service conversation — The service-scoped form of the same operation. Requires confirm="delete-conversation-and-all-messages-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_service_messageWRITE

DESTRUCTIVE — Delete conversations service message — The service-scoped form of the same operation. Requires confirm="delete-this-message-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_service_roleWRITE

DESTRUCTIVE — Delete conversations service role — The service-scoped form of the same operation. Requires confirm="delete-this-role-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_service_userWRITE

DESTRUCTIVE — Delete conversations service user — The service-scoped form of the same operation. Requires confirm="delete-this-user-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_service_user_conversationWRITE

DESTRUCTIVE — Delete conversations service user conversation — The service-scoped form of the same operation. Requires confirm="remove-user-from-conversation-delete-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_userWRITE

DESTRUCTIVE — Delete conversations user — Removes the identity from every conversation it is in. Requires confirm="delete-this-user-conversations": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_user_conversationWRITE

DESTRUCTIVE — Delete conversations user conversation — The service-scoped form of the same operation. Requires confirm="remove-user-from-conversation-delete-conversations": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_v2_configurationWRITE

DESTRUCTIVE — Delete conversations v2 configuration — Conversations referencing it lose their settings. Requires confirm="delete-this-v2-configuration": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_conversations_v2_conversationWRITE

DESTRUCTIVE — Delete conversations v2 conversation — Deletes the thread and its whole message history for every participant. Asynchronous on Twilio's side — the call returns before the deletion finishes, and there is no cancel. Requires confirm="delete-v2-conversation-and-all-messages": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_intelligence_operatorWRITE

DESTRUCTIVE — Delete intelligence operator — Permanent. Requires confirm="delete-this-extraction-operator": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_intelligence_serviceWRITE

DESTRUCTIVE — Delete intelligence service — Deletes the service AND the transcripts under it — transcripts of real conversations, already paid for per minute. Requires confirm="delete-service-and-its-transcripts": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_intelligence_transcriptWRITE

DESTRUCTIVE — Delete intelligence transcript — Permanently deletes a transcript of a real conversation, and the money already spent transcribing it is not refunded. Requires confirm="delete-this-conversation-transcript": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_intelligence_v3_configurationWRITE

DESTRUCTIVE — Delete intelligence v3 configuration — Rules under it stop running. Requires confirm="delete-this-intelligence-configuration": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_intelligence_v3_operatorWRITE

DESTRUCTIVE — Delete intelligence v3 operator — Permanent. Requires confirm="delete-this-v3-operator": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_intelligence_v3_operator_resultWRITE

DESTRUCTIVE — Delete intelligence v3 operator result — Deletes one extraction result. The transcript it came from is untouched. Requires confirm="delete-this-operator-result": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_knowledge_sourceWRITE

DESTRUCTIVE — Delete knowledge source — Deletes the source and its embeddings. Anything answering from it stops. Requires confirm="delete-this-knowledge-source": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_knowledge_v2_baseWRITE

DESTRUCTIVE — Delete knowledge v2 base — Deletes the base AND every knowledge source inside it. Requires confirm="delete-base-and-all-its-sources": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_knowledge_v2_sourceWRITE

DESTRUCTIVE — Delete knowledge v2 source — Permanent. Requires confirm="delete-this-knowledge-v2-source": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_lookup_overrideWRITE

DESTRUCTIVE — Delete lookup override — Lookup goes back to reporting the carrier's own data for that number. Requires confirm="delete-this-lookup-override": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_memory_conversation_summaryWRITE

DESTRUCTIVE — Delete memory conversation summary — Permanent. Requires confirm="delete-this-conversation-summary": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_memory_data_mappingWRITE

DESTRUCTIVE — Delete memory data mapping — Incoming data for that field stops being recorded. Requires confirm="delete-this-data-mapping": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_memory_observationWRITE

DESTRUCTIVE — Delete memory observation — Permanent. Requires confirm="delete-this-observation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_memory_profileWRITE

DESTRUCTIVE — Delete memory profile — Deletes one person's profile and everything attached to it. Permanent, and the right operation for a data-subject erasure request. Requires confirm="delete-this-persons-profile": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_memory_profile_identifierWRITE

DESTRUCTIVE — Delete memory profile identifier — The person stops being recognised by it and their next contact may create a second profile. Requires confirm="delete-this-identifier": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_memory_storeWRITE

DESTRUCTIVE — Delete memory store — Deletes the store AND every profile, identifier, trait and observation inside it. Twilio publishes no restore, and the contents are personal data about the customer's end users. Requires confirm="delete-store-and-every-profile-in-it": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_memory_trait_groupWRITE

DESTRUCTIVE — Delete memory trait group — Removes the group and its traits from every profile that has it. Requires confirm="delete-this-trait-group": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_messageWRITE

DESTRUCTIVE — permanently delete one message record and any media attached to it. Twilio publishes no restore endpoint and states that deleted content is non-recoverable, so neither you nor an operator can undo this call. It does NOT recall a delivered message; the handset keeps it. A message that has not reached a terminal status cannot be deleted at all — Twilio answers error 20009, and the fix is to wait a few minutes. Confirm the SID with twilio_get_message first.

twilio_delete
twilio_delete_messaging_serviceWRITE

DESTRUCTIVE — Delete messaging service — Deletes the service and its sender pool. Any send that names its SID starts failing, and the A2P campaign registered against it is orphaned. Requires confirm="delete-this-messaging-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_messaging_v2_channel_senderWRITE

DESTRUCTIVE — Delete messaging v2 channel sender — WhatsApp or RCS sends from that sender stop working, and re-registering goes through the channel provider's approval again. Requires confirm="delete-this-v2-channel-sender": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_numbers_bundleWRITE

DESTRUCTIVE — Delete numbers bundle — Deletes the bundle and its item assignments. If it was approved and a number depends on it, that number can become non-compliant and be reclaimed by the regulator. Requires confirm="delete-this-regulatory-bundle": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_numbers_caller_idWRITE

DESTRUCTIVE — Delete numbers caller id — On a trial account this can remove the only number the account is allowed to message. Re-verifying is not exposed. Requires confirm="delete-this-verified-caller-id": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_numbers_end_userWRITE

DESTRUCTIVE — Delete numbers end user — Permanent, and any bundle referencing it loses that evidence. Requires confirm="delete-this-end-user-record": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_numbers_supporting_documentWRITE

DESTRUCTIVE — Delete numbers supporting document — Permanent, and any bundle referencing it loses that evidence. Requires confirm="delete-this-supporting-document": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_queueWRITE

DESTRUCTIVE — Delete queue — Fails while calls are in the queue. Requires confirm="delete-this-queue-delete-queue": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_recordingWRITE

DESTRUCTIVE — permanently delete one recording and its transcriptions. Twilio publishes no restore endpoint, so neither you nor an operator can undo this. It removes a recording of a real conversation between real people; confirm the SID with twilio_get_recording first. Exactly the shape of twilio_delete_message, and it uses the same twilio_delete scope.

twilio_delete
twilio_delete_sip_credentialWRITE

DESTRUCTIVE — Delete SIP credential — Removes one SIP username. That endpoint stops registering immediately. CREATING one is not exposed — the request carries a Password — so this cannot be undone through Agentic Fabriq; a human recreates it in the Console. Requires confirm="delete-this-sip-credential": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sip_credential_listWRITE

DESTRUCTIVE — Delete SIP credential list — Deletes the list AND every credential in it. Any SIP endpoint authenticating against those credentials stops registering, so inbound calls to the domain stop. Requires confirm="delete-this-credential-list": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sip_ip_access_control_listWRITE

DESTRUCTIVE — Delete SIP IP access control list — Deletes the list AND every IP range in it, so traffic from those addresses stops being accepted. Requires confirm="delete-this-ip-access-control-list": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_documentWRITE

DESTRUCTIVE — Delete sync document — Permanent; every subscribed client sees the document removed. Requires confirm="delete-this-document": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_document_permissionWRITE

DESTRUCTIVE — Delete sync document permission — Revokes one identity's access to a Sync document. A running client loses it immediately. Requires confirm="revoke-this-identity-access-sync-document-permission": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_listWRITE

DESTRUCTIVE — Delete sync list — Deletes the list AND every item in it. Requires confirm="delete-list-and-all-its-items": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_list_itemWRITE

DESTRUCTIVE — Delete sync list item — Permanent. Item indexes are not reused. Requires confirm="delete-this-list-item": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_list_permissionWRITE

DESTRUCTIVE — Delete sync list permission — Revokes one identity's access to a Sync list. A running client loses it immediately. Requires confirm="revoke-this-identity-access-sync-list-permission": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_mapWRITE

DESTRUCTIVE — Delete sync map — Deletes the map AND every item in it. Requires confirm="delete-map-and-all-its-items": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_map_itemWRITE

DESTRUCTIVE — Delete sync map item — Permanent. Requires confirm="delete-this-map-item": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_map_permissionWRITE

DESTRUCTIVE — Delete sync map permission — Revokes one identity's access to a Sync map. A running client loses it immediately. Requires confirm="revoke-this-identity-access-sync-map-permission": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_serviceWRITE

DESTRUCTIVE — Delete sync service — Deletes the Service AND every document, list, map and stream inside it. Twilio publishes no restore. Requires confirm="delete-service-and-all-its-data": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_sync_streamWRITE

DESTRUCTIVE — Delete sync stream — Permanent; subscribers are disconnected. Requires confirm="delete-this-stream": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_taskrouter_activityWRITE

DESTRUCTIVE — Delete taskrouter activity — Fails while any worker is in it. Requires confirm="delete-this-activity": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_taskrouter_taskWRITE

DESTRUCTIVE — Delete taskrouter task — Permanent; any reservation on it is cancelled. Requires confirm="delete-this-task": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_taskrouter_task_channelWRITE

DESTRUCTIVE — Delete taskrouter task channel — Permanent. Requires confirm="delete-this-task-channel": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_taskrouter_task_queueWRITE

DESTRUCTIVE — Delete taskrouter task queue — Tasks routed to it stop being assigned. Requires confirm="delete-this-queue-taskrouter-task": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_taskrouter_workerWRITE

DESTRUCTIVE — Delete taskrouter worker — Permanent; any reservation held by the worker is cancelled. Requires confirm="delete-this-worker": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_taskrouter_workflowWRITE

DESTRUCTIVE — Delete taskrouter workflow — Deletes a routing workflow. Tasks that referenced it stop being routed, and THERE IS NO RECREATE: authoring a workflow is a standing routing rule that acts on every future task with no Agentic Fabriq action row behind it, so it is deliberately not exposed. Delete this only if a human can rebuild it in the Console. Requires confirm="delete-this-routing-workflow": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_taskrouter_workspaceWRITE

DESTRUCTIVE — Delete taskrouter workspace — Deletes the workspace AND every queue, worker, workflow and task in it. Twilio publishes no restore, and inbound work stops routing. Requires confirm="delete-workspace-and-all-routing": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_verify_entityWRITE

DESTRUCTIVE — Delete verify entity — Removes the identity AND every authentication factor enrolled to it, so that person can no longer complete a push or TOTP challenge until they re-enrol. Requires confirm="delete-identity-and-its-factors": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_verify_factorWRITE

DESTRUCTIVE — Delete verify factor — Removes one enrolled authentication factor from a real person's account. They lose that second factor immediately and must re-enrol. Enrolling one is NOT exposed: the response carries the factor's binding secret. Requires confirm="remove-this-users-second-factor": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_verify_messaging_configurationWRITE

DESTRUCTIVE — Delete verify messaging configuration — Verifications for that country fall back to the service default. Requires confirm="stop-routing-this-country": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_verify_serviceWRITE

DESTRUCTIVE — Delete verify service — Deletes the service AND its entities, factors and rate limits. Requires confirm="delete-service-and-its-entities": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_video_compositionWRITE

DESTRUCTIVE — Delete video composition — Permanent. Requires confirm="delete-this-composition": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_video_composition_hookWRITE

DESTRUCTIVE — Delete video composition hook — Stops future rooms being composed automatically. CREATING a hook is deliberately not exposed: it is a standing rule that composes and bills every future room with no Agentic Fabriq action row behind it. Requires confirm="delete-this-composition-hook": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_video_recordingWRITE

DESTRUCTIVE — Delete video recording — Permanently deletes a recording of real people. Twilio publishes no restore. Requires confirm="delete-this-video-recording-delete-video-recording": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_delete_video_room_recordingWRITE

DESTRUCTIVE — Delete video room recording — The room-scoped form. Permanent. Requires confirm="delete-this-video-recording-room": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_detach_intelligence_operatorWRITE

DESTRUCTIVE — Detach intelligence operator — Detaches an operator from a service so it stops running on new transcripts — and stops billing for them. ATTACHING is not exposed, so this cannot be undone through Agentic Fabriq; a human re-attaches it in the Console. Requires confirm="stop-running-this-operator": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_disconnect_video_participantWRITE

DESTRUCTIVE — Disconnect video participant — Disconnects one participant from a live room. They are removed from a call with other real people. Requires confirm="disconnect-this-participant": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_evaluate_numbers_bundleWRITE

Evaluate numbers bundle — Runs the regulator's compliance rules against a draft bundle and returns pass or fail per requirement. This is the CHECK, not the submission — it tells the customer what is still missing before a human files it. Free.

twilio_write
twilio_execute_intelligence_v3_ruleWRITE

DESTRUCTIVE — Execute intelligence v3 rule — COSTS MONEY — Language Operators bill per 1,000 characters. BOUNDED BY CONSTRUCTION: one call runs one rule against ONE named conversation whose length is already fixed, so nothing downstream of this call bills without another action. That is the distinction from triggering a Studio flow, which stays out. Requires confirm="run-this-rule-against-one-conversation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_get_a2p_campaignREAD

Get one US A2P 10DLC campaign registration in full: its brand, use case, sample messages, opt-in flow, throughput limits and rejection reason if any. The detail half of twilio_get_a2p_compliance. Read-only — registering or amending a campaign is a paid, carrier-reviewed legal attestation and is deliberately not exposed.

twilio_read
twilio_get_a2p_complianceREAD

THE MOST IMPORTANT DIAGNOSTIC READ FOR US SMS. Returns the A2P 10DLC campaign registrations on a Messaging Service, with each campaign's status, use case, and any rejection reason. An unregistered or rejected campaign is the most common cause of a US message that Twilio ACCEPTED (status queued) and the carrier then dropped — Twilio error 30034. Without this an agent can see the error code and nothing that explains it. Free, read-only, and it files nothing.

twilio_read
twilio_get_accountREAD

Identify the Twilio account this connection is bound to: its SID, friendly name, status, and whether it is a Trial or a Full account. A Trial account can only message verified numbers, so check this before diagnosing a failed send. Twilio returns the account's live Auth Token in this response; Agentic Fabriq strips it before the result reaches you.

twilio_read
twilio_get_account_credential_awsREAD

Get credential AWS — An account-level setting on accounts.twilio.com. Fetch the AWS credentials specified by the provided Credential Sid. READ ONLY — the write half of this resource is a fraud or spend control and is deliberately not exposed.

twilio_read
twilio_get_account_credential_public_keyREAD

Get credential public key — An account-level setting on accounts.twilio.com. Fetch the public key specified by the provided Credential Sid. READ ONLY — the write half of this resource is a fraud or spend control and is deliberately not exposed.

twilio_read
twilio_get_account_safelistREAD

Get safelist — An account-level setting on accounts.twilio.com. Check if a phone number or phone number 1k prefix exists in SafeList. READ ONLY — the write half of this resource is a fraud or spend control and is deliberately not exposed.

twilio_read
twilio_get_addressREAD

Get address — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_get_alarmREAD

Get one alarm's condition, threshold, notification targets and current state. Read-only, for the same reason as twilio_list_alarms.

twilio_read
twilio_get_alertREAD

The full body of one alert — the request Twilio made, the response it got back, the failing webhook URL and the error code's documentation link. This is where the actual cause lives. Pairs with twilio_list_alerts exactly as twilio_get_message pairs with twilio_list_messages.

twilio_read
twilio_get_api_keyREAD

Get one API key's SID, friendly name and dates. NO SECRET IS RETURNED. Useful for confirming which key a 403 came from.

twilio_read
twilio_get_applicationREAD

Get one TwiML application's handler URLs, methods and status callbacks. Read-only: repointing a handler would silently redirect every call or message that uses it.

twilio_read
twilio_get_audit_eventREAD

Get one audit event in full, including the before and after values of every field that changed and the identity that changed them. The detail half of twilio_list_audit_events.

twilio_read
twilio_get_authorized_connect_appREAD

Get authorized connect app — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of an authorized-connect-app. Free and read-only.

twilio_read
twilio_get_available_phone_number_countryREAD

Get available phone number country — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_get_balanceREAD

Read the Twilio account's remaining balance and currency. Call this before sending anything expensive: an account below its auto-recharge threshold fails a send with a billing error rather than a messaging one, which is easy to misdiagnose as a bad phone number.

twilio_read
twilio_get_brand_registrationREAD

Get one A2P 10DLC brand registration, including its vetting score, identity status and the specific errors the Campaign Registry returned. This is where 'why was my brand rejected' is answered.

twilio_read
twilio_get_bulkexport_dayREAD

Get day — Bulk Export describes and schedules whole-account data extracts. Fetch a specific Day. READ ONLY. Creating an export job writes the whole account's history to a destination and is not exposed; this reads the state of jobs that already exist. Bulk Export is US1-region only, so this returns nothing for an IE1 or AU1 account.

twilio_read
twilio_get_bulkexport_exportREAD

Get export — Bulk Export describes and schedules whole-account data extracts. Fetch a specific Export. READ ONLY. Creating an export job writes the whole account's history to a destination and is not exposed; this reads the state of jobs that already exist. Bulk Export is US1-region only, so this returns nothing for an IE1 or AU1 account.

twilio_read
twilio_get_bulkexport_export_configurationREAD

Get export configuration — Bulk Export describes and schedules whole-account data extracts. Fetch a specific Export Configuration. READ ONLY. Creating an export job writes the whole account's history to a destination and is not exposed; this reads the state of jobs that already exist. Bulk Export is US1-region only, so this returns nothing for an IE1 or AU1 account.

twilio_read
twilio_get_bulkexport_jobREAD

Get job — Bulk Export describes and schedules whole-account data extracts. READ ONLY. Creating an export job writes the whole account's history to a destination and is not exposed; this reads the state of jobs that already exist. Bulk Export is US1-region only, so this returns nothing for an IE1 or AU1 account.

twilio_read
twilio_get_callREAD

Get one voice call by SID, with its status, duration, price, and start and end times. Get a SID from twilio_list_calls.

twilio_read
twilio_get_call_metricsREAD

Per-interval quality samples for one call — jitter, latency, packet loss and audio levels at each edge. The time series behind twilio_get_call_summary. Same Advanced Features requirement.

twilio_read
twilio_get_call_notificationREAD

Get call notification — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_get_call_recordingREAD

Get call recording — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a recording for a call. Free and read-only.

twilio_read
twilio_get_call_summaryREAD

Answer 'why did that call sound bad': MOS, jitter, packet loss, carrier edge, SIP response and the tags Twilio attached to the call. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills; if it is off this returns a 403 or an empty summary. The toggle itself is deliberately not exposed — turning it on re-prices the customer's entire voice estate to answer one question.

twilio_read
twilio_get_conferenceREAD

Get one conference's status, name, region, reason it ended and timestamps.

twilio_read
twilio_get_conference_participantREAD

Get conference participant — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a participant. Free and read-only.

twilio_read
twilio_get_conference_recordingREAD

Get conference recording — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a recording for a call. Free and read-only.

twilio_read
twilio_get_connect_appREAD

Get connect app — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a connect-app. Free and read-only.

twilio_read
twilio_get_content_templateREAD

Get one content template in full — its body, its per-channel variants and the variable names it expects. Read the variables here before referencing the template anywhere else.

twilio_read
twilio_get_conversationREAD

Get one conversation's state, attributes, messaging service and timers. Accepts either the CH… SID or the conversation's unique name.

twilio_read
twilio_get_conversations_configurationREAD

Get configuration — Twilio Conversations — multi-party, multi-channel message threads. Fetch the global configuration of conversations on your account. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_configuration_addressREAD

Get configuration address — Twilio Conversations — multi-party, multi-channel message threads. Fetch an address configuration. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_configuration_webhookREAD

Get configuration webhook — Twilio Conversations — multi-party, multi-channel message threads. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_conversation_messageREAD

Get conversation message — Twilio Conversations — multi-party, multi-channel message threads. Fetch a message from the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_conversation_message_receiptREAD

Get conversation message receipt — Twilio Conversations — multi-party, multi-channel message threads. Fetch the delivery and read receipts of the conversation message. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_conversation_participantREAD

Get conversation participant — Twilio Conversations — multi-party, multi-channel message threads. Fetch a participant of the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_conversation_scoped_webhookREAD

Get conversation scoped webhook — Twilio Conversations — multi-party, multi-channel message threads. Fetch the configuration of a conversation-scoped webhook. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_credentialREAD

Get credential — Twilio Conversations — multi-party, multi-channel message threads. Fetch a push notification credential from your account. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_roleREAD

Get role — Twilio Conversations — multi-party, multi-channel message threads. Fetch a user role from your account's default service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_serviceREAD

Get service — Twilio Conversations — multi-party, multi-channel message threads. Fetch a conversation service from your account. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_bindingREAD

Get service binding — Twilio Conversations — multi-party, multi-channel message threads. Fetch a push notification binding from the conversation service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_configurationREAD

Get service configuration — Twilio Conversations — multi-party, multi-channel message threads. Fetch the configuration of a conversation service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_conversationREAD

Get service conversation — Twilio Conversations — multi-party, multi-channel message threads. Fetch a conversation from your service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_conversation_messageREAD

Get service conversation message — Twilio Conversations — multi-party, multi-channel message threads. Fetch a message from the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_conversation_message_receiptREAD

Get service conversation message receipt — Twilio Conversations — multi-party, multi-channel message threads. Fetch the delivery and read receipts of the conversation message. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_conversation_participantREAD

Get service conversation participant — Twilio Conversations — multi-party, multi-channel message threads. Fetch a participant of the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_conversation_scoped_webhookREAD

Get service conversation scoped webhook — Twilio Conversations — multi-party, multi-channel message threads. Fetch the configuration of a conversation-scoped webhook. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_notificationREAD

Get service notification — Twilio Conversations — multi-party, multi-channel message threads. Fetch push notification service settings. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_roleREAD

Get service role — Twilio Conversations — multi-party, multi-channel message threads. Fetch a user role from your service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_userREAD

Get service user — Twilio Conversations — multi-party, multi-channel message threads. Fetch a conversation user from your service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_user_conversationREAD

Get service user conversation — Twilio Conversations — multi-party, multi-channel message threads. Fetch a specific User Conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_service_webhook_configurationREAD

Get service webhook configuration — Twilio Conversations — multi-party, multi-channel message threads. Fetch a specific service webhook configuration. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_userREAD

Get user — Twilio Conversations — multi-party, multi-channel message threads. Fetch a conversation user from your account's default service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_user_conversationREAD

Get user conversation — Twilio Conversations — multi-party, multi-channel message threads. Fetch a specific User Conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_get_conversations_v2_communicationREAD

Get communication — The 2026 Conversations control-plane rewrite. Fetch Communication. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_get_conversations_v2_configurationREAD

Get configuration — The 2026 Conversations control-plane rewrite. Fetch Configuration. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_get_conversations_v2_conversationREAD

Get conversation — The 2026 Conversations control-plane rewrite. Fetch Conversation. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_get_conversations_v2_conversation_actionREAD

Get conversation action — The 2026 Conversations control-plane rewrite. Get Action Status. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_get_conversations_v2_operation_statusREAD

Get operation status — The 2026 Conversations control-plane rewrite. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_get_conversations_v2_participantREAD

Get participant — The 2026 Conversations control-plane rewrite. Fetch Participant. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_get_customer_profileREAD

Get one Trust Hub customer profile with its status, its policy and the errors returned if it was rejected.

twilio_read
twilio_get_events_event_typeREAD

Get event type — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Fetch a specific Event Type. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_get_events_schemaREAD

Get schema — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Fetch a specific schema with its nested versions. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_get_events_schema_versionREAD

Get schema version — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Fetch a specific schema and version. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_get_events_sinkREAD

Get sink — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Fetch a specific Sink. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_get_events_subscribed_eventREAD

Get subscribed event — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Read an Event for a Subscription. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_get_events_subscriptionREAD

Get subscription — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Fetch a specific Subscription. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_get_flex_provisioning_statusREAD

Get provisioning status — Twilio Flex, the contact-centre product. Flex needs its own plan and contract. This single read is exposed so that an agent can find out whether this account has Flex at all; every other Flex operation is deliberately not exposed.

twilio_read
twilio_get_geo_permissionsREAD

Read which countries this account is permitted to message. Twilio blocks messaging to countries the account has not enabled and answers error 21408, which looks identical to a bad number; this read explains that whole class of failure in one call. READ ONLY — the PATCH that enables a country is a toll-fraud control and is deliberately not exposed.

twilio_read
twilio_get_iam_keyREAD

Get key — Twilio's IAM surface — API key metadata and role permissions. Fetch a specific Key. METADATA ONLY. No key secret is ever returned: Twilio shows a secret exactly once, at creation, and creating a key is deliberately not exposed.

twilio_read
twilio_get_incoming_phone_number_assigned_add_onREAD

Get incoming phone number assigned add on — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of an Add-on installation currently assigned to this Number. Free and read-only.

twilio_read
twilio_get_incoming_phone_number_assigned_add_on_extensionREAD

Get incoming phone number assigned add on extension — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of an Extension for the Assigned Add-on. Free and read-only.

twilio_read
twilio_get_insights_annotationREAD

Get annotation — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get the Annotation for a specific Call. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_get_insights_callREAD

Get call — Voice Insights — per-call, per-conference and per-video-room quality telemetry. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_get_insights_conferenceREAD

Get conference — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get a specific Conference Summary. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_get_insights_conference_participantREAD

Get conference participant — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get a specific Conference Participant Summary for a Conference. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_get_insights_v2_account_reportREAD

Get account report — Voice Insights aggregate reports over a whole account or number set. Fetch Voice Insights Account Level Report. Same Advanced Features requirement as the per-call reads.

twilio_read
twilio_get_insights_v3_metadataREAD

Get metadata — Conversational Insights — aggregate query surface over conversation data. Fetch domain metadata. Read-only.

twilio_read
twilio_get_insights_v3_query_resultsREAD

Get query results — Conversational Insights — aggregate query surface over conversation data. Fetch paginated query results. Read-only.

twilio_read
twilio_get_insights_video_participant_summaryREAD

Get video participant summary — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get Video Log Analyzer data for a Room Participant. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_get_insights_video_room_summaryREAD

Get video room summary — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get Video Log Analyzer data for a Room. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_get_intelligence_custom_operatorREAD

Get custom operator — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch a specific Custom Operator. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_encrypted_operator_resultsREAD

Get encrypted operator results — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch Public Key Encrypted Operator Results by TranscriptSid. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_encrypted_sentencesREAD

Get encrypted sentences — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch Public Key Encrypted Sentences by TranscriptSid. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_mediaREAD

Get media — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Get download URLs for media if possible. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_operatorREAD

Get operator — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch a specific Operator. Works for both Custom and Pre-built Operators. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_operator_attachmentsREAD

Get operator attachments — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieve Operators attached to a Service. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_operator_resultREAD

Get operator result — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch a specific Operator Result for the given Transcript. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_operator_typeREAD

Get operator type — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch a specific Operator Type. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_prebuilt_operatorREAD

Get prebuilt operator — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch a specific Pre-built Operator. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_serviceREAD

Get service — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch a specific Service. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_transcriptREAD

Get transcript — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Fetch a specific Transcript. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_get_intelligence_v3_configurationREAD

Get configuration — The v3 Conversational Intelligence control plane. Retrieve an Intelligence Configuration. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_get_intelligence_v3_conversationREAD

Get conversation — The v3 Conversational Intelligence control plane. Retrieve a Conversation. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_get_intelligence_v3_operatorREAD

Get operator — The v3 Conversational Intelligence control plane. Retrieve an Operator. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_get_intelligence_v3_operator_resultREAD

Get operator result — The v3 Conversational Intelligence control plane. Retrieve an OperatorResult. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_get_intelligence_v3_operator_versionREAD

Get operator version — The v3 Conversational Intelligence control plane. Retrieve a specific Operator Version. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_get_knowledge_sourceREAD

Get source — Twilio Knowledge — the retrieval corpus behind Twilio's AI features. Get knowledge. Read-only. Usage-based billing applies to queries, not to these reads.

twilio_read
twilio_get_knowledge_statusREAD

Get status — Twilio Knowledge — the retrieval corpus behind Twilio's AI features. Get knowledge status. Read-only. Usage-based billing applies to queries, not to these reads.

twilio_read
twilio_get_knowledge_v2_knowledgeREAD

Get knowledge — The v2 Knowledge control plane, organised into knowledge bases. Retrieve Knowledge Source. Read-only.

twilio_read
twilio_get_knowledge_v2_knowledge_baseREAD

Get knowledge base — The v2 Knowledge control plane, organised into knowledge bases. Retrieve a Knowledge Base. Read-only.

twilio_read
twilio_get_knowledge_v2_operationREAD

Get operation — The v2 Knowledge control plane, organised into knowledge bases. Get Operation Status. Read-only.

twilio_read
twilio_get_lookup_account_rate_limitsREAD

Get account rate limits — Lookup v2 — phone-number intelligence, and the rate limits the account has for it. These particular reads are free; the paid part of Lookup is the `fields` argument on twilio_lookup_phone_number.

twilio_read
twilio_get_lookup_phone_number_overridesREAD

Get phone number overrides — Lookup v2 — phone-number intelligence, and the rate limits the account has for it. Get Overrides for a Phone Number for a specific field. These particular reads are free; the paid part of Lookup is the `fields` argument on twilio_lookup_phone_number.

twilio_read
twilio_get_lookup_rate_limitREAD

Get rate limit — Lookup v2 — phone-number intelligence, and the rate limits the account has for it. These particular reads are free; the paid part of Lookup is the `fields` argument on twilio_lookup_phone_number.

twilio_read
twilio_get_lookup_v1_phone_numberREAD

Get phone number — The superseded v1 Lookup API, still published and still answering. Fetch information about a phone number. COSTS MONEY if `Type` selects carrier or caller-name data. Prefer twilio_lookup_phone_number, which is the v2 form of the same query.

twilio_read
twilio_get_marketplace_available_add_onREAD

Get available add on — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Fetch an instance of an Add-on currently available to be installed. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_get_marketplace_available_add_on_extensionREAD

Get available add on extension — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Fetch an instance of an Extension for the Available Add-on. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_get_marketplace_installed_add_onREAD

Get installed add on — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Fetch an instance of an Add-on currently installed on this Account. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_get_marketplace_installed_add_on_extensionREAD

Get installed add on extension — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Fetch an instance of an Extension for the Installed Add-on. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_get_marketplace_listingREAD

Get listing — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. This endpoint returns the data of a given Listing. To find a Listing's SID, use the [Available Add-ons resource](/docs/marketplace/api/available-add-ons) or view its Listing details page in the Console by visiting the Catalog or the My Listings tab and selecting the Listing. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_get_memory_data_mappingREAD

Get data mapping — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Retrieve a Data Mapping. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_identity_resolution_settingsREAD

Get identity resolution settings — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Retrieve Identity Resolution Settings. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_operationREAD

Get operation — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Get Operation Status. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_profileREAD

Get profile — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_profile_conversation_summaryREAD

Get profile conversation summary — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Retrieve Conversation Summary. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_profile_identifierREAD

Get profile identifier — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Retrieve Profile Identifier. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_profile_import_v2READ

Get profile import v2 — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Get Import Status. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_profile_observationREAD

Get profile observation — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Retrieve Observation. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_storeREAD

Get store — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Retrieve a Memory Store. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_memory_trait_groupREAD

Get trait group — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Retrieve a Trait Group. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_get_messageREAD

Get one message by SID, including its delivery status and any Twilio error code. Delivery is asynchronous — twilio_send_message returns `queued` or `accepted`, not `delivered` — so this is how to find out whether a message that was accepted actually arrived. Get a SID from twilio_list_messages or from a send.

twilio_read
twilio_get_message_mediaREAD

Get one media item's metadata — content type, parent message and creation date. METADATA ONLY; the binary is not returned. Get the SID from twilio_list_message_media.

twilio_read
twilio_get_messaging_alpha_senderREAD

Get alpha sender — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_brand_vettingREAD

Get brand vetting — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_channel_senderREAD

Get channel sender — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_destination_alpha_senderREAD

Get destination alpha sender — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_domain_cert_v4READ

Get domain cert v4 — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_domain_configREAD

Get domain config — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_domain_config_messaging_serviceREAD

Get domain config messaging service — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_domain_dns_validationREAD

Get domain DNS validation — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_linkshortening_messaging_service_domain_associationREAD

Get linkshortening messaging service domain association — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_priceREAD

Read this account's outbound and inbound SMS prices for one country, per number type. Free rate-card read, and the honest way to answer 'what will this send cost' before calling twilio_send_message — the price is account-specific, so guessing from a public page is wrong.

twilio_read
twilio_get_messaging_serviceREAD

Get a Messaging Service. Inspect one service's settings — status_callback, use_inbound_webhook_on_number, area-code geomatch, sticky sender, smart encoding, the fallback URL and the validity period — which decide what actually happens to a send routed through it. Free and non-mutating; twilio_update_messaging_service changes everything except the webhook URLs, which are deliberately not settable through Agentic Fabriq.

twilio_read
twilio_get_messaging_service_numberREAD

Get one phone number's membership of a Messaging Service, with its capabilities and the country it belongs to. The detail half of twilio_list_messaging_service_numbers.

twilio_read
twilio_get_messaging_short_codeREAD

Get short code — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_usecaseREAD

Get usecase — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_get_messaging_v2_channels_senderREAD

Get channels sender — The v2 Messaging surface — the unified channel sender catalog. Retrieve a Sender. Free and read-only.

twilio_read
twilio_get_messaging_v2_domain_cert_v4READ

Get domain cert v4 — The v2 Messaging surface — the unified channel sender catalog. Free and read-only.

twilio_read
twilio_get_notificationREAD

Get one notification with its full request and response text, error code and the resource it relates to.

twilio_read
twilio_get_number_portabilityREAD

Ask Twilio whether a specific number is eligible to be ported into this account, and what it would need. Free, read-only, and it starts nothing — the answer is advisory.

twilio_read
twilio_get_numbers_authorization_documentREAD

Get authorization document — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch a specific AuthorizationDocument. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_bulk_eligibilityREAD

Get bulk eligibility — The Phone Numbers API — porting, hosting and eligibility. Fetch an eligibility bulk check that you requested to host in Twilio. READ ONLY. Starting or cancelling a port moves a number between carriers on the strength of a Letter of Authorization and can strand it between them, so no write here is exposed.

twilio_read
twilio_get_numbers_bulk_hosted_number_orderREAD

Get bulk hosted-number order — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch a specific BulkHostedNumberOrder. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_end_userREAD

Get end user — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch specific End User Instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_end_user_typeREAD

Get end user type — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch a specific End-User Type Instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_evaluationREAD

Get evaluation — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch specific Evaluation Instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_hosted_number_orderREAD

Get hosted-number order — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch a specific HostedNumberOrder. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_item_assignmentREAD

Get item assignment — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch specific Assigned Item Instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_porting_port_inREAD

Get porting port in — The Phone Numbers API — porting, hosting and eligibility. Fetch a port in request by SID. READ ONLY. Starting or cancelling a port moves a number between carriers on the strength of a Letter of Authorization and can strand it between them, so no write here is exposed.

twilio_read
twilio_get_numbers_porting_port_in_phone_numberREAD

Get porting port in phone number — The Phone Numbers API — porting, hosting and eligibility. Fetch a phone number by port in request SID and phone number SID. READ ONLY. Starting or cancelling a port moves a number between carriers on the strength of a Letter of Authorization and can strand it between them, so no write here is exposed.

twilio_read
twilio_get_numbers_porting_webhook_configurationREAD

Get porting webhook configuration — The Phone Numbers API — porting, hosting and eligibility. Allows to fetch the webhook configuration. READ ONLY. Starting or cancelling a port moves a number between carriers on the strength of a Letter of Authorization and can strand it between them, so no write here is exposed.

twilio_read
twilio_get_numbers_regulationREAD

Get regulation — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch specific Regulation Instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_short_code_applicationREAD

Get short code application — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch a specific Short Code Application instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_supporting_documentREAD

Get supporting document — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch specific Supporting Document Instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_numbers_supporting_document_typeREAD

Get supporting document type — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Fetch a specific Supporting Document Type Instance. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_get_outgoing_caller_idREAD

Get outgoing caller id — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an outgoing-caller-id belonging to the account used to make the request. Free and read-only.

twilio_read
twilio_get_phone_numberREAD

Get one owned number's full configuration: its capabilities, the sms_url and voice_url its inbound traffic is pointed at, its status_callback, its emergency address and any bundle attached to it. The read half of a resource whose writes — buying, releasing and repointing webhooks — are deliberately not exposed.

twilio_read
twilio_get_phone_number_priceREAD

Read what a phone number costs in one country, per number type — the recurring monthly charge and any one-time fee. Free read. Pairs with twilio_search_available_numbers so the list a human acts on carries its real price.

twilio_read
twilio_get_pricing_v2_trunking_countryREAD

Get trunking country — The v2 rate cards, which add trunking and per-destination voice prices. Fetch a specific Country. Free and read-only.

twilio_read
twilio_get_pricing_v2_trunking_numberREAD

Get trunking number — The v2 rate cards, which add trunking and per-destination voice prices. Fetch pricing information for a specific destination and, optionally, origination phone number. Free and read-only.

twilio_read
twilio_get_pricing_v2_voice_numberREAD

Get voice number — The v2 rate cards, which add trunking and per-destination voice prices. Fetch pricing information for a specific destination and, optionally, origination phone number. Free and read-only.

twilio_read
twilio_get_pricing_voice_countryREAD

Get voice country — Account-specific rate cards. The price is per account, so reading it is the only honest way to answer what something will cost. Free and read-only.

twilio_read
twilio_get_pricing_voice_numberREAD

Get voice number — Account-specific rate cards. The price is per account, so reading it is the only honest way to answer what something will cost. Free and read-only.

twilio_read
twilio_get_queueREAD

Get queue — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a queue identified by the QueueSid. Free and read-only.

twilio_read
twilio_get_queue_memberREAD

Get queue member — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch a specific member from the queue. Free and read-only.

twilio_read
twilio_get_recordingREAD

Get one recording's metadata: duration, channels, price, source, status and the call it belongs to. METADATA ONLY — the audio is not returned.

twilio_read
twilio_get_recording_add_on_resultREAD

Get recording add on result — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of an AddOnResult. Free and read-only.

twilio_read
twilio_get_recording_add_on_result_payloadREAD

Get recording add on result payload — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a result payload. Free and read-only.

twilio_read
twilio_get_recording_add_on_result_payload_dataREAD

Get recording add on result payload data — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a result payload. Free and read-only.

twilio_read
twilio_get_recording_transcriptionREAD

Get recording transcription — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_get_regulatory_bundleREAD

Get one regulatory bundle with its status, valid-until date, the regulation it satisfies and the failure reason if it was rejected. Free and non-mutating. twilio_evaluate_numbers_bundle runs the regulator's rules against a draft and reports what is still missing.

twilio_read
twilio_get_routes_phone_numberREAD

Get phone number — Inter-Network Exchange — which Twilio voice route a number, SIP domain or trunk is assigned to. Fetch the Inbound Processing Region assigned to a phone number. Free and read-only.

twilio_read
twilio_get_routes_sip_domainREAD

Get SIP domain — Inter-Network Exchange — which Twilio voice route a number, SIP domain or trunk is assigned to. Free and read-only.

twilio_read
twilio_get_routes_trunksREAD

Get trunks — Inter-Network Exchange — which Twilio voice route a number, SIP domain or trunk is assigned to. Fetch the Inbound Processing Region assigned to a SIP Trunk. Free and read-only.

twilio_read
twilio_get_routes_v3_phone_numberREAD

Get phone number — The v3 Inter-Network Exchange read. Fetch the Inbound Processing Region assigned to a phone number. Free and read-only.

twilio_read
twilio_get_serverless_assetREAD

Get asset — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Asset resource. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_asset_versionREAD

Get asset version — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Asset Version. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_buildREAD

Get build — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Build resource. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_build_statusREAD

Get build status — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Build resource. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_deploymentREAD

Get deployment — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Deployment. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_environmentREAD

Get environment — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific environment. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_functionREAD

Get function — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Function resource. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_function_versionREAD

Get function version — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Function Version resource. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_function_version_contentREAD

Get function version content — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a the content of a specific Function Version resource. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_logREAD

Get log — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific log. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_serviceREAD

Get service — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Service resource. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_serverless_variableREAD

Get variable — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a specific Variable. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_get_short_codeREAD

Get one short code's configuration, including the API version and the SMS handler URL its inbound traffic is pointed at.

twilio_read
twilio_get_signing_keyREAD

Get signing key — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_get_sip_auth_calls_credential_list_mappingREAD

Get SIP auth calls credential list mapping — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch a specific instance of a credential list mapping. Free and read-only.

twilio_read
twilio_get_sip_auth_calls_ip_access_control_list_mappingREAD

Get SIP auth calls IP access control list mapping — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch a specific instance of an IP Access Control List mapping. Free and read-only.

twilio_read
twilio_get_sip_auth_registrations_credential_list_mappingREAD

Get SIP auth registrations credential list mapping — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch a specific instance of a credential list mapping. Free and read-only.

twilio_read
twilio_get_sip_credentialREAD

Get SIP credential — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch a single credential. Free and read-only.

twilio_read
twilio_get_sip_credential_listREAD

Get SIP credential list — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Get a Credential List. Free and read-only.

twilio_read
twilio_get_sip_credential_list_mappingREAD

Get SIP credential list mapping — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch a single CredentialListMapping resource from an account. Free and read-only.

twilio_read
twilio_get_sip_domainREAD

Get SIP domain — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an instance of a Domain. Free and read-only.

twilio_read
twilio_get_sip_ip_access_control_listREAD

Get SIP IP access control list — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch a specific instance of an IpAccessControlList. Free and read-only.

twilio_read
twilio_get_sip_ip_access_control_list_mappingREAD

Get SIP IP access control list mapping — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Fetch an IpAccessControlListMapping resource. Free and read-only.

twilio_read
twilio_get_sip_ip_addressREAD

Get SIP IP address — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Read one IpAddress resource. Free and read-only.

twilio_read
twilio_get_studio_executionREAD

Get one Studio flow execution: its status, the contact it ran against and when it started and ended.

twilio_read
twilio_get_studio_execution_contextREAD

Get execution context — Studio — the customer's own call and message automations, and the runs of them. Retrieve the most recent context for an Execution. READ ONLY, for the same reason as v1.

twilio_read
twilio_get_studio_execution_stepREAD

Get execution step — Studio — the customer's own call and message automations, and the runs of them. Retrieve a Step. READ ONLY, for the same reason as v1.

twilio_read
twilio_get_studio_execution_step_contextREAD

Get execution step context — Studio — the customer's own call and message automations, and the runs of them. Retrieve the context for an Execution Step. READ ONLY, for the same reason as v1.

twilio_read
twilio_get_studio_flowREAD

Get one Studio flow's definition, status, revision and webhook URL. Read-only.

twilio_read
twilio_get_studio_flow_revisionREAD

Get flow revision — Studio — the customer's own call and message automations, and the runs of them. Retrieve a specific Flow revision. READ ONLY, for the same reason as v1.

twilio_read
twilio_get_studio_test_userREAD

Get test user — Studio — the customer's own call and message automations, and the runs of them. Fetch flow test users. READ ONLY, for the same reason as v1.

twilio_read
twilio_get_studio_v1_engagementREAD

Get engagement — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve an Engagement. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_engagement_contextREAD

Get engagement context — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve the most recent context for an Engagement. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_executionREAD

Get execution — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve an Execution. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_execution_contextREAD

Get execution context — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve the most recent context for an Execution. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_execution_stepREAD

Get execution step — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a Step. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_execution_step_contextREAD

Get execution step context — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve the context for an Execution Step. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_flowREAD

Get flow — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a specific Flow. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_stepREAD

Get step — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a Step. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_studio_v1_step_contextREAD

Get step context — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve the context for an Engagement Step. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_get_sync_documentREAD

Get document — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_document_permissionREAD

Get document permission — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Fetch a specific Sync Document Permission. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_listREAD

Get list — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_list_itemREAD

Get list item — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_list_permissionREAD

Get list permission — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Fetch a specific Sync List Permission. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_mapREAD

Get map — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_map_itemREAD

Get map item — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_map_permissionREAD

Get map permission — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Fetch a specific Sync Map Permission. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_serviceREAD

Get service — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_sync_streamREAD

Get stream — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Fetch a specific Stream. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_get_taskrouter_activityREAD

Get activity — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_eventREAD

Get event — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_taskREAD

Get task — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_task_channelREAD

Get task channel — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_task_queueREAD

Get task queue — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_task_queue_cumulative_statisticsREAD

Get task queue cumulative statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_task_queue_real_time_statisticsREAD

Get task queue real time statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_task_queue_statisticsREAD

Get task queue statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_task_queues_bulk_statisticsWRITE

Get taskrouter task queues bulk statistics — Real-time statistics for several queues at once. A POST on Twilio's side because the queue list travels in the body; it reads and mutates nothing, which is why it carries twilio_read.

twilio_read
twilio_get_taskrouter_task_reservationREAD

Get task reservation — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workerREAD

Get worker — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_worker_channelREAD

Get worker channel — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_worker_instance_statisticsREAD

Get worker instance statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_worker_reservationREAD

Get worker reservation — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_worker_statisticsREAD

Get worker statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workers_cumulative_statisticsREAD

Get workers cumulative statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workers_real_time_statisticsREAD

Get workers real time statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workflowREAD

Get workflow — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workflow_cumulative_statisticsREAD

Get workflow cumulative statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workflow_real_time_statisticsREAD

Get workflow real time statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workflow_statisticsREAD

Get workflow statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workspaceREAD

Get workspace — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workspace_cumulative_statisticsREAD

Get workspace cumulative statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workspace_real_time_statisticsREAD

Get workspace real time statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_taskrouter_workspace_statisticsREAD

Get workspace statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_get_tollfree_verificationREAD

Get one toll-free verification submission, with its status, the rejection reason if it was refused, and the business details on file. The detail half of twilio_list_tollfree_verifications.

twilio_read
twilio_get_transcriptionREAD

Get one transcription including its text. This is a transcript of a real conversation; treat it as customer content.

twilio_read
twilio_get_trunking_credential_listREAD

Get credential list — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_get_trunking_ip_access_control_listREAD

Get IP access control list — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_get_trunking_origination_urlREAD

Get origination URL — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_get_trunking_phone_numberREAD

Get phone number — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_get_trunking_recordingREAD

Get recording — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_get_trunking_trunkREAD

Get trunk — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_get_trust_productREAD

Get one trust product with its status, policy and rejection reasons if any.

twilio_read
twilio_get_trusthub_customer_profile_channel_endpoint_assignmentREAD

Get customer profile channel endpoint assignment — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Assigned Item Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_customer_profile_entity_assignmentREAD

Get customer profile entity assignment — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Assigned Item Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_customer_profile_evaluationREAD

Get customer profile evaluation — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Evaluation Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_customer_profile_provisional_copyREAD

Get customer profile provisional copy — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch the provisional copy of a given customer profile. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_end_userREAD

Get end user — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific End User Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_end_user_typeREAD

Get end user type — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch a specific End-User Type Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_policiesREAD

Get policies — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Policy Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_supporting_documentREAD

Get supporting document — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Supporting Document Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_supporting_document_typeREAD

Get supporting document type — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch a specific Supporting Document Type Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_trust_product_channel_endpoint_assignmentREAD

Get trust product channel endpoint assignment — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Assigned Item Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_trust_product_entity_assignmentREAD

Get trust product entity assignment — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Assigned Item Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_trust_product_evaluationREAD

Get trust product evaluation — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch specific Evaluation Instance. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_trusthub_trust_product_provisional_copyREAD

Get trust product provisional copy — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Fetch the provisional copy of a given trust product. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_get_usage_recordsREAD

Read what this Twilio account has SPENT, by category and period, with counts, prices and currency. AF already exposes the balance — what is left — and until now nothing about what went out, even though twilio_send_message and twilio_lookup_phone_number both bill the customer. Free and read-only. Use category to isolate one line (sms, calls, lookups, phonenumbers).

twilio_read
twilio_get_usage_triggerREAD

Get one usage trigger: its category, threshold, recurrence, when it last fired and the current value against it.

twilio_read
twilio_get_verify_attempts_summaryREAD

Aggregate Verify conversion rate over a window: attempts made, attempts converted and the resulting percentage. The one-number version of twilio_list_verify_attempts.

twilio_read
twilio_get_verify_bucketREAD

Get bucket — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific Bucket. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_challengeREAD

Get challenge — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific Challenge. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_entityREAD

Get entity — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific Entity. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_factorREAD

Get factor — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific Factor. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_formREAD

Get form — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch the forms for a specific Form Type. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_messaging_configurationREAD

Get messaging configuration — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific MessagingConfiguration. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_rate_limitREAD

Get rate limit — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific Rate Limit. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_safelistREAD

Get safelist — Verify — the OTP product's configuration, entities, factors and telemetry. Check if a phone number exists in SafeList. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_serviceREAD

Get one Verify service's configuration: code length, TTL, enabled channels, fraud settings and custom templates.

twilio_read
twilio_get_verify_verificationREAD

Get verification — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific Verification. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_verification_attemptREAD

Get verification attempt — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific verification attempt. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_verify_webhookREAD

Get webhook — Verify — the OTP product's configuration, entities, factors and telemetry. Fetch a specific Webhook. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_get_video_compositionREAD

Get composition — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a single Composition resource identified by a Composition SID. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_composition_hookREAD

Get composition hook — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a single CompositionHook resource identified by a CompositionHook SID. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_composition_settingsREAD

Get composition settings — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_recordingREAD

Get recording — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a single Recording resource identified by a Recording SID. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_recording_settingsREAD

Get recording settings — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_roomREAD

Get room — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_room_participantREAD

Get room participant — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_room_participant_published_trackREAD

Get room participant published track — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a single Track resource represented by TrackName or SID. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_room_participant_subscribe_ruleREAD

Get room participant subscribe rule — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a list of Subscribe Rules for the Participant. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_room_participant_subscribed_trackREAD

Get room participant subscribed track — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a single Track resource represented by `track_sid`. Note: This is one resource with the Video API that requires a SID, be Track Name on the subscriber side is not guaranteed to be unique. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_room_recordingREAD

Get room recording — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_room_recording_ruleREAD

Get room recording rule — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a list of Recording Rules for the Room. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_video_room_transcriptionsREAD

Get room transcriptions — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_get_voice_byoc_trunkREAD

Get BYOC trunk — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_get_voice_connection_policyREAD

Get connection policy — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_get_voice_connection_policy_targetREAD

Get connection policy target — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_get_voice_dialing_permissions_countryREAD

Get dialing permissions country — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. Retrieve voice dialing country permissions identified by the given ISO country code. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_get_voice_dialing_permissions_settingsREAD

Get dialing permissions settings — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. Retrieve voice dialing permissions inheritance for the sub-account. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_get_voice_insights_settingsREAD

Report whether Voice Insights Advanced Features is enabled on this account. Call this FIRST when a call-quality read returns nothing: it distinguishes 'no data' from 'the paid toggle is off'. READ ONLY — the POST that enables it adds $0.0025 to every voice minute the account bills, for all future traffic, and is not exposed.

twilio_read
twilio_get_voice_ip_recordREAD

Get IP record — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_get_voice_priceREAD

Read this account's inbound and outbound voice prices for one country, by prefix. Free rate-card read. Relevant even though no action places a call: the absence of any cost cap on outbound voice is exactly why that action is not exposed, and this shows how wide the range is.

twilio_read
twilio_get_voice_source_ip_mappingREAD

Get source IP mapping — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_get_voice_v2_account_default_configurationREAD

Get account default configuration — The v2 Voice configuration surface — recording and transcription defaults. Get the Account Default Configuration. Read-only.

twilio_read
twilio_get_voice_v2_configurationREAD

Get configuration — The v2 Voice configuration surface — recording and transcription defaults. Get a Configuration by Id or UniqueName. Read-only.

twilio_read
twilio_get_voice_v2_default_configurationREAD

Get default configuration — The v2 Voice configuration surface — recording and transcription defaults. Get the Default Configuration. Read-only.

twilio_read
twilio_get_voice_v2_recording_configurationREAD

Get recording configuration — The v2 Voice configuration surface — recording and transcription defaults. Get a Recording Configuration by Id or UniqueName. Read-only.

twilio_read
twilio_get_voice_v2_transcription_configurationREAD

Get transcription configuration — The v2 Voice configuration surface — recording and transcription defaults. Get a Transcription Configuration by Id or UniqueName. Read-only.

twilio_read
twilio_get_voice_v3_transcriptionREAD

Get transcription — The v3 Voice transcription read. Fetch metadata about a specific transcription. Read-only.

twilio_read
twilio_hangup_callWRITE

DESTRUCTIVE — Hang up call — Ends a call that is in progress, or cancels one still ringing. The inverse of twilio_place_call and the way to stop the meter before time_limit expires. Status is pinned to `completed`; the same endpoint's url and twiml parameters — which would redirect a live call to a new agent-authored program mid-conversation — are not declared here. Requires confirm="hang-up-this-live-call": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_list_a2p_usecasesREAD

List the A2P 10DLC use cases this account's brand is eligible for, with each one's per-message fee and throughput. Read-only background for interpreting a campaign's status; it registers nothing and costs nothing.

twilio_read
twilio_list_account_credential_awsREAD

List credential AWS — An account-level setting on accounts.twilio.com. Retrieves a collection of AWS Credentials belonging to the account used to make the request. READ ONLY — the write half of this resource is a fraud or spend control and is deliberately not exposed.

twilio_read
twilio_list_account_credential_public_keysREAD

List credential public keys — An account-level setting on accounts.twilio.com. Retrieves a collection of Public Key Credentials belonging to the account used to make the request. READ ONLY — the write half of this resource is a fraud or spend control and is deliberately not exposed.

twilio_read
twilio_list_addressesREAD

List the addresses registered on this account. Many countries will not sell or keep a number without a validated local address, and an address that failed validation is a common reason a number cannot be provisioned. Read-only.

twilio_read
twilio_list_alarmsREAD

List the alarms configured on this account — the customer's own monitoring rules and what they fire on. READ ONLY: creating, editing, disabling or deleting an alarm is deliberately not exposed, because silencing an alarm silences the thing that would have reported an agent misbehaving.

twilio_read
twilio_list_alertsREAD

TWILIO'S ERROR LOG — the single most valuable diagnostic read on this provider. twilio_get_message returns an error_code integer and nothing else; an alert carries the error code, the severity, the resource that failed and the timestamp. Start every 'why did that fail' investigation here. Free, read-only, and it covers failures AF was not involved in.

twilio_read
twilio_list_api_keysREAD

List the API keys that exist on this account, with each key's SID, friendly name and creation date. NO SECRET IS RETURNED — Twilio shows a key's secret exactly once, at creation, and this list form does not carry it. Answers 'what credentials can reach this account', which is the first question of any credential audit. Creating a key is deliberately not exposed: it would mint a live credential and Agentic Fabriq would then redact the only copy of it. Deleting one is not exposed either — the key may be in use by something Agentic Fabriq cannot see.

twilio_read
twilio_list_applicationsREAD

List the TwiML applications on this account — the customer's own pre-registered call and message handlers, each with its ApplicationSid. Worth knowing because a pre-registered ApplicationSid is exactly the control that would make an outbound call action bounded enough to ship: the instruction document would be the customer's, not a model's.

twilio_read
twilio_list_audit_eventsREAD

TWILIO'S OWN AUDIT LOG of who changed what on this account, and when. The first question an operator asks after connecting an agent is 'what did it actually do to my account' — AF's audit trail can only answer for calls AF made, and this answers it from Twilio's side, including changes made in the Console or by another integration. Free and read-only.

twilio_read
twilio_list_authorized_connect_appsREAD

List authorized connect apps — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of authorized-connect-apps belonging to the account used to make the request. Free and read-only.

twilio_read
twilio_list_available_phone_number_countriesREAD

List available phone number countries — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_brand_registrationsREAD

List the A2P 10DLC brand registrations on this account, with each brand's status, identity status and any failure reason. A campaign cannot be approved while its brand is not, so this is the layer beneath twilio_get_a2p_compliance. Read-only.

twilio_read
twilio_list_bulkexport_daysREAD

List days — Bulk Export describes and schedules whole-account data extracts. Retrieve a list of all Days for a resource. READ ONLY. Creating an export job writes the whole account's history to a destination and is not exposed; this reads the state of jobs that already exist. Bulk Export is US1-region only, so this returns nothing for an IE1 or AU1 account.

twilio_read
twilio_list_bulkexport_export_custom_jobsREAD

List export custom jobs — Bulk Export describes and schedules whole-account data extracts. READ ONLY. Creating an export job writes the whole account's history to a destination and is not exposed; this reads the state of jobs that already exist. Bulk Export is US1-region only, so this returns nothing for an IE1 or AU1 account.

twilio_read
twilio_list_call_eventsREAD

List call events — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of all events for a call. Free and read-only.

twilio_read
twilio_list_call_insights_eventsREAD

The signalling and media event timeline for one call, edge by edge — where it connected, where it degraded and where it ended. Same Advanced Features requirement.

twilio_read
twilio_list_call_notificationsREAD

List call notifications — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_call_recordingsREAD

List the recordings belonging to one call. METADATA ONLY. Get the call SID from twilio_list_calls.

twilio_read
twilio_list_callsREAD

List voice calls on this account, filterable by number, status and date, with each call's duration and price. Voice is exposed READ-ONLY: there is deliberately no tool that places a call, because a Twilio call is driven by a TwiML instruction document that the caller would be authoring.

twilio_read
twilio_list_conference_participantsREAD

List who was on a conference, with each participant's call SID, muted and hold state, and whether they were a coach. READ ONLY — muting, holding, coaching or removing a participant acts on a live human conversation and is not exposed.

twilio_read
twilio_list_conference_recordingsREAD

List conference recordings — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of recordings belonging to the call used to make the request. Free and read-only.

twilio_read
twilio_list_conferencesREAD

List voice conferences on this account with each one's status, region and dates. Read-only observability, the same stance as twilio_list_calls: nothing here starts, joins, mutes or ends a conference.

twilio_read
twilio_list_connect_appsREAD

List connect apps — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of connect-apps belonging to the account used to make the request. Free and read-only.

twilio_read
twilio_list_content_approval_requestsREAD

Get the WhatsApp approval history for one content template, including the category submitted and the rejection reason Meta returned. Read-only — submitting a template for approval enters Meta's review process and is not exposed.

twilio_read
twilio_list_content_approvalsREAD

List content templates together with their WhatsApp approval status. The same templates as twilio_list_content_templates plus the field that decides whether they can actually be used: an unapproved or rejected template is a WhatsApp send that will fail.

twilio_read
twilio_list_content_approvals_v2READ

List content approvals v2 — The v2 listing of rich content templates, with richer filtering than v1. Retrieve a list of Contents with approval statuses belonging to the account used to make the request. Free and read-only.

twilio_read
twilio_list_content_legacy_templatesREAD

List legacy templates — Rich content templates — the approved message bodies a business-initiated WhatsApp or RCS message must use. List Legacy Contents. Free.

twilio_read
twilio_list_content_templatesREAD

List the rich content templates on this account, each with its ContentSid (HX…), friendly name, language and variables. A business-initiated WhatsApp message requires an APPROVED template, so this is the read that makes the account's WhatsApp senders usable at all. Free.

twilio_read
twilio_list_content_templates_v2READ

List content templates v2 — The v2 listing of rich content templates, with richer filtering than v1. Retrieve a list of Contents belonging to the account used to make the request. Free and read-only.

twilio_read
twilio_list_conversation_messagesREAD

List the messages in one conversation, with author, body, media and delivery state. Message bodies are the customer's own content — do not repeat them further than the task requires. Read-only; posting a message into a conversation is not exposed.

twilio_read
twilio_list_conversation_participantsREAD

List who is in a conversation, with each participant's identity or address and binding channel. READ ONLY — adding a participant reaches an address the caller chose and can create a billable active user, so it is not exposed.

twilio_read
twilio_list_conversationsREAD

List Twilio Conversations threads with their state, friendly name and timestamps. READ ONLY: Conversations bills $0.05 per monthly active user, and a write that touches a user record can create one, so nothing here creates, joins or posts to a conversation.

twilio_read
twilio_list_conversations_configuration_addressesREAD

List configuration addresses — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of address configurations for an account. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_conversation_message_receiptsREAD

List conversation message receipts — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all delivery and read receipts of the conversation message. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_conversation_scoped_webhooksREAD

List conversation scoped webhooks — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all webhooks scoped to the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_credentialsREAD

List credentials — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all push notification credentials on your account. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_participant_conversationsREAD

List participant conversations — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_rolesREAD

List roles — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all user roles in your account's default service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_bindingsREAD

List service bindings — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all push notification bindings in the conversation service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_conversation_message_receiptsREAD

List service conversation message receipts — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all delivery and read receipts of the conversation message. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_conversation_messagesREAD

List service conversation messages — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all messages in the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_conversation_participantsREAD

List service conversation participants — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all participants of the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_conversation_scoped_webhooksREAD

List service conversation scoped webhooks — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all webhooks scoped to the conversation. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_conversationsREAD

List service conversations — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of conversations in your service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_participant_conversationsREAD

List service participant conversations — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all Conversations that this Participant belongs to by identity or by address. Only one parameter should be specified. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_rolesREAD

List service roles — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all user roles in your service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_user_conversationsREAD

List service user conversations — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all User Conversations for the User. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_service_usersREAD

List service users — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all conversation users in your service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_servicesREAD

List services — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all conversation services on your account. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_user_conversationsREAD

List user conversations — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all User Conversations for the User. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_usersREAD

List users — Twilio Conversations — multi-party, multi-channel message threads. Retrieve a list of all conversation users in your account's default service. READ ONLY. Conversations bills $0.05 per monthly active user after the first 200, and a write that touches a user record can create one, so nothing here creates, joins or posts. Message bodies, participant addresses and user identities are the customer's own content.

twilio_read
twilio_list_conversations_v2_communication_by_conversationsREAD

List communication by conversations — The 2026 Conversations control-plane rewrite. List Communications. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_list_conversations_v2_configurationsREAD

List configurations — The 2026 Conversations control-plane rewrite. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_list_conversations_v2_conversation_by_accountsREAD

List conversation by accounts — The 2026 Conversations control-plane rewrite. List Conversations. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_list_conversations_v2_participant_by_conversationsREAD

List participant by conversations — The 2026 Conversations control-plane rewrite. List Participants. READ ONLY, and newer than the v1 surface — treat an empty result as 'this account is on v1' rather than as an error.

twilio_read
twilio_list_customer_profilesREAD

List the Trust Hub customer profiles on this account and their review status. A customer profile is the business-identity record every A2P brand and several regulatory bundles hang off, so a rejected profile blocks everything downstream of it. READ ONLY — creating or submitting a profile is a sworn statement about a business and is not exposed.

twilio_read
twilio_list_dependent_phone_numbersREAD

List dependent phone numbers — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_event_sinksREAD

List the Event Streams sinks on this account — every standing destination account events are being streamed to, such as a webhook or a Kinesis stream. This is a security read: it answers 'is anything already exporting my account's events, and where to'. READ ONLY — creating a sink configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_list_event_subscriptionsREAD

List which event types are being streamed to which sink. The companion read to twilio_list_event_sinks: the sink says where, this says what. Read-only.

twilio_read
twilio_list_events_event_typesREAD

List event types — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Retrieve a paginated list of all the available Event Types. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_list_events_schema_versionsREAD

List schema versions — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Retrieve a paginated list of versions of the schema. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_list_events_subscribed_eventsREAD

List subscribed events — Event Streams — the account's standing export of its own events, and the schema catalog behind it. Retrieve a list of all Subscribed Event types for a Subscription. READ ONLY, and it is a security read: it answers what is already exporting this account's events and where to. Creating a sink or subscription configures persistent exfiltration to a caller-chosen destination and is not exposed.

twilio_read
twilio_list_iam_get_keysREAD

List get keys — Twilio's IAM surface — API key metadata and role permissions. Retrieve a list of all Keys for a account. METADATA ONLY. No key secret is ever returned: Twilio shows a secret exactly once, at creation, and creating a key is deliberately not exposed.

twilio_read
twilio_list_iam_role_permissionsREAD

List role permissions — Twilio's IAM surface — API key metadata and role permissions. List resolved permissions for a role. METADATA ONLY. No key secret is ever returned: Twilio shows a secret exactly once, at creation, and creating a key is deliberately not exposed.

twilio_read
twilio_list_incoming_phone_number_assigned_add_on_extensionsREAD

List incoming phone number assigned add on extensions — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of Extensions for the Assigned Add-on. Free and read-only.

twilio_read
twilio_list_incoming_phone_number_assigned_add_onsREAD

List incoming phone number assigned add ons — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of Add-on installations currently assigned to this Number. Free and read-only.

twilio_read
twilio_list_incoming_phone_number_localsREAD

List incoming phone number locals — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_incoming_phone_number_mobilesREAD

List incoming phone number mobiles — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_incoming_phone_number_toll_freesREAD

List incoming phone number toll frees — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_insights_call_summariesREAD

List call summaries — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get a list of Call Summaries. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_list_insights_conference_participantsREAD

List conference participants — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get a list of Conference Participants Summaries for a Conference. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_list_insights_conferencesREAD

List conferences — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get a list of Conference Summaries. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_list_insights_v2_inbound_phone_numbers_reportsREAD

List inbound phone numbers reports — Voice Insights aggregate reports over a whole account or number set. List Inbound Phone Numbers Level Reports. Same Advanced Features requirement as the per-call reads.

twilio_read
twilio_list_insights_v2_outbound_phone_numbers_reportsREAD

List outbound phone numbers reports — Voice Insights aggregate reports over a whole account or number set. List Outbound Phone Numbers Level Reports. Same Advanced Features requirement as the per-call reads.

twilio_read
twilio_list_insights_video_participant_summariesREAD

List video participant summaries — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get a list of room participants. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_list_insights_video_room_summariesREAD

List video room summaries — Voice Insights — per-call, per-conference and per-video-room quality telemetry. Get a list of Programmable Video Rooms. REQUIRES VOICE INSIGHTS ADVANCED FEATURES, an account-level toggle that adds $0.0025 to every voice minute the account bills. If it is off this returns a 403 or an empty result; call twilio_get_voice_insights_settings to tell those apart. The toggle itself is deliberately not exposed.

twilio_read
twilio_list_intelligence_custom_operatorsREAD

List custom operators — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieves a list of all Custom Operators for an Account. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_operator_resultsREAD

List operator results — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieve a list of Operator Results for the given Transcript. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_operator_typesREAD

List operator types — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieves a list of all Operator Types for an Account. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_operatorsREAD

List operators — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieves a list of all Operators for an Account, both Custom and Pre-built. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_prebuilt_operatorsREAD

List prebuilt operators — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieves a list of all Pre-built Operators for an account. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_sentencesREAD

List sentences — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Get all Transcript Sentences by TranscriptSid. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_servicesREAD

List services — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieves a list of all Services for an account. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_transcriptsREAD

List transcripts — Conversational Intelligence — transcripts of recorded calls and the operators run over them. Retrieve a list of Transcripts for a given service. READING is free; CREATING a transcript is billed at $0.024-$0.027 per minute and is not exposed. Transcript text and sentences are a real conversation between real people — treat them as customer content and do not repeat them further than the task requires.

twilio_read
twilio_list_intelligence_v3_configurationsREAD

List configurations — The v3 Conversational Intelligence control plane. Retrieve a list of Intelligence Configurations. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_list_intelligence_v3_conversationsREAD

List conversations — The v3 Conversational Intelligence control plane. Retrieve a list of Conversations. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_list_intelligence_v3_operator_resultsREAD

List operator results — The v3 Conversational Intelligence control plane. Retrieve a list of OperatorResults. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_list_intelligence_v3_operator_versionsREAD

List operator versions — The v3 Conversational Intelligence control plane. Retrieve a list of Operator Versions. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_list_intelligence_v3_operatorsREAD

List operators — The v3 Conversational Intelligence control plane. Retrieve a list of Operators. Read-only; same content-sensitivity as the v2 transcripts.

twilio_read
twilio_list_knowledge_chunksREAD

List chunks — Twilio Knowledge — the retrieval corpus behind Twilio's AI features. List knowledge chunks. Read-only. Usage-based billing applies to queries, not to these reads.

twilio_read
twilio_list_knowledge_sourcesREAD

List sources — Twilio Knowledge — the retrieval corpus behind Twilio's AI features. List all knowledge. Read-only. Usage-based billing applies to queries, not to these reads.

twilio_read
twilio_list_knowledge_v2_knowledge_basesREAD

List knowledge bases — The v2 Knowledge control plane, organised into knowledge bases. Read-only.

twilio_read
twilio_list_knowledge_v2_knowledge_chunksREAD

List knowledge chunks — The v2 Knowledge control plane, organised into knowledge bases. Read-only.

twilio_read
twilio_list_knowledge_v2_knowledgesREAD

List knowledges — The v2 Knowledge control plane, organised into knowledge bases. List Knowledge Sources. Read-only.

twilio_read
twilio_list_marketplace_available_add_on_extensionsREAD

List available add on extensions — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Retrieve a list of Extensions for the Available Add-on. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_list_marketplace_available_add_onsREAD

List available add ons — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Retrieve a list of Add-ons currently available to be installed. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_list_marketplace_installed_add_on_extensionsREAD

List installed add on extensions — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Retrieve a list of Extensions for the Installed Add-on. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_list_marketplace_installed_add_onsREAD

List installed add ons — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. Retrieve a list of Add-ons currently installed on this Account. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_list_marketplace_listingsREAD

List listings — The Twilio Marketplace catalog of third-party Add-ons and what this account has installed. This endpoint returns the Listings owned by the authenticated Account. READ ONLY. Installing an Add-on creates recurring third-party billing and grants a third party access to this account's call and message data, so it is not exposed.

twilio_read
twilio_list_memory_data_mappingsREAD

List data mappings — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_observation_revisionsREAD

List observation revisions — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_profile_conversation_summariesREAD

List profile conversation summaries — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. List Conversation Summaries. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_profile_identifiersREAD

List profile identifiers — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_profile_imports_v2READ

List profile imports v2 — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Get a list of imports. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_profile_observationsREAD

List profile observations — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. List Observations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_profile_traitsREAD

List profile traits — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_profilesREAD

List profiles — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_storesREAD

List stores — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. List Memory Stores. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_memory_trait_groupsREAD

List trait groups — Twilio Memory — customer profiles, identifiers, traits and observations assembled from conversations. Read-only. Profiles here are personal data about the customer's own end users; do not repeat identifiers or traits further than the task requires.

twilio_read
twilio_list_message_mediaREAD

List the media attached to one MMS, with each item's content type and URI. Today an agent sees num_media on a message and has no way to reach the attachments at all. METADATA ONLY — this does not fetch the bytes.

twilio_read
twilio_list_messagesREAD

List messages sent from or received by this account, newest first, filterable by recipient, sender and date. Each entry carries the message SID that twilio_get_message and twilio_delete_message need, plus body, delivery status, segment count, price and error code. Message bodies are the customer's own content — do not repeat them further than the task requires.

twilio_read
twilio_list_messaging_brand_vettingsREAD

List brand vettings — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_list_messaging_destination_alpha_sendersREAD

List destination alpha senders — The Messaging API — Messaging Service internals, sender pools, link shortening and A2P registration state. Free and read-only.

twilio_read
twilio_list_messaging_service_alpha_sendersREAD

List the alphanumeric sender IDs registered on a Messaging Service (a brand name shown instead of a number). Alphanumeric senders are one-way and are rejected outright in some countries, so a message that vanished may have gone out from one of these. Free and non-mutating; twilio_add_messaging_service_alpha_sender registers one.

twilio_read
twilio_list_messaging_service_channel_sendersREAD

List the non-SMS senders on a Messaging Service — WhatsApp, RCS and other channels. Agentic Fabriq's send accepts a whatsapp: recipient, so this answers whether the service has a WhatsApp sender at all before a send is attempted and silently fails. Free and non-mutating; twilio_add_messaging_service_channel_sender adds one.

twilio_read
twilio_list_messaging_service_numbersREAD

List the phone numbers in a Messaging Service's sender pool. When a send uses messaging_service_sid, Twilio picks the sender from this pool — so this is the only way to answer 'which number did that message actually go out from, and what else could it have used'. Free and non-mutating; twilio_add_messaging_service_number and twilio_remove_messaging_service_number change the pool.

twilio_read
twilio_list_messaging_service_short_codesREAD

List the short codes attached to a Messaging Service. A short code is a separately-provisioned, carrier-approved sender; if a send went out from one, this is where it came from.

twilio_read
twilio_list_messaging_servicesREAD

List the account's Messaging Services. A Messaging Service SID (MG…) is the other legitimate sender for twilio_send_message, and is what an account with a number pool, a registered brand or sender-ID rotation will be using instead of a bare number. If this returns nothing, send from a number instead.

twilio_read
twilio_list_messaging_v2_channels_sendersREAD

List channels senders — The v2 Messaging surface — the unified channel sender catalog. Retrieve a list of Senders. Free and read-only.

twilio_read
twilio_list_notificationsREAD

The classic per-account notification log: errors and warnings Twilio recorded against this account's API requests and calls. Older and coarser than twilio_list_alerts, but it is the log the voice stack writes to, so check both when a call misbehaved.

twilio_read
twilio_list_number_deactivationsREAD

Get the list of phone numbers that carriers deactivated on a given day — numbers whose subscriber changed. Messaging a reassigned number sends a stranger someone else's content, so this is the correct way to stop. Returns a time-limited download URL for that day's file; free and read-only.

twilio_read
twilio_list_numbers_authorization_documentsREAD

List authorization documents — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of AuthorizationDocuments belonging to the account initiating the request. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_bundle_copiesREAD

List bundle copies — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of all Bundles Copies for a Bundle. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_caller_idsREAD

List caller ids — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. List verified caller IDs for an account. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_dependent_hosted_number_ordersREAD

List dependent hosted-number orders — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of dependent HostedNumberOrders belonging to the AuthorizationDocument. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_end_user_typesREAD

List end user types — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of all End-User Types. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_end_usersREAD

List end users — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of all End User for an account. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_evaluationsREAD

List evaluations — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of Evaluations associated to the Bundle resource. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_hosted_number_ordersREAD

List hosted-number orders — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of HostedNumberOrders belonging to the account initiating the request. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_item_assignmentsREAD

List item assignments — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of all Assigned Items for an account. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_regulationsREAD

List regulations — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of all Regulations. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_short_code_applicationsREAD

List short code applications — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_signing_request_configurationsREAD

List signing request configurations — The Phone Numbers API — porting, hosting and eligibility. Synchronous operation to retrieve configurations for the customer. READ ONLY. Starting or cancelling a port moves a number between carriers on the strength of a Letter of Authorization and can strand it between them, so no write here is exposed.

twilio_read
twilio_list_numbers_supporting_document_typesREAD

List supporting document types — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of all Supporting Document Types. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_numbers_supporting_documentsREAD

List supporting documents — Regulatory Compliance — the bundles, end users and documents a country's telecom regulator requires before it will let this account keep a number. Retrieve a list of all Supporting Document for an account. READ ONLY. Submitting identity documents to a national regulator is a legal filing and is not exposed; reading the status of one that has already been filed has no lever attached to it.

twilio_read
twilio_list_outgoing_caller_idsREAD

List the non-Twilio numbers verified as caller IDs on this account — and, on a trial account, the only numbers it is allowed to message. A trial send to an unverified number fails with error 21608, and this is how to tell in advance. Free and non-mutating. Renaming and removing a verified caller ID are exposed; VERIFYING a new one places an unsolicited call or SMS to a number the account does not own, and is not.

twilio_read
twilio_list_phone_numbersREAD

List the Twilio numbers this account owns, with each number's SID, E.164 value, console label and SMS/MMS/voice capabilities. START HERE before sending: twilio_send_message needs a sender the account actually holds, and Twilio numbers are not guessable. Check the `capabilities` field — a voice-only number cannot send SMS.

twilio_read
twilio_list_port_in_requestsREAD

List in-flight requests to port numbers into this account, with each one's status and target date. READ ONLY: starting or cancelling a port moves a number between carriers on the strength of a Letter of Authorization and can strand it between them, so neither is exposed.

twilio_read
twilio_list_pricing_messaging_countriesREAD

List messaging countries — Account-specific rate cards. The price is per account, so reading it is the only honest way to answer what something will cost. Free and read-only.

twilio_read
twilio_list_pricing_phone_number_countriesREAD

List phone number countries — Account-specific rate cards. The price is per account, so reading it is the only honest way to answer what something will cost. Free and read-only.

twilio_read
twilio_list_pricing_v2_trunking_countriesREAD

List trunking countries — The v2 rate cards, which add trunking and per-destination voice prices. Free and read-only.

twilio_read
twilio_list_pricing_v2_voice_countriesREAD

List voice countries — The v2 rate cards, which add trunking and per-destination voice prices. Free and read-only.

twilio_read
twilio_list_pricing_voice_countriesREAD

List voice countries — Account-specific rate cards. The price is per account, so reading it is the only honest way to answer what something will cost. Free and read-only.

twilio_read
twilio_list_queue_membersREAD

List queue members — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve the members of the queue. Free and read-only.

twilio_read
twilio_list_queuesREAD

List queues — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of queues belonging to the account used to make the request. Free and read-only.

twilio_read
twilio_list_recording_add_on_result_payloadsREAD

List recording add on result payloads — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of payloads belonging to the AddOnResult. Free and read-only.

twilio_read
twilio_list_recording_add_on_resultsREAD

List recording add on results — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of results belonging to the recording. Free and read-only.

twilio_read
twilio_list_recording_transcriptionsREAD

List recording transcriptions — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_recordingsREAD

List the recordings on this account with each one's duration, channel count, price, source and encryption status. METADATA ONLY — the audio itself is a recording of a real conversation and is not returned or fetched.

twilio_read
twilio_list_regulatory_bundlesREAD

List the regulatory compliance bundles on this account and their review status. Outside the US a number cannot be kept without an approved bundle, so a rejected bundle explains a number that will not provision. Free and non-mutating. Assembling a bundle — creating it, attaching end users and supporting documents, running the compliance evaluation — is exposed separately; SUBMITTING one to a national regulator is a legal filing and is not.

twilio_read
twilio_list_serverless_asset_versionsREAD

List asset versions — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Asset Versions. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_assetsREAD

List assets — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Assets. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_buildsREAD

List builds — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Builds. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_deploymentsREAD

List deployments — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Deployments. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_environmentsREAD

List environments — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all environments. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_function_versionsREAD

List function versions — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Function Version resources. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_functionsREAD

List functions — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Functions. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_logsREAD

List logs — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all logs. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_servicesREAD

List services — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Services. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_serverless_variablesREAD

List variables — Twilio Serverless (Functions and Assets) — the customer's own code running on Twilio. Retrieve a list of all Variables. READ ONLY, and the split matters: reading a function's logs is how a customer debugs the thing, while DEPLOYING agent-authored JavaScript to a public *.twil.io URL running with the account's credentials is never exposed.

twilio_read
twilio_list_short_codesREAD

List the short codes this account owns. A short code is a carrier-approved five- or six-digit sender with its own throughput and its own approval; twilio_list_phone_numbers does not return them, so without this an account's short-code senders are invisible.

twilio_read
twilio_list_signing_keysREAD

List signing keys — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Free and read-only.

twilio_read
twilio_list_sip_auth_calls_credential_list_mappingsREAD

List SIP auth calls credential list mappings — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of credential list mappings belonging to the domain used in the request. Free and read-only.

twilio_read
twilio_list_sip_auth_calls_ip_access_control_list_mappingsREAD

List SIP auth calls IP access control list mappings — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of IP Access Control List mappings belonging to the domain used in the request. Free and read-only.

twilio_read
twilio_list_sip_auth_registrations_credential_list_mappingsREAD

List SIP auth registrations credential list mappings — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of credential list mappings belonging to the domain used in the request. Free and read-only.

twilio_read
twilio_list_sip_credential_list_mappingsREAD

List SIP credential list mappings — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Read multiple CredentialListMapping resources from an account. Free and read-only.

twilio_read
twilio_list_sip_credential_listsREAD

List SIP credential lists — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Get All Credential Lists. Free and read-only.

twilio_read
twilio_list_sip_credentialsREAD

List SIP credentials — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of credentials. Free and read-only.

twilio_read
twilio_list_sip_domainsREAD

List SIP domains — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of domains belonging to the account used to make the request. Free and read-only.

twilio_read
twilio_list_sip_ip_access_control_list_mappingsREAD

List SIP IP access control list mappings — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of IpAccessControlListMapping resources. Free and read-only.

twilio_read
twilio_list_sip_ip_access_control_listsREAD

List SIP IP access control lists — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Retrieve a list of IpAccessControlLists that belong to the account used to make the request. Free and read-only.

twilio_read
twilio_list_sip_ip_addressesREAD

List SIP IP addresses — Part of Twilio's classic REST API, scoped to the account this connection is bound to. Read multiple IpAddress resources. Free and read-only.

twilio_read
twilio_list_studio_execution_stepsREAD

Walk one flow execution step by step — which widget ran, what it produced and where the run branched. This is how a Studio automation that did the wrong thing is diagnosed.

twilio_read
twilio_list_studio_executionsREAD

List runs of one Studio flow, with each run's contact address, status and timestamps. Observability for an automation the customer already built. TRIGGERING an execution is not exposed: it fires the whole automation at a chosen number and bills every call and message the flow then sends.

twilio_read
twilio_list_studio_flow_revisionsREAD

List flow revisions — Studio — the customer's own call and message automations, and the runs of them. Retrieve a list of all Flows revisions. READ ONLY, for the same reason as v1.

twilio_read
twilio_list_studio_flowsREAD

List the Studio flows on this account with their status, revision and timestamps. A Studio flow IS the logic that answers the customer's real inbound calls and messages, so this is read-only: authoring, editing, deleting and triggering a flow are all deliberately not exposed.

twilio_read
twilio_list_studio_v1_engagementsREAD

List engagements — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a list of all Engagements for the Flow. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_list_studio_v1_execution_stepsREAD

List execution steps — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a list of all Steps for an Execution. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_list_studio_v1_executionsREAD

List executions — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a list of all Executions for the Flow. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_list_studio_v1_flowsREAD

List flows — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a list of all Flows. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_list_studio_v1_stepsREAD

List steps — The v1 Studio surface, where a flow run is called an Engagement rather than an Execution. Retrieve a list of all Steps for an Engagement. READ ONLY. A Studio flow is the logic that answers the customer's real inbound calls and messages; authoring one, deleting one and triggering a run are all deliberately not exposed.

twilio_read
twilio_list_sync_document_permissionsREAD

List document permissions — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Retrieve a list of all Permissions applying to a Sync Document. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_documentsREAD

List documents — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_list_itemsREAD

List list items — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_list_permissionsREAD

List list permissions — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Retrieve a list of all Permissions applying to a Sync List. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_listsREAD

List lists — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_map_itemsREAD

List map items — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_map_permissionsREAD

List map permissions — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Retrieve a list of all Permissions applying to a Sync Map. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_mapsREAD

List maps — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_servicesREAD

List services — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_sync_streamsREAD

List streams — Twilio Sync — the account's real-time state store of documents, lists, maps and streams. Retrieve a list of all Streams in a Service Instance. Read-only. Sync objects hold whatever the customer's application put in them, so treat their data as customer content.

twilio_read
twilio_list_taskrouter_activitiesREAD

List activities — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_eventsREAD

List events — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_task_channelsREAD

List task channels — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_task_queuesREAD

List task queues — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_task_queues_statisticsREAD

List task queues statistics — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_task_reservationsREAD

List task reservations — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_tasksREAD

List tasks — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_worker_channelsREAD

List worker channels — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_worker_reservationsREAD

List worker reservations — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_workersREAD

List workers — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_workflowsREAD

List workflows — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_taskrouter_workspacesREAD

List workspaces — TaskRouter — workspaces, queues, workers, workflows and the live statistics over them. READ ONLY. Creating a task is $0.06 after the first 100 a month with no ceiling parameter, and changing a workflow rewrites how every future task is routed, so no write is exposed.

twilio_read
twilio_list_tollfree_verificationsREAD

List toll-free verification submissions and their status. US toll-free traffic is blocked outright until the number is verified, so an unverified number is the toll-free equivalent of an unregistered A2P campaign. Read-only — filing a verification is not exposed.

twilio_read
twilio_list_transcriptionsREAD

List the transcriptions of this account's recordings, with each one's status, duration and price. The transcript text is the customer's own conversation content — do not repeat it further than the task requires.

twilio_read
twilio_list_trunking_credential_listsREAD

List credential lists — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_list_trunking_ip_access_control_listsREAD

List IP access control lists — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. List all IP Access Control Lists for a Trunk. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_list_trunking_origination_urlsREAD

List origination URLs — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_list_trunking_phone_numbersREAD

List phone numbers — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_list_trunking_trunksREAD

List trunks — Elastic SIP Trunking — the customer's own SIP trunks and what may originate or terminate on them. READ ONLY. A trunk write decides who may place calls billed to this account, which is a security decision Agentic Fabriq cannot make.

twilio_read
twilio_list_trust_productsREAD

List Trust Hub trust products — the per-product compliance records (such as a shaken/stir or toll-free profile) attached to this account — and their review status. Read-only.

twilio_read
twilio_list_trusthub_customer_profile_channel_endpoint_assignmentsREAD

List customer profile channel endpoint assignments — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all Assigned Items for an account. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_customer_profile_entity_assignmentsREAD

List customer profile entity assignments — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all Assigned Items for an account. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_customer_profile_evaluationsREAD

List customer profile evaluations — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of Evaluations associated to the customer_profile resource. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_end_user_typesREAD

List end user types — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all End-User Types. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_end_usersREAD

List end users — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all End User for an account. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_policiesREAD

List policies — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all Policys. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_supporting_document_typesREAD

List supporting document types — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all Supporting Document Types. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_supporting_documentsREAD

List supporting documents — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all Supporting Document for an account. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_trust_product_channel_endpoint_assignmentsREAD

List trust product channel endpoint assignments — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all Assigned Items for an account. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_trust_product_entity_assignmentsREAD

List trust product entity assignments — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of all Assigned Items for an account. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_trusthub_trust_product_evaluationsREAD

List trust product evaluations — Trust Hub — the business-identity records every A2P brand and several regulatory bundles hang off. Retrieve a list of Evaluations associated to the trust_product resource. READ ONLY. Creating or submitting a profile is a sworn statement about a business identity; reading its status is not.

twilio_read
twilio_list_usage_triggersREAD

List the account's usage triggers — the customer's own spend alarms, each with its threshold and what it fires on. READ ONLY: deleting a trigger removes the ceiling on the mistakes an agent's own sends can make, so it is deliberately not exposed.

twilio_read
twilio_list_verify_attemptsREAD

List Verify attempts with their channel, destination country, conversion status and price. This is the fraud and conversion telemetry for OTP traffic — SMS-pumping shows up here as a spike of unconverted attempts to one country. Read-only; it sends nothing.

twilio_read
twilio_list_verify_bucketsREAD

List buckets — Verify — the OTP product's configuration, entities, factors and telemetry. Retrieve a list of all Buckets for a Rate Limit. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_verify_challengesREAD

List challenges — Verify — the OTP product's configuration, entities, factors and telemetry. Retrieve a list of all Challenges for a Factor. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_verify_entitiesREAD

List entities — Verify — the OTP product's configuration, entities, factors and telemetry. Retrieve a list of all Entities for a Service. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_verify_factorsREAD

List factors — Verify — the OTP product's configuration, entities, factors and telemetry. Retrieve a list of all Factors for an Entity. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_verify_messaging_configurationsREAD

List messaging configurations — Verify — the OTP product's configuration, entities, factors and telemetry. Retrieve a list of all Messaging Configurations for a Service. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_verify_rate_limitsREAD

List rate limits — Verify — the OTP product's configuration, entities, factors and telemetry. Retrieve a list of all Rate Limits for a service. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_verify_servicesREAD

List the Verify (OTP) services on this account with their channel settings, code length and lookup configuration. READ ONLY, and the distinction matters: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to an arbitrary phone number, not about the product. Reading configuration messages nobody.

twilio_read
twilio_list_verify_verification_templatesREAD

List verification templates — Verify — the OTP product's configuration, entities, factors and telemetry. List all the available templates for a given Account. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_verify_webhooksREAD

List webhooks — Verify — the OTP product's configuration, entities, factors and telemetry. Retrieve a list of all Webhooks for a Service. READ ONLY, and the distinction is the whole point: Agentic Fabriq's Verify exclusion is about SENDING an authentication code to a phone number, not about the product. Nothing here sends anything.

twilio_read
twilio_list_video_composition_hooksREAD

List composition hooks — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. List of all Recording CompositionHook resources. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_compositionsREAD

List compositions — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. List of all Recording compositions. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_recordingsREAD

List recordings — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. List of all Track recordings. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_room_participant_published_tracksREAD

List room participant published tracks — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a list of tracks associated with a given Participant. Only `currently` Published Tracks are in the list resource. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_room_participant_subscribed_tracksREAD

List room participant subscribed tracks — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. Returns a list of tracks that are subscribed for the participant. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_room_participantsREAD

List room participants — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_room_recordingsREAD

List room recordings — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_room_transcriptionsREAD

List room transcriptions — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_video_roomsREAD

List rooms — Programmable Video — rooms, participants, recordings and compositions. The product's EOL was announced, extended, then reversed; it is live. READ ONLY and METADATA ONLY. Creating a room bills per participant-minute, and a recording is video of real people, so neither creating nor fetching media bytes is exposed.

twilio_read
twilio_list_voice_byoc_trunksREAD

List BYOC trunks — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_list_voice_connection_policiesREAD

List connection policies — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_list_voice_connection_policy_targetsREAD

List connection policy targets — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_list_voice_dialing_permissions_countriesREAD

List dialing permissions countries — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. Retrieve all voice dialing country permissions for this account. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_list_voice_dialing_permissions_hrs_prefixesREAD

List dialing permissions high-risk prefixes — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. Fetch the high-risk special services prefixes from the country resource corresponding to the ISO country code. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_list_voice_ip_recordsREAD

List IP records — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_list_voice_source_ip_mappingsREAD

List source IP mappings — The Voice API's configuration surface — dialling permissions, BYOC trunks, connection policies and source-IP mappings. READ ONLY. Every write here reconfigures a live telecom estate or opens high-risk international dialling, which is where toll fraud converts to money.

twilio_read
twilio_lookup_memory_profilesREAD

Lookup memory profiles — Finds profiles by identifier. A POST on Twilio's side because the identifier list travels in the body; it mutates nothing, which is why it carries twilio_read.

twilio_read
twilio_lookup_phone_numberREAD

Validate a phone number and return its E.164 and national formats, its country, and whether it is a real, dialable number. Use it to check a number BEFORE spending money sending to it. COSTS MONEY IF `fields` IS USED: validation and formatting are free, but every entry in `fields` selects a billed Twilio data package charged per lookup. Leave `fields` out unless the user explicitly asked for carrier, line-type, caller-name or fraud-risk data.

twilio_read
twilio_patch_conversations_v2_conversationWRITE

DESTRUCTIVE — Patch conversations v2 conversation — The partial form, which changes only what it names. Requires confirm="change-this-v2-conversation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_place_callWRITE

DESTRUCTIVE — Place call — COSTS MONEY AND REACHES A REAL PERSON. BOUNDED ON BOTH AXES, and neither bound is optional here. (1) time_limit is REQUIRED and capped at one hour, so the session cannot outlive it; read the per-minute rate first with twilio_get_voice_price and the maximum cost is time_limit x that rate. (2) application_sid is REQUIRED and is the ONLY way to say what the call does — the TwiML is the customer's own, pre-registered in their Console, and this action declares no url and no twiml parameter at all. twilio_hangup_call ends it early. Requires confirm="place-a-billed-call-to-this-number": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_post_conversation_messageWRITE

DESTRUCTIVE — Post conversation message — COSTS MONEY AND CANNOT BE UNSENT. Delivers to every participant over their own channel — SMS, WhatsApp or chat — and each outbound leg is billed. Recipients are already party to the conversation, which is why this ships where adding a participant does not. Requires confirm="send-this-message-to-participants-post-conversation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_post_conversations_service_messageWRITE

DESTRUCTIVE — Post conversations service message — COSTS MONEY AND CANNOT BE UNSENT. The service-scoped form of posting a message. Requires confirm="send-this-message-to-participants-post-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_post_conversations_v2_communicationWRITE

DESTRUCTIVE — Post conversations v2 communication — COSTS MONEY AND CANNOT BE UNSENT. The v2 form of posting into a conversation: it delivers to every participant on their own channel and each outbound leg is billed. Recipients are already party to the conversation, which is why this ships where adding a participant does not. Requires confirm="send-this-v2-message-to-participants": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_publish_sync_stream_messageWRITE

Publish sync stream message — Publishes one message to a Sync Stream. Stream messages are NOT stored — subscribers connected at the time receive it and there is no history to read back, so this cannot be undone by deleting anything.

twilio_write
twilio_recall_memory_profileREAD

Recall memory profile — Recalls what the store knows about one person, assembled for use in a conversation. A POST that reads; it records nothing.

twilio_read
twilio_record_bulk_consentsWRITE

Record bulk consents — Records consent decisions for many contacts in one call — the evidence that a recipient agreed to be messaged. Bounded by the payload the caller sends. Free.

twilio_write
twilio_record_bulk_contactsWRITE

Record bulk contacts — Records many contacts in one call. This is the customer's own address book; treat the numbers and names as personal data. Bounded by the payload.

twilio_write
twilio_record_message_feedbackWRITE

Record message feedback — Records whether a message achieved its intended outcome, which is what Twilio's delivery analytics learn from. Free, and it changes nothing about the message itself.

twilio_write
twilio_remove_messaging_service_alpha_senderWRITE

DESTRUCTIVE — Remove messaging service alpha sender — Messages that were going out under the brand name fall back to a number. Requires confirm="remove-this-alpha-sender": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_remove_messaging_service_channel_senderWRITE

DESTRUCTIVE — Remove messaging service channel sender — WhatsApp or RCS sends routed through the service stop working. Requires confirm="remove-this-channel-sender": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_remove_messaging_service_destination_alpha_senderWRITE

DESTRUCTIVE — Remove messaging service destination alpha sender — Permanent. Requires confirm="remove-this-destination-alpha-sender": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_remove_messaging_service_numberWRITE

DESTRUCTIVE — Remove messaging service number — Removes a sender from the pool. Sticky-sender continuity for conversations already using that number is broken. Requires confirm="remove-this-number-from-the-pool": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_remove_messaging_service_short_codeWRITE

DESTRUCTIVE — Remove messaging service short code — Removes the short code from the pool. Requires confirm="remove-this-short-code-from-the-pool": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_remove_sip_ip_addressWRITE

DESTRUCTIVE — Remove SIP IP address — Traffic from that range stops being accepted, which is the safe direction — but a live trunk can stop working immediately. Requires confirm="revoke-this-ips-call-authorisation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_replace_numbers_bundle_itemsWRITE

DESTRUCTIVE — Replace numbers bundle items — REPLACES the bundle's whole item set in one call. Anything previously attached and not named here is detached. Requires confirm="replace-every-item-in-this-bundle": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_schedule_messageWRITE

DESTRUCTIVE — schedule an SMS or MMS for a fixed future time. Twilio bills per segment when the message is SENT, not when it is scheduled, and the message reaches a real handset. Unlike an immediate send this one CAN be recalled: twilio_cancel_message stops it any time before send_at. Requires a Messaging Service (messaging_service_sid) — Twilio refuses a scheduled send from a bare number — and send_at must be between 15 minutes and 35 days ahead, in UTC ISO-8601. Prefer this over twilio_send_message whenever the send is not needed this instant: it is the same operation with an undo.

twilio_write
twilio_search_available_numbersREAD

Search Twilio's inventory for numbers that could be bought, with each candidate's capabilities and monthly price. FREE AND BUYS NOTHING — searching costs nothing and reserves nothing. There is deliberately no action that buys a number: a purchase is a recurring charge with no cost ceiling, so this ends in a list a human acts on.

twilio_read
twilio_search_knowledge_v2READ

Search knowledge v2 — Searches a knowledge base. A POST because the query travels in the body; it mutates nothing.

twilio_read
twilio_send_messageWRITE

DESTRUCTIVE — send an SMS or MMS. Twilio bills the account per segment the moment the send is accepted, and publishes no unsend: the message reaches someone's handset and cannot be recalled. twilio_delete_message removes Twilio's RECORD afterwards, not the delivered message. Provide exactly ONE sender: `from_number` (a Twilio number from twilio_list_phone_numbers) or `messaging_service_sid` (from twilio_list_messaging_services). Confirm the recipient before calling; a wrong digit sends a real message to a real stranger.

twilio_write
twilio_send_typing_indicatorWRITE

Send typing indicator — Shows a typing indicator to the participants of an existing conversation. Free, ephemeral, and it delivers no content — the recipients are already party to the conversation.

twilio_write
twilio_set_memory_identity_resolutionWRITE

DESTRUCTIVE — Set memory identity resolution — Changes the rules that decide when two identifiers are the SAME PERSON. Loosening them merges profiles that should be separate; tightening them splits one person into several. Both are hard to unpick afterwards because the merge is applied as data arrives. Requires confirm="change-how-profiles-are-merged": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_set_routes_phone_numberWRITE

DESTRUCTIVE — Set routes phone number — Assigns a phone number to an Inter-Network Exchange voice region. It changes the path every future call takes and can degrade call quality if the region is wrong for the traffic. Requires confirm="change-voice-routing-routes-phone-number": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_set_routes_sip_domainWRITE

DESTRUCTIVE — Set routes SIP domain — Assigns a SIP domain to an Inter-Network Exchange voice region. It changes the path every future call takes and can degrade call quality if the region is wrong for the traffic. Requires confirm="change-voice-routing-routes-sip-domain": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_set_routes_trunkWRITE

DESTRUCTIVE — Set routes trunk — Assigns a SIP trunk to an Inter-Network Exchange voice region. It changes the path every future call takes and can degrade call quality if the region is wrong for the traffic. Requires confirm="change-voice-routing-set-routes-trunk": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_set_sync_document_permissionWRITE

DESTRUCTIVE — Set sync document permission — Sets one identity's read/write/manage rights on a Sync document. Widening them grants a client access to the customer's data; narrowing them can break a running application. Requires confirm="change-who-can-read-and-write-sync-document-permission": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_set_sync_list_permissionWRITE

DESTRUCTIVE — Set sync list permission — Sets one identity's read/write/manage rights on a Sync list. Widening them grants a client access to the customer's data; narrowing them can break a running application. Requires confirm="change-who-can-read-and-write-sync-list-permission": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_set_sync_map_permissionWRITE

DESTRUCTIVE — Set sync map permission — Sets one identity's read/write/manage rights on a Sync map. Widening them grants a client access to the customer's data; narrowing them can break a running application. Requires confirm="change-who-can-read-and-write-sync-map-permission": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_test_event_sinkWRITE

Test event sink — Sends one test event to a sink that ALREADY EXISTS. It takes no destination — creating a sink, which does, is deliberately not exposed.

twilio_write
twilio_unassign_numbers_bundle_itemWRITE

DESTRUCTIVE — Unassign numbers bundle item — Detaches an item from a bundle. An approved bundle that loses a required item can fail its next evaluation. Requires confirm="detach-this-bundle-item": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_delete
twilio_update_addressWRITE

DESTRUCTIVE — Update address — Changes an address numbers and bundles may depend on; an address that fails re-validation can block a number from being provisioned or kept. Requires confirm="change-this-address": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_content_templateWRITE

DESTRUCTIVE — replace a content template's body. Twilio's update is a REPLACE, not a patch: every field not supplied is cleared. And the template is not inert — if it is approved and a live Messaging Service references it, the next business-initiated message on that channel carries the NEW body, to real people, with no further review. Requires confirm=true. Read the current template with twilio_get_content_template, apply your edit to the whole body, and send it back.

twilio_write
twilio_update_conversationWRITE

DESTRUCTIVE — Update conversation — Changes a live thread's state, timers or friendly name. Setting state to `closed` stops participants messaging in it. Requires confirm="change-this-conversation-update": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversation_messageWRITE

DESTRUCTIVE — Update conversation message — Rewrites the stored body of a message participants may already have received, leaving a record that does not match what was delivered. Requires confirm="rewrite-this-delivered-message-update-conversation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_address_configurationWRITE

DESTRUCTIVE — Update conversations address configuration — Changes where inbound messages to one of the account's addresses are routed. Requires confirm="change-inbound-address-routing": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_configurationWRITE

DESTRUCTIVE — Update conversations configuration — Changes the ACCOUNT-WIDE defaults every new conversation inherits, including the default service and the inactive/closed timers. Requires confirm="change-account-wide-defaults": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_roleWRITE

DESTRUCTIVE — Update conversations role — Changes what every user holding this role may do, immediately and for all of them. Requires confirm="change-what-this-role-permits-update-conversations": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_service_configurationWRITE

DESTRUCTIVE — Update conversations service configuration — The service-scoped form of the account-wide defaults. Requires confirm="change-service-wide-defaults": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_service_conversationWRITE

DESTRUCTIVE — Update conversations service conversation — The service-scoped form of the same operation. Requires confirm="change-this-conversation-update-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_service_messageWRITE

DESTRUCTIVE — Update conversations service message — The service-scoped form of the same operation. Requires confirm="rewrite-this-delivered-message-update-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_service_notificationWRITE

DESTRUCTIVE — Update conversations service notification — Changes which events push a notification to the service's users. Requires confirm="change-push-notification-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_service_roleWRITE

DESTRUCTIVE — Update conversations service role — The service-scoped form of the same operation. Requires confirm="change-what-this-role-permits-update-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_service_userWRITE

DESTRUCTIVE — Update conversations service user — The service-scoped form of the same operation. Requires confirm="change-this-user-update-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_service_user_conversationWRITE

DESTRUCTIVE — Update conversations service user conversation — The service-scoped form of the same operation. Requires confirm="change-this-user-conversation-update-conversations-service": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_userWRITE

DESTRUCTIVE — Update conversations user — Changes a user's friendly name, attributes or role. Requires confirm="change-this-user-update-conversations": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_user_conversationWRITE

DESTRUCTIVE — Update conversations user conversation — Changes one user's participation state in one conversation — notification level, last-read message. Requires confirm="change-this-user-conversation-update-conversations": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_v2_configurationWRITE

DESTRUCTIVE — Update conversations v2 configuration — A PUT: every field not supplied is cleared, and the configuration governs conversations already running under it. Requires confirm="replace-this-v2-configuration": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_conversations_v2_conversationWRITE

DESTRUCTIVE — Update conversations v2 conversation — A PUT: unsupplied fields are cleared. Requires confirm="replace-this-v2-conversation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_intelligence_operatorWRITE

DESTRUCTIVE — Update intelligence operator — Changes what an operator extracts. If it is attached, every future transcript is processed by the new version. Requires confirm="change-this-extraction-operator": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_intelligence_serviceWRITE

DESTRUCTIVE — Update intelligence service — Changes settings that apply to every transcript the service processes from now on. Requires confirm="change-live-intelligence-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_intelligence_v3_configurationWRITE

DESTRUCTIVE — Update intelligence v3 configuration — Twilio's verb is PUT, so every field not supplied is cleared. Requires confirm="replace-this-intelligence-configuration": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_intelligence_v3_operatorWRITE

DESTRUCTIVE — Update intelligence v3 operator — A PUT: unsupplied fields are cleared. Requires confirm="replace-this-v3-operator": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_knowledge_sourceWRITE

DESTRUCTIVE — Update knowledge source — Twilio's verb here is PUT, so every field not supplied is cleared, and the corpus is re-embedded. Same source-type restriction as the create. Requires confirm="replace-this-knowledge-source": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_knowledge_v2_baseWRITE

DESTRUCTIVE — Update knowledge v2 base — Applies to every source in it. Requires confirm="change-this-knowledge-base": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_knowledge_v2_sourceWRITE

DESTRUCTIVE — Update knowledge v2 source — Same source-type restriction as the create; the corpus is re-embedded. Requires confirm="replace-this-knowledge-v2-source": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_lookup_overrideWRITE

DESTRUCTIVE — Update lookup override — REPLACES the override. Twilio's verb here is PUT, so every field not supplied is cleared. Requires confirm="replace-this-lookup-override": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_lookup_rate_limitWRITE

DESTRUCTIVE — Update lookup rate limit — Changes the ceiling on how many PAID lookups a bucket permits. Raising it raises what the account can spend on Lookup data packages; the new maximum is a required argument. DELETING the ceiling is deliberately not exposed. Requires confirm="change-this-paid-lookup-ceiling": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_conversation_summaryWRITE

DESTRUCTIVE — Update memory conversation summary — Rewrites a stored summary of a real conversation. Requires confirm="rewrite-this-conversation-summary": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_data_mappingWRITE

DESTRUCTIVE — Update memory data mapping — Changes where incoming data lands. Every future write through this mapping goes somewhere new. Requires confirm="change-this-data-mapping": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_observationWRITE

DESTRUCTIVE — Update memory observation — Rewrites a recorded observation; the previous value survives only in the revision list. Requires confirm="rewrite-this-observation": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_profile_identifierWRITE

DESTRUCTIVE — Update memory profile identifier — Changes an identifier a live system matches on. A wrong value silently attaches one person's history to another. Requires confirm="change-how-this-person-is-recognised": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_profile_traitsWRITE

DESTRUCTIVE — Update memory profile traits — Changes recorded facts about a real person. Requires confirm="change-this-persons-traits": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_profiles_bulkWRITE

DESTRUCTIVE — Update memory profiles bulk — Overwrites MANY profiles in one call. Bounded by the payload the caller sends — the profiles named are the profiles changed — but a mistake here is a mistake repeated across every one of them. Requires confirm="bulk-overwrite-these-profiles": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_storeWRITE

DESTRUCTIVE — Update memory store — Changes a live store's settings, which apply to every profile already in it. Requires confirm="change-memory-store-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_memory_trait_groupWRITE

DESTRUCTIVE — Update memory trait group — Applies to every profile carrying the group. Requires confirm="change-this-trait-group": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_messaging_serviceWRITE

DESTRUCTIVE — Update messaging service — Changes sticky sender, area-code geomatch, smart encoding and validity period for a service that may be carrying live traffic. Webhook parameters are not accepted, for the same reason as the create. Requires confirm="change-live-messaging-service-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_messaging_v2_channel_senderWRITE

DESTRUCTIVE — Update messaging v2 channel sender — Changes a live channel sender's profile — the name and details recipients see. Requires confirm="change-this-v2-channel-sender": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_numbers_bundleWRITE

DESTRUCTIVE — Update numbers bundle — Changes a draft bundle's name or notification email. It CANNOT change `Status`: this endpoint's status field is what submits the bundle to a national regulator, which is a legal filing an agent cannot make, so the parameter is not declared and a caller supplying it is refused by name. The StatusCallback URL is not accepted either. Requires confirm="change-this-draft-bundle": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_numbers_caller_idWRITE

DESTRUCTIVE — Update numbers caller id — Renames a caller ID that is already verified. VERIFYING a new one places an unsolicited call or SMS to a number the account does not own and is deliberately not exposed. Requires confirm="rename-this-verified-caller-id": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_numbers_end_userWRITE

DESTRUCTIVE — Update numbers end user — Changes identity details a regulator may already have approved. A bundle referencing it can fail its next evaluation. Requires confirm="change-this-end-user-record": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_numbers_supporting_documentWRITE

DESTRUCTIVE — Update numbers supporting document — Changes document metadata a regulator may already have approved. Requires confirm="change-this-supporting-document": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_queueWRITE

DESTRUCTIVE — Update queue — Changes a live queue's name or maximum size; lowering the maximum below the current depth stops new calls entering. Requires confirm="change-this-queue": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sip_credential_listWRITE

DESTRUCTIVE — Update SIP credential list — Renames a list a live SIP domain may reference. Requires confirm="rename-this-credential-list": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sip_ip_access_control_listWRITE

DESTRUCTIVE — Update SIP IP access control list — Renames a list a live SIP domain may reference. Requires confirm="rename-this-ip-access-control-list": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sip_ip_addressWRITE

DESTRUCTIVE — Update SIP IP address — Changes an authorised range. Same consideration as adding one, in both directions: narrowing it can stop a working SIP trunk. Requires confirm="change-which-ips-may-place-billed-calls": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sync_documentWRITE

DESTRUCTIVE — Update sync document — REPLACES the document's data wholesale; Twilio does not merge. Read it with twilio_get_sync_document first and send the whole object back. Requires confirm="replace-document-data": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sync_listWRITE

DESTRUCTIVE — Update sync list — Changes the list's TTL. An expired list and its items are removed by Twilio. Requires confirm="change-list-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sync_list_itemWRITE

DESTRUCTIVE — Update sync list item — REPLACES the item's data wholesale. Requires confirm="replace-list-item-data": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sync_mapWRITE

DESTRUCTIVE — Update sync map — Changes the map's TTL. Requires confirm="change-map-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sync_map_itemWRITE

DESTRUCTIVE — Update sync map item — REPLACES the item's data wholesale. Requires confirm="replace-map-item-data": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sync_serviceWRITE

DESTRUCTIVE — Update sync service — Changes a live Sync Service's ACL and reachability settings, which take effect for every client already connected to it. Requires confirm="change-sync-service-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_sync_streamWRITE

DESTRUCTIVE — Update sync stream — Changes the stream's TTL. Requires confirm="change-stream-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_activityWRITE

DESTRUCTIVE — Update taskrouter activity — Renames an activity workers are currently in. Requires confirm="rename-this-activity": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_taskWRITE

DESTRUCTIVE — Update taskrouter task — Reprioritises, reassigns or cancels a task that may already be reserved for a worker. Requires confirm="change-this-live-task": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_task_channelWRITE

DESTRUCTIVE — Update taskrouter task channel — Changes how capacity is counted for every worker on this channel. Requires confirm="change-this-task-channel": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_task_queueWRITE

DESTRUCTIVE — Update taskrouter task queue — Changes which workers a live queue targets and how it reserves them. Requires confirm="change-who-this-queue-targets": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_task_reservationWRITE

DESTRUCTIVE — Update taskrouter task reservation — Accepts, rejects or completes a reservation — the moment a specific worker is or is not given a specific piece of work. Requires confirm="change-this-reservation-update-taskrouter-task": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_workerWRITE

DESTRUCTIVE — Update taskrouter worker — Changes a live worker's activity or attributes — this is how a person is made available or unavailable for work. Requires confirm="change-this-worker": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_worker_channelWRITE

DESTRUCTIVE — Update taskrouter worker channel — Changes one worker's capacity on one channel, which decides how much work they are given. Requires confirm="change-this-workers-capacity": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_worker_reservationWRITE

DESTRUCTIVE — Update taskrouter worker reservation — The worker-scoped form of updating a reservation. Requires confirm="change-this-reservation-update-taskrouter-worker": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_taskrouter_workspaceWRITE

DESTRUCTIVE — Update taskrouter workspace — Changes a live workspace. Turning MultiTasking on or off changes how every worker's capacity is computed, for all traffic, immediately. Requires confirm="change-live-workspace-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_verify_messaging_configurationWRITE

DESTRUCTIVE — Update verify messaging configuration — Changes which Messaging Service carries verification SMS for one country. Requires confirm="change-this-country-routing": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_verify_rate_limitWRITE

DESTRUCTIVE — Update verify rate limit — Changes a live anti-fraud throttle's description. Its numeric ceiling lives on its buckets. Requires confirm="change-this-fraud-throttle": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_verify_rate_limit_bucketWRITE

DESTRUCTIVE — Update verify rate limit bucket — Changes an anti-fraud ceiling. RAISING it widens the account's exposure to SMS pumping, which is billed to the customer; the new maximum is a required argument so the new ceiling is always explicit. DELETING a bucket — removing the ceiling entirely — is deliberately not exposed. Requires confirm="change-this-fraud-ceiling": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_update_verify_serviceWRITE

DESTRUCTIVE — Update verify service — Changes code length, TTL, enabled channels and fraud settings for every verification the service performs from now on. Requires confirm="change-live-verify-settings": a literal token, not a flag, so that the argument cannot be satisfied without reading what it does.

twilio_write
twilio_validate_event_sinkWRITE

Validate event sink — Completes the validation handshake for a webhook sink that already exists, using a validation code the sink's owner received. Takes no destination.

twilio_write

Put Twilio behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.