בדיקת מסירת הודעות של הבוקר
Every weekday at 8:30, list the text messages my Twilio account sent in the last 24 hours, group them by delivery status, and write me a short summary that names every message that failed or is still stuck as queued.
שרת MCP מאומת: Twilio
רשימת הכלים למטה היא לכידה חיה מהשרת הרץ; קריאת כלי מאומתת עדיין ממתינה להרשאות.
התשובה הקצרה
אומת לאחרונה 2026-08-03
שרת ה-MCP של Twilio מציב את ה-REST API של Twilio מול עוזר AI, בדמות 197 כלים שנוצרים ישירות ממפרט ה-API של Twilio עצמה. כל כלי בריצה שמאחורי העמוד הזה הגיע מה-API הקלאסי מגרסת 2010-04-01: הודעות טקסט, שיחות קוליות, ועידות, הקלטות ותמלולים, מספרי הטלפון שבבעלותכם ואלה שאפשר לרכוש, תורים, דומיינים ואישורי SIP, רשומות שימוש ומפתחות חשבון. הפילוח הוא 61 כלי רשימה, 42 שליפה, 35 יצירה, 32 מחיקה ו-27 עדכון, כלומר רובו קורא וחלק ממשי ממנו כותב. זהו פרויקט רשמי של Twilio Labs, מפורסם מחשבון ה-npm של Twilio עצמה, והוא רץ על ה-Mac שלכם על גבי stdio. הוא אינו נטול אישורי גישה: אתם מוסרים לו Account SID של Twilio יחד עם API Key SID וסוד, והוא בודק את המבנה של שניהם עוד לפני שהוא מוכן לדבר בפרוטוקול בכלל. הרצנו אותו עם ערכי דמה במבנה המדויק הזה, והוא עלה, השלים את לחיצת היד וסיפק את רשימת כל 197 הכלים, שהיא הטבלה למטה, מילה במילה. קריאת הכלי האמיתית האחת שביצענו חזרה עם 401 Authenticate, מפני שמפתח דמה אינו מפתח אמיתי, ולכן העמוד הזה נושא תג של ספירה מאומתת ולא של אימות מלא: רשימת הכלים הוכחה בריצה חיה, וקריאה מאומתת ממתינה למפתח אמיתי. כל שגיאה בעמוד הזה, כולל אותו 401, היא פלט שלכדנו. [1][3][6][7]
אימות
השיטה
הרצנו את השרת עם npx על גבי stdio, והעברנו לו Account SID, API Key SID וסוד API כדגלים בשורת הפקודה, עם ערכי דמה שבנויים בדיוק במבנה שהשרת בודק, ואז השלמנו את לחיצת היד של MCP וקראנו ל-tools/list, שהחזיר את כל 197 הכלים אל הטבלה שלמטה. אחר כך ביצענו קריאת כלי אמיתית אחת, TwilioApiV2010--ListAccount בלי ארגומנטים, ו-Twilio ענתה 401 Authenticate, מפני שמפתח דמה אינו מפתח אמיתי: זו הסיבה שהעמוד נושא תג של ספירה מאומתת, כשרשימת הכלים הוכחה בריצה חיה וקריאה מאומתת עדיין ממתינה ל-Account SID אמיתי של Twilio יחד עם API Key SID וסוד. השרת הזה אינו מדפיס דבר ל-stderr, ולכן הבאנר שלמטה הוא שורת העלייה שהוא רשם ל-stdout יחד עם שורת ה-serverInfo מתשובת ה-initialize שלו. הרצנו אותו בכוונה עוד פעמיים עם אישורי גישה במבנה שגוי, ושני הסירובים נמצאים בקטע פתרון התקלות.
הודעת הפתיחה של השרת
{"jsonrpc":"2.0","method":"log","params":{"level":30,"time":"2026-08-03T04:56:42.073Z","message":"Twilio MCP Server running on stdio","module":"default"},"id":"d694f02b-50c2-450e-9f3c-b75dd49a6d07"}
{"result":{"protocolVersion":"2024-11-05","capabilities":{"tools":{},"resources":{},"prompts":{}},"serverInfo":{"name":"twilio-server","version":"0.0.1","capabilities":{"resources":{},"tools":{},"prompts":{}},"instructions":"You are an agent to call Twilio APIs. If no accountSid is provided, you MUST use ACdeadbeefdeadbeefdeadbeefdeadbeef"},"instructions":"You are an agent to call Twilio APIs. If no accountSid is provided, you MUST use ACdeadbeefdeadbeefdeadbeefdeadbeef"},"jsonrpc":"2.0","id":1}קריאת כלי אמיתית אחת
tools/call TwilioApiV2010--ListAccount {}{"jsonrpc":"2.0","id":3,"error":{"code":-32603,"message":"{\"code\":20003,\"message\":\"Authenticate\",\"more_info\":\"https://www.twilio.com/docs/errors/20003\",\"status\":401}"}}שורות אמיתיות מהתוצאה שנלכדה: מספיק כדי להוכיח שהקריאה נענתה.
כלים
השרת ענה ל-tools/list עם 197 כלים בתאריך 2026-08-03. השמות, התיאורים והפרמטרים למטה הם המילים שלו עצמו, מועתקים מהתשובה הזו וללא עריכה.
| כלי | מה הוא עושה |
|---|---|
| TwilioApiV2010--CreateAccountFriendlyName | Twilio - Api: This is the public Twilio REST API. Create a new Twilio Subaccount from the account making the request |
| TwilioApiV2010--ListAccountFriendlyNameStatusPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieves a collection of Accounts belonging to the account used to make the request |
| TwilioApiV2010--FetchAccountSid* | Twilio - Api: This is the public Twilio REST API. Fetch the account specified by the provided Account Sid |
| TwilioApiV2010--UpdateAccountSid*FriendlyNameStatus | Twilio - Api: This is the public Twilio REST API. Modify the properties of a given Account |
| TwilioApiV2010--CreateAddressAccountSid*CustomerName*Street*City*Region*PostalCode*IsoCountry*FriendlyNameEmergencyEnabledAutoCorrectAddressStreetSecondary | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Addresses.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAddressAccountSid*CustomerNameFriendlyNameEmergencyEnabledIsoCountryPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Addresses.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteAddressAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchAddressAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateAddressAccountSid*Sid*FriendlyNameCustomerNameStreetCityRegionPostalCodeEmergencyEnabledAutoCorrectAddressStreetSecondary | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Addresses/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateApplicationAccountSid*ApiVersionVoiceUrlVoiceMethodVoiceFallbackUrlVoiceFallbackMethodStatusCallbackStatusCallbackMethodVoiceCallerIdLookupSmsUrlSmsMethodSmsFallbackUrlSmsFallbackMethodSmsStatusCallbackMessageStatusCallbackFriendlyNamePublicApplicationConnectEnabled | Twilio - Api: This is the public Twilio REST API. Create a new application within your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListApplicationAccountSid*FriendlyNamePageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of applications representing an application within the requesting account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteApplicationAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete the application by the specified application sid (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchApplicationAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch the application specified by the provided sid (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateApplicationAccountSid*Sid*FriendlyNameApiVersionVoiceUrlVoiceMethodVoiceFallbackUrlVoiceFallbackMethodStatusCallbackStatusCallbackMethodVoiceCallerIdLookupSmsUrlSmsMethodSmsFallbackUrlSmsFallbackMethodSmsStatusCallbackMessageStatusCallbackPublicApplicationConnectEnabled | Twilio - Api: This is the public Twilio REST API. Updates the application's properties (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchAuthorizedConnectAppAccountSid*ConnectAppSid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of an authorized-connect-app (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAuthorizedConnectAppAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of authorized-connect-apps belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberCountryAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchAvailablePhoneNumberCountryAccountSid*CountryCode* | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberLocalAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Local.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberMachineToMachineAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/MachineToMachine.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberMobileAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Mobile.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberNationalAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/National.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberSharedCostAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/SharedCost.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberTollFreeAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/TollFree.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListAvailablePhoneNumberVoipAccountSid*CountryCode*AreaCodeContainsSmsEnabledMmsEnabledVoiceEnabledExcludeAllAddressRequiredExcludeLocalAddressRequiredExcludeForeignAddressRequiredBetaNearNumberNearLatLongDistanceInPostalCodeInRegionInRateCenterInLataInLocalityFaxEnabledPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/AvailablePhoneNumbers/{CountryCode}/Voip.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchBalanceAccountSid* | Twilio - Api: This is the public Twilio REST API. Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateCallAccountSid*To*From*MethodFallbackUrlFallbackMethodStatusCallbackStatusCallbackEventStatusCallbackMethodSendDigitsTimeoutRecordRecordingChannelsRecordingStatusCallbackRecordingStatusCallbackMethodSipAuthUsernameSipAuthPasswordMachineDetectionMachineDetectionTimeoutRecordingStatusCallbackEventTrimCallerIdMachineDetectionSpeechThresholdMachineDetectionSpeechEndThresholdMachineDetectionSilenceTimeoutAsyncAmdAsyncAmdStatusCallbackAsyncAmdStatusCallbackMethodByocCallReasonCallTokenRecordingTrackTimeLimitUrlTwimlApplicationSid | Twilio - Api: This is the public Twilio REST API. Create a new outgoing call to phones, SIP-enabled endpoints or Twilio Client connections (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListCallAccountSid*ToFromParentCallSidStatusStartTimeStartTime<StartTime>EndTimeEndTime<EndTime>PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieves a collection of calls made to and from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteCallAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a Call record from your account. Once the record is deleted, it will no longer appear in the API and Account Portal logs. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchCallAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch the call specified by the provided Call SID (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateCallAccountSid*Sid*UrlMethodStatusFallbackUrlFallbackMethodStatusCallbackStatusCallbackMethodTwimlTimeLimit | Twilio - Api: This is the public Twilio REST API. Initiates a call redirect or terminates a call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListCallEventAccountSid*CallSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of all events for a call. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchCallNotificationAccountSid*CallSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListCallNotificationAccountSid*CallSid*LogMessageDateMessageDate<MessageDate>PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Calls/{CallSid}/Notifications.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateCallRecordingAccountSid*CallSid*RecordingStatusCallbackEventRecordingStatusCallbackRecordingStatusCallbackMethodTrimRecordingChannelsRecordingTrack | Twilio - Api: This is the public Twilio REST API. Create a recording for the call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListCallRecordingAccountSid*CallSid*DateCreatedDateCreated<DateCreated>PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of recordings belonging to the call used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateCallRecordingAccountSid*CallSid*Sid*Status*PauseBehavior | Twilio - Api: This is the public Twilio REST API. Changes the status of the recording to paused, stopped, or in-progress. Note: Pass `Twilio.CURRENT` instead of recording sid to reference current active recording. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchCallRecordingAccountSid*CallSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a recording for a call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteCallRecordingAccountSid*CallSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a recording from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchConferenceAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a conference (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateConferenceAccountSid*Sid*StatusAnnounceUrlAnnounceMethod | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Conferences/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListConferenceAccountSid*DateCreatedDateCreated<DateCreated>DateUpdatedDateUpdated<DateUpdated>FriendlyNameStatusPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of conferences belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListConferenceRecordingAccountSid*ConferenceSid*DateCreatedDateCreated<DateCreated>PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of recordings belonging to the call used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateConferenceRecordingAccountSid*ConferenceSid*Sid*Status*PauseBehavior | Twilio - Api: This is the public Twilio REST API. Changes the status of the recording to paused, stopped, or in-progress. Note: To use `Twilio.CURRENT`, pass it as recording sid. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchConferenceRecordingAccountSid*ConferenceSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a recording for a call (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteConferenceRecordingAccountSid*ConferenceSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a recording from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchConnectAppAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a connect-app (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateConnectAppAccountSid*Sid*AuthorizeRedirectUrlCompanyNameDeauthorizeCallbackMethodDeauthorizeCallbackUrlDescriptionFriendlyNameHomepageUrlPermissions | Twilio - Api: This is the public Twilio REST API. Update a connect-app with the specified parameters (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteConnectAppAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete an instance of a connect-app (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListConnectAppAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of connect-apps belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListDependentPhoneNumberAccountSid*AddressSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Addresses/{AddressSid}/DependentPhoneNumbers.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateIncomingPhoneNumberAccountSid*Sid*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeIdentitySidAddressSidBundleSid | Twilio - Api: This is the public Twilio REST API. Update an incoming-phone-number instance. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchIncomingPhoneNumberAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an incoming-phone-number belonging to the account used to make the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteIncomingPhoneNumberAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a phone-numbers belonging to the account used to make the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListIncomingPhoneNumberAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of incoming-phone-numbers belonging to the account used to make the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateIncomingPhoneNumberAccountSid*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlEmergencyStatusEmergencyAddressSidTrunkSidIdentitySidAddressSidVoiceReceiveModeBundleSidPhoneNumberAreaCode | Twilio - Api: This is the public Twilio REST API. Purchase a phone-number for the account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of an Add-on installation currently assigned to this Number. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*Sid* | Twilio - Api: This is the public Twilio REST API. Remove the assignment of an Add-on installation from the Number specified. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of Add-on installations currently assigned to this Number. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateIncomingPhoneNumberAssignedAddOnAccountSid*ResourceSid*InstalledAddOnSid* | Twilio - Api: This is the public Twilio REST API. Assign an Add-on installation to the Number specified. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchIncomingPhoneNumberAssignedAddOnExtensionAccountSid*ResourceSid*AssignedAddOnSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of an Extension for the Assigned Add-on. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListIncomingPhoneNumberAssignedAddOnExtensionAccountSid*ResourceSid*AssignedAddOnSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of Extensions for the Assigned Add-on. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListIncomingPhoneNumberLocalAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateIncomingPhoneNumberLocalAccountSid*PhoneNumber*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlIdentitySidAddressSidEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeBundleSid | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Local.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListIncomingPhoneNumberMobileAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateIncomingPhoneNumberMobileAccountSid*PhoneNumber*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlIdentitySidAddressSidEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeBundleSid | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/Mobile.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListIncomingPhoneNumberTollFreeAccountSid*BetaFriendlyNamePhoneNumberOriginPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateIncomingPhoneNumberTollFreeAccountSid*PhoneNumber*ApiVersionFriendlyNameSmsApplicationSidSmsFallbackMethodSmsFallbackUrlSmsMethodSmsUrlStatusCallbackStatusCallbackMethodVoiceApplicationSidVoiceCallerIdLookupVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceUrlIdentitySidAddressSidEmergencyStatusEmergencyAddressSidTrunkSidVoiceReceiveModeBundleSid | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/TollFree.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchKeyAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateKeyAccountSid*Sid*FriendlyName | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteKeyAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Keys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListKeyAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Keys.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateNewKeyAccountSid*FriendlyName | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Keys.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteMediaAccountSid*MessageSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete the Media resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchMediaAccountSid*MessageSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a single Media resource associated with a specific Message resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListMediaAccountSid*MessageSid*DateCreatedDateCreated<DateCreated>PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Read a list of Media resources associated with a specific Message resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchMemberAccountSid*QueueSid*CallSid* | Twilio - Api: This is the public Twilio REST API. Fetch a specific member from the queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateMemberAccountSid*QueueSid*CallSid*Url*Method | Twilio - Api: This is the public Twilio REST API. Dequeue a member from a queue and have the member's call begin executing the TwiML document at that URL (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListMemberAccountSid*QueueSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve the members of the queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateMessageAccountSid*To*StatusCallbackApplicationSidMaxPriceProvideFeedbackAttemptValidityPeriodForceDeliveryContentRetentionAddressRetentionSmartEncodedPersistentActionTrafficTypeShortenUrlsScheduleTypeSendAtSendAsMmsContentVariablesRiskCheckFromMessagingServiceSidBodyMediaUrlContentSid | Twilio - Api: This is the public Twilio REST API. Send a message (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListMessageAccountSid*ToFromDateSentDateSent<DateSent>PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of Message resources associated with a Twilio Account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteMessageAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Deletes a Message resource from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchMessageAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a specific Message (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateMessageAccountSid*Sid*BodyStatus | Twilio - Api: This is the public Twilio REST API. Update a Message resource (used to redact Message `body` text and to cancel not-yet-sent messages) (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateMessageFeedbackAccountSid*MessageSid*Outcome | Twilio - Api: This is the public Twilio REST API. Create Message Feedback to confirm a tracked user action was performed by the recipient of the associated Message (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateNewSigningKeyAccountSid*FriendlyName | Twilio - Api: This is the public Twilio REST API. Create a new Signing Key for the account making the request. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSigningKeyAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/SigningKeys.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchNotificationAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a notification belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListNotificationAccountSid*LogMessageDateMessageDate<MessageDate>PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of notifications belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchOutgoingCallerIdAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an outgoing-caller-id belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateOutgoingCallerIdAccountSid*Sid*FriendlyName | Twilio - Api: This is the public Twilio REST API. Updates the caller-id (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteOutgoingCallerIdAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete the caller-id specified from the account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListOutgoingCallerIdAccountSid*PhoneNumberFriendlyNamePageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of outgoing-caller-ids belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateValidationRequestAccountSid*PhoneNumber*FriendlyNameCallDelayExtensionStatusCallbackStatusCallbackMethod | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchParticipantAccountSid*ConferenceSid*CallSid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a participant (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateParticipantAccountSid*ConferenceSid*CallSid*MutedHoldHoldUrlHoldMethodAnnounceUrlAnnounceMethodWaitUrlWaitMethodBeepOnExitEndConferenceOnExitCoachingCallSidToCoach | Twilio - Api: This is the public Twilio REST API. Update the properties of the participant (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteParticipantAccountSid*ConferenceSid*CallSid* | Twilio - Api: This is the public Twilio REST API. Kick a participant from a given conference (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateParticipantAccountSid*ConferenceSid*From*To*StatusCallbackStatusCallbackMethodStatusCallbackEventLabelTimeoutRecordMutedBeepStartConferenceOnEnterEndConferenceOnExitWaitUrlWaitMethodEarlyMediaMaxParticipantsConferenceRecordConferenceTrimConferenceStatusCallbackConferenceStatusCallbackMethodConferenceStatusCallbackEventRecordingChannelsRecordingStatusCallbackRecordingStatusCallbackMethodSipAuthUsernameSipAuthPasswordRegionConferenceRecordingStatusCallbackConferenceRecordingStatusCallbackMethodRecordingStatusCallbackEventConferenceRecordingStatusCallbackEventCoachingCallSidToCoachJitterBufferSizeByocCallerIdCallReasonRecordingTrackTimeLimitMachineDetectionMachineDetectionTimeoutMachineDetectionSpeechThresholdMachineDetectionSpeechEndThresholdMachineDetectionSilenceTimeoutAmdStatusCallbackAmdStatusCallbackMethodTrimCallToken | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListParticipantAccountSid*ConferenceSid*MutedHoldCoachingPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of participants belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreatePaymentsAccountSid*CallSid*IdempotencyKey*StatusCallback*BankAccountTypeChargeAmountCurrencyDescriptionInputMinPostalCodeLengthParameterPaymentConnectorPaymentMethodPostalCodeSecurityCodeTimeoutTokenTypeValidCardTypes | Twilio - Api: This is the public Twilio REST API. create an instance of payments. This will start a new payments session (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdatePaymentsAccountSid*CallSid*Sid*IdempotencyKey*StatusCallback*CaptureStatus | Twilio - Api: This is the public Twilio REST API. update an instance of payments with different phases of payment flows. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchQueueAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a queue identified by the QueueSid (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateQueueAccountSid*Sid*FriendlyNameMaxSize | Twilio - Api: This is the public Twilio REST API. Update the queue with the new parameters (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteQueueAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Remove an empty queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListQueueAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of queues belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateQueueAccountSid*FriendlyName*MaxSize | Twilio - Api: This is the public Twilio REST API. Create a queue (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateRealtimeTranscriptionAccountSid*CallSid*NameTrackStatusCallbackUrlStatusCallbackMethodInboundTrackLabelOutboundTrackLabelPartialResultsLanguageCodeTranscriptionEngineProfanityFilterSpeechModelHintsEnableAutomaticPunctuationIntelligenceService | Twilio - Api: This is the public Twilio REST API. Create a Transcription (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateRealtimeTranscriptionAccountSid*CallSid*Sid*Status* | Twilio - Api: This is the public Twilio REST API. Stop a Transcription using either the SID of the Transcription resource or the `name` used when creating the resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchRecordingAccountSid*Sid*IncludeSoftDeleted | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a recording (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteRecordingAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a recording from your account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListRecordingAccountSid*DateCreatedDateCreated<DateCreated>CallSidConferenceSidIncludeSoftDeletedPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of recordings belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchRecordingAddOnResultAccountSid*ReferenceSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of an AddOnResult (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteRecordingAddOnResultAccountSid*ReferenceSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a result and purge all associated Payloads (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListRecordingAddOnResultAccountSid*ReferenceSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of results belonging to the recording (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchRecordingAddOnResultPayloadAccountSid*ReferenceSid*AddOnResultSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a result payload (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteRecordingAddOnResultPayloadAccountSid*ReferenceSid*AddOnResultSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a payload from the result along with all associated Data (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListRecordingAddOnResultPayloadAccountSid*ReferenceSid*AddOnResultSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of payloads belonging to the AddOnResult (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchRecordingAddOnResultPayloadDataAccountSid*ReferenceSid*AddOnResultSid*PayloadSid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a result payload (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchRecordingTranscriptionAccountSid*RecordingSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteRecordingTranscriptionAccountSid*RecordingSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListRecordingTranscriptionAccountSid*RecordingSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Recordings/{RecordingSid}/Transcriptions.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchShortCodeAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a short code (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateShortCodeAccountSid*Sid*FriendlyNameApiVersionSmsUrlSmsMethodSmsFallbackUrlSmsFallbackMethod | Twilio - Api: This is the public Twilio REST API. Update a short code with the following parameters (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListShortCodeAccountSid*FriendlyNameShortCodePageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of short-codes belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSigningKeyAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateSigningKeyAccountSid*Sid*FriendlyName | Twilio - Api: This is the public Twilio REST API. Make a POST request to /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSigningKeyAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/SigningKeys/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipAuthCallsCredentialListMappingAccountSid*DomainSid*CredentialListSid* | Twilio - Api: This is the public Twilio REST API. Create a new credential list mapping resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipAuthCallsCredentialListMappingAccountSid*DomainSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of credential list mappings belonging to the domain used in the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipAuthCallsCredentialListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of a credential list mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipAuthCallsCredentialListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a credential list mapping from the requested domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*IpAccessControlListSid* | Twilio - Api: This is the public Twilio REST API. Create a new IP Access Control List mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of IP Access Control List mappings belonging to the domain used in the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of an IP Access Control List mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipAuthCallsIpAccessControlListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete an IP Access Control List mapping from the requested domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*CredentialListSid* | Twilio - Api: This is the public Twilio REST API. Create a new credential list mapping resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of credential list mappings belonging to the domain used in the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of a credential list mapping (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipAuthRegistrationsCredentialListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a credential list mapping from the requested domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipCredentialAccountSid*CredentialListSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of credentials. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipCredentialAccountSid*CredentialListSid*Username*Password* | Twilio - Api: This is the public Twilio REST API. Create a new credential resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipCredentialAccountSid*CredentialListSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a single credential. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateSipCredentialAccountSid*CredentialListSid*Sid*Password | Twilio - Api: This is the public Twilio REST API. Update a credential resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipCredentialAccountSid*CredentialListSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a credential resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipCredentialListAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Get All Credential Lists (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipCredentialListAccountSid*FriendlyName* | Twilio - Api: This is the public Twilio REST API. Create a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipCredentialListAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Get a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateSipCredentialListAccountSid*Sid*FriendlyName* | Twilio - Api: This is the public Twilio REST API. Update a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipCredentialListAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a Credential List (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipCredentialListMappingAccountSid*DomainSid*CredentialListSid* | Twilio - Api: This is the public Twilio REST API. Create a CredentialListMapping resource for an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipCredentialListMappingAccountSid*DomainSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Read multiple CredentialListMapping resources from an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipCredentialListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a single CredentialListMapping resource from an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipCredentialListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a CredentialListMapping resource from an account. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipDomainAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of domains belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipDomainAccountSid*DomainName*FriendlyNameVoiceUrlVoiceMethodVoiceFallbackUrlVoiceFallbackMethodVoiceStatusCallbackUrlVoiceStatusCallbackMethodSipRegistrationEmergencyCallingEnabledSecureByocTrunkSidEmergencyCallerSid | Twilio - Api: This is the public Twilio REST API. Create a new Domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipDomainAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a Domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateSipDomainAccountSid*Sid*FriendlyNameVoiceFallbackMethodVoiceFallbackUrlVoiceMethodVoiceStatusCallbackMethodVoiceStatusCallbackUrlVoiceUrlSipRegistrationDomainNameEmergencyCallingEnabledSecureByocTrunkSidEmergencyCallerSid | Twilio - Api: This is the public Twilio REST API. Update the attributes of a domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipDomainAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete an instance of a Domain (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipIpAccessControlListAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of IpAccessControlLists that belong to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipIpAccessControlListAccountSid*FriendlyName* | Twilio - Api: This is the public Twilio REST API. Create a new IpAccessControlList resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipIpAccessControlListAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch a specific instance of an IpAccessControlList (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateSipIpAccessControlListAccountSid*Sid*FriendlyName* | Twilio - Api: This is the public Twilio REST API. Rename an IpAccessControlList (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipIpAccessControlListAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete an IpAccessControlList from the requested account (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipIpAccessControlListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an IpAccessControlListMapping resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipIpAccessControlListMappingAccountSid*DomainSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete an IpAccessControlListMapping resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipIpAccessControlListMappingAccountSid*DomainSid*IpAccessControlListSid* | Twilio - Api: This is the public Twilio REST API. Create a new IpAccessControlListMapping resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipIpAccessControlListMappingAccountSid*DomainSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of IpAccessControlListMapping resources. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListSipIpAddressAccountSid*IpAccessControlListSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Read multiple IpAddress resources. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSipIpAddressAccountSid*IpAccessControlListSid*FriendlyName*IpAddress*CidrPrefixLength | Twilio - Api: This is the public Twilio REST API. Create a new IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchSipIpAddressAccountSid*IpAccessControlListSid*Sid* | Twilio - Api: This is the public Twilio REST API. Read one IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateSipIpAddressAccountSid*IpAccessControlListSid*Sid*IpAddressFriendlyNameCidrPrefixLength | Twilio - Api: This is the public Twilio REST API. Update an IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteSipIpAddressAccountSid*IpAccessControlListSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete an IpAddress resource. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateSiprecAccountSid*CallSid*NameConnectorNameTrackStatusCallbackStatusCallbackMethodParameter1.NameParameter1.ValueParameter2.NameParameter2.ValueParameter3.NameParameter3.ValueParameter4.NameParameter4.ValueParameter5.NameParameter5.ValueParameter6.NameParameter6.ValueParameter7.NameParameter7.ValueParameter8.NameParameter8.ValueParameter9.NameParameter9.ValueParameter10.NameParameter10.ValueParameter11.NameParameter11.ValueParameter12.NameParameter12.ValueParameter13.NameParameter13.ValueParameter14.NameParameter14.ValueParameter15.NameParameter15.ValueParameter16.NameParameter16.ValueParameter17.NameParameter17.ValueParameter18.NameParameter18.ValueParameter19.NameParameter19.ValueParameter20.NameParameter20.ValueParameter21.NameParameter21.ValueParameter22.NameParameter22.ValueParameter23.NameParameter23.ValueParameter24.NameParameter24.ValueParameter25.NameParameter25.ValueParameter26.NameParameter26.ValueParameter27.NameParameter27.ValueParameter28.NameParameter28.ValueParameter29.NameParameter29.ValueParameter30.NameParameter30.ValueParameter31.NameParameter31.ValueParameter32.NameParameter32.ValueParameter33.NameParameter33.ValueParameter34.NameParameter34.ValueParameter35.NameParameter35.ValueParameter36.NameParameter36.ValueParameter37.NameParameter37.ValueParameter38.NameParameter38.ValueParameter39.NameParameter39.ValueParameter40.NameParameter40.ValueParameter41.NameParameter41.ValueParameter42.NameParameter42.ValueParameter43.NameParameter43.ValueParameter44.NameParameter44.ValueParameter45.NameParameter45.ValueParameter46.NameParameter46.ValueParameter47.NameParameter47.ValueParameter48.NameParameter48.ValueParameter49.NameParameter49.ValueParameter50.NameParameter50.ValueParameter51.NameParameter51.ValueParameter52.NameParameter52.ValueParameter53.NameParameter53.ValueParameter54.NameParameter54.ValueParameter55.NameParameter55.ValueParameter56.NameParameter56.ValueParameter57.NameParameter57.ValueParameter58.NameParameter58.ValueParameter59.NameParameter59.ValueParameter60.NameParameter60.ValueParameter61.NameParameter61.ValueParameter62.NameParameter62.ValueParameter63.NameParameter63.ValueParameter64.NameParameter64.ValueParameter65.NameParameter65.ValueParameter66.NameParameter66.ValueParameter67.NameParameter67.ValueParameter68.NameParameter68.ValueParameter69.NameParameter69.ValueParameter70.NameParameter70.ValueParameter71.NameParameter71.ValueParameter72.NameParameter72.ValueParameter73.NameParameter73.ValueParameter74.NameParameter74.ValueParameter75.NameParameter75.ValueParameter76.NameParameter76.ValueParameter77.NameParameter77.ValueParameter78.NameParameter78.ValueParameter79.NameParameter79.ValueParameter80.NameParameter80.ValueParameter81.NameParameter81.ValueParameter82.NameParameter82.ValueParameter83.NameParameter83.ValueParameter84.NameParameter84.ValueParameter85.NameParameter85.ValueParameter86.NameParameter86.ValueParameter87.NameParameter87.ValueParameter88.NameParameter88.ValueParameter89.NameParameter89.ValueParameter90.NameParameter90.ValueParameter91.NameParameter91.ValueParameter92.NameParameter92.ValueParameter93.NameParameter93.ValueParameter94.NameParameter94.ValueParameter95.NameParameter95.ValueParameter96.NameParameter96.ValueParameter97.NameParameter97.ValueParameter98.NameParameter98.ValueParameter99.NameParameter99.Value | Twilio - Api: This is the public Twilio REST API. Create a Siprec (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateSiprecAccountSid*CallSid*Sid*Status* | Twilio - Api: This is the public Twilio REST API. Stop a Siprec using either the SID of the Siprec resource or the `name` used when creating the resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateStreamAccountSid*CallSid*Url*NameTrackStatusCallbackStatusCallbackMethodParameter1.NameParameter1.ValueParameter2.NameParameter2.ValueParameter3.NameParameter3.ValueParameter4.NameParameter4.ValueParameter5.NameParameter5.ValueParameter6.NameParameter6.ValueParameter7.NameParameter7.ValueParameter8.NameParameter8.ValueParameter9.NameParameter9.ValueParameter10.NameParameter10.ValueParameter11.NameParameter11.ValueParameter12.NameParameter12.ValueParameter13.NameParameter13.ValueParameter14.NameParameter14.ValueParameter15.NameParameter15.ValueParameter16.NameParameter16.ValueParameter17.NameParameter17.ValueParameter18.NameParameter18.ValueParameter19.NameParameter19.ValueParameter20.NameParameter20.ValueParameter21.NameParameter21.ValueParameter22.NameParameter22.ValueParameter23.NameParameter23.ValueParameter24.NameParameter24.ValueParameter25.NameParameter25.ValueParameter26.NameParameter26.ValueParameter27.NameParameter27.ValueParameter28.NameParameter28.ValueParameter29.NameParameter29.ValueParameter30.NameParameter30.ValueParameter31.NameParameter31.ValueParameter32.NameParameter32.ValueParameter33.NameParameter33.ValueParameter34.NameParameter34.ValueParameter35.NameParameter35.ValueParameter36.NameParameter36.ValueParameter37.NameParameter37.ValueParameter38.NameParameter38.ValueParameter39.NameParameter39.ValueParameter40.NameParameter40.ValueParameter41.NameParameter41.ValueParameter42.NameParameter42.ValueParameter43.NameParameter43.ValueParameter44.NameParameter44.ValueParameter45.NameParameter45.ValueParameter46.NameParameter46.ValueParameter47.NameParameter47.ValueParameter48.NameParameter48.ValueParameter49.NameParameter49.ValueParameter50.NameParameter50.ValueParameter51.NameParameter51.ValueParameter52.NameParameter52.ValueParameter53.NameParameter53.ValueParameter54.NameParameter54.ValueParameter55.NameParameter55.ValueParameter56.NameParameter56.ValueParameter57.NameParameter57.ValueParameter58.NameParameter58.ValueParameter59.NameParameter59.ValueParameter60.NameParameter60.ValueParameter61.NameParameter61.ValueParameter62.NameParameter62.ValueParameter63.NameParameter63.ValueParameter64.NameParameter64.ValueParameter65.NameParameter65.ValueParameter66.NameParameter66.ValueParameter67.NameParameter67.ValueParameter68.NameParameter68.ValueParameter69.NameParameter69.ValueParameter70.NameParameter70.ValueParameter71.NameParameter71.ValueParameter72.NameParameter72.ValueParameter73.NameParameter73.ValueParameter74.NameParameter74.ValueParameter75.NameParameter75.ValueParameter76.NameParameter76.ValueParameter77.NameParameter77.ValueParameter78.NameParameter78.ValueParameter79.NameParameter79.ValueParameter80.NameParameter80.ValueParameter81.NameParameter81.ValueParameter82.NameParameter82.ValueParameter83.NameParameter83.ValueParameter84.NameParameter84.ValueParameter85.NameParameter85.ValueParameter86.NameParameter86.ValueParameter87.NameParameter87.ValueParameter88.NameParameter88.ValueParameter89.NameParameter89.ValueParameter90.NameParameter90.ValueParameter91.NameParameter91.ValueParameter92.NameParameter92.ValueParameter93.NameParameter93.ValueParameter94.NameParameter94.ValueParameter95.NameParameter95.ValueParameter96.NameParameter96.ValueParameter97.NameParameter97.ValueParameter98.NameParameter98.ValueParameter99.NameParameter99.Value | Twilio - Api: This is the public Twilio REST API. Create a Stream (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateStreamAccountSid*CallSid*Sid*Status* | Twilio - Api: This is the public Twilio REST API. Stop a Stream using either the SID of the Stream resource or the `name` used when creating the resource (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateTokenAccountSid*Ttl | Twilio - Api: This is the public Twilio REST API. Create a new token for ICE servers (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchTranscriptionAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch an instance of a Transcription (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteTranscriptionAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a transcription from the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListTranscriptionAccountSid*PageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of transcriptions belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of usage-records belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordAllTimeAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/AllTime.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordDailyAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Daily.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordLastMonthAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/LastMonth.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordMonthlyAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Monthly.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordThisMonthAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/ThisMonth.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordTodayAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Today.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordYearlyAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yearly.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageRecordYesterdayAccountSid*CategoryStartDateEndDateIncludeSubaccountsPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Make a GET request to /2010-04-01/Accounts/{AccountSid}/Usage/Records/Yesterday.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--FetchUsageTriggerAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Fetch and instance of a usage-trigger (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--UpdateUsageTriggerAccountSid*Sid*CallbackMethodCallbackUrlFriendlyName | Twilio - Api: This is the public Twilio REST API. Update an instance of a usage trigger (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteUsageTriggerAccountSid*Sid* | Twilio - Api: This is the public Twilio REST API. Make a DELETE request to /2010-04-01/Accounts/{AccountSid}/Usage/Triggers/{Sid}.json (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateUsageTriggerAccountSid*CallbackUrl*TriggerValue*UsageCategory*CallbackMethodFriendlyNameRecurringTriggerBy | Twilio - Api: This is the public Twilio REST API. Create a new UsageTrigger (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--ListUsageTriggerAccountSid*RecurringTriggerByUsageCategoryPageSizePagePageToken | Twilio - Api: This is the public Twilio REST API. Retrieve a list of usage-triggers belonging to the account used to make the request (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateUserDefinedMessageAccountSid*CallSid*Content*IdempotencyKey | Twilio - Api: This is the public Twilio REST API. Create a new User Defined Message for the given Call SID. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--CreateUserDefinedMessageSubscriptionAccountSid*CallSid*Callback*IdempotencyKeyMethod | Twilio - Api: This is the public Twilio REST API. Subscribe to User Defined Messages for a given Call SID. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
| TwilioApiV2010--DeleteUserDefinedMessageSubscriptionAccountSid*CallSid*Sid* | Twilio - Api: This is the public Twilio REST API. Delete a specific User Defined Message Subscription. (Uses default AccountSid: ACdeadbeefdeadbeefdeadbeefdeadbeef if not provided) |
פרמטרים המסומנים ב-* הם חובה.
התקנה
העתיקו את הבלוק של האפליקציה שלכם. כל אחד מהם הוא ההגדרה המדויקת שאיתה אימתנו את השרת.
פתחו את הקובץ ~/Library/Application Support/Claude/claude_desktop_config.json (בתוך Claude Desktop: Settings, אחר כך Developer, אחר כך Edit Config) והוסיפו:
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio-alpha/mcp",
"YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET"
]
}
}
}החליפו את שלושת הערכים המסומנים בערכים שלכם, והשאירו את הלוכסן והנקודתיים בדיוק במקומם. אין לשרת הזה משתנה סביבה: אישור הגישה נוסע כארגומנט, ולכן קובץ ההגדרות שמחזיק אותו ראוי לאותה זהירות שאתם נותנים לסיסמה. אחר כך סגרו ופתחו מחדש את Claude Desktop. [6][7][8]
פקודה אחת בטרמינל:
claude mcp add twilio -- npx -y @twilio-alpha/mcp YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET
כל מה שאחרי המקף הכפול הוא הפקודה המדויקת ש-Claude Code יריץ. אותו קובץ הרצה מקבל את שלושת הערכים גם כדגלים נפרדים, --accountSid, --apiKey ו---apiSecret, וזו הצורה שבה השתמשנו בריצה שמאחורי העמוד הזה. [9][7]
הוסיפו ל-~/.cursor/mcp.json עבור כל הפרויקטים, או ל-.cursor/mcp.json בתוך פרויקט אחד:
{
"mcpServers": {
"twilio": {
"command": "npx",
"args": [
"-y",
"@twilio-alpha/mcp",
"YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET"
]
}
}
}Cursor קורא את הקובץ מחדש אחרי הפעלה מחדש. אם 197 כלים הם יותר ממה שהעוזר שלכם מחזיק בנוחות, ה-README מתעד שני דגלים אופציונליים שאפשר להוסיף אחרי אישור הגישה, --services ו---tags, שטוענים רק את חלקי ה-API של Twilio שתציינו. [10][7]
בלי קובץ JSON ובלי טרמינל. ב-Routines: Settings, אחר כך Assistant, אחר כך Connections, אחר כך Add MCP Server. העבירו את הטופס ל-Command (stdio) והזינו:
Name Twilio Command npx Arguments -y @twilio-alpha/mcp YOUR_ACCOUNT_SID/YOUR_API_KEY:YOUR_API_SECRET
השאירו את Environment Variables ריק: לשרת הזה אין משתני סביבה, ואישור הגישה נכנס במקום זאת לשדה Arguments, כפריט האחרון. הערך בשדה ה-Arguments מתפצל לפי רווחים, לכן כתבו את אישור הגישה כמילה אחת רצופה בלי רווחים סביב הלוכסן או הנקודתיים. לחצו קודם על Test Connection: שרת תקין עונה עם מספר הכלים שלו. [11][7]
בלי טרמינל
אם מעולם לא פתחתם את הטרמינל ואין לכם כוונה להתחיל, זה המסלול שלכם. Routines היא אפליקציית Mac שמריצה שרתי MCP בשבילכם: ממלאים שלושה שדות פעם אחת, והכלים של השרת זמינים ל-AI שלכם בצ׳אט ובשגרות מתוזמנות. בשונה משרת קבצים, השרת הזה צריך קודם אישור גישה מ-Twilio, ולכן זה שלב שתיים.
01
הורידו את האפליקציה מ-getroutines.ai/download, גררו אותה ל-Applications והתחברו.
02
התחברו ב-console.twilio.com. ה-Account SID שלכם מופיע בעמוד הבית של הקונסולה ומתחיל ב-AC. אחר כך פתחו Account, אחר כך API keys & tokens, וצרו מפתח API חדש: Twilio מציגה לכם API Key SID שמתחיל ב-SK וסוד. הסוד מוצג פעם אחת בלבד ולעולם לא שוב, לכן העתיקו אותו למקום בטוח לפני שאתם סוגרים את העמוד.
03
לחצו על החשבון שלכם בתחתית סרגל הצד ובחרו Settings. פתחו את הקטע Assistant, אחר כך את הלשונית Connections, גללו אל MCP Servers ולחצו על Add MCP Server.
04
העבירו את הטופס ל-Command (stdio), כי השרת הזה הוא פקודה ולא כתובת אינטרנט. Name: Twilio. Command: npx. Arguments: -y @twilio-alpha/mcp, אחריו רווח ושלושת הערכים שלכם מחוברים למילה אחת, ה-Account SID, אחריו לוכסן, אחריו ה-API Key SID, אחריו נקודתיים, ואחריו הסוד. השאירו את Environment Variables ריק.
05
לחצו Test Connection. Routines מפעילה את השרת ומדווחת כמה כלים היא מצאה, מאה תשעים ושבעה עבור השרת הזה. אם היא מסרבת במקום זאת, מבנה אישור הגישה שגוי: בדקו שה-Account SID מתחיל ב-AC ושה-Key SID מתחיל ב-SK, ושדבר לא נקטע בהדבקה. אחר כך לחצו Add Server.
06
הכלים עובדים בצ׳אט מיד. כדי לתת לשגרה מתוזמנת להשתמש בהם, פתחו את השגרה, מצאו את הכרטיס Tools & connections וסמנו את השרת תחת Apps. התחילו משאלות שרק קוראות, כמו רשימת ההודעות של אתמול, לפני שאתם נותנים לשגרה ליצור משהו.
רעיונות לשגרות
אחרי שהשרת מחובר, שגרה מתוזמנת יכולה להשתמש בכלים שלו גם כשאתם לא מול המסך. העתיקו פרומפט, הדביקו אותו ב-Routines ובחרו שעה. הפרומפטים כתובים באנגלית בכוונה, מדביקים אותם בדיוק כפי שהם.
Every weekday at 8:30, list the text messages my Twilio account sent in the last 24 hours, group them by delivery status, and write me a short summary that names every message that failed or is still stuck as queued.
On the 1st of every month at 9:00, list my Twilio usage records for last month by category with the cost of each, list every phone number on the account, and flag any number that had no calls and no messages all month so I can decide whether to release it.
Every evening at 18:00, list today's inbound calls to my Twilio numbers that lasted less than ten seconds or were never answered, and write them into a follow-up list with the caller number, the time, and how long the call lasted.
פתרון תקלות
שגיאות אמיתיות שנלכדו בריצת האימות, מודפסות בדיוק כפי שהשרת החזיר אותן.
מה רואים
{"jsonrpc":"2.0","id":3,"error":{"code":-32603,"message":"{\"code\":20003,\"message\":\"Authenticate\",\"more_info\":\"https://www.twilio.com/docs/errors/20003\",\"status\":401}"}}הפתרון
זו שגיאה 20003 של Twilio, כשל אימות, וזו בדיוק התשובה שקריאת הדוגמה שלנו קיבלה. רשימת כלים מלאה אינה הוכחה למפתח תקין: בריצה שלנו השרת סיפק את כל 197 הכלים בזמן שהחזיק ערכי דמה, מפני ש-Twilio בודקת את אישור הגישה רק כשכלי באמת פונה ל-API. צרו מפתח API אמיתי בקונסולה של Twilio תחת Account, אחר כך API keys & tokens, ובדקו שהדבקתם את הסוד ולא את ה-Key SID פעמיים.
מה רואים
{"jsonrpc":"2.0","method":"log","params":{"level":50,"time":"2026-08-03T04:58:27.086Z","message":"Error: Invalid AccountSid","module":"default"},"id":"331c35ab-2f07-434a-8663-b5a6314364ff"}הפתרון
השרת בודק את מבנה ה-Account SID עוד לפני שלחיצת היד של MCP מתחילה, ומסרב לכל דבר שאינו AC ואחריו 32 תווים הקסדצימליים. גרמנו לשגיאה הזו בכוונה כשהעברנו AC123. העתיקו את ה-Account SID המלא מראש העמוד ב-console.twilio.com, ואם אתם משתמשים בצורת המחרוזת האחת, בדקו שהלוכסן שלפני ה-API Key SID לא בלע תו.
מה רואים
{"jsonrpc":"2.0","method":"log","params":{"level":50,"time":"2026-08-03T05:00:27.576Z","message":"Error: Invalid ApiKey","module":"default"},"id":"ceb6958a-108b-47da-a783-51791f452cea"}הפתרון
אותה בדיקה, שדה שני: ה-API Key SID חייב להיות SK ואחריו 32 תווים הקסדצימליים. גרמנו לשגיאה הזו בכוונה כשהעברנו SK123. סיבה נפוצה היא הדבקת ה-Auth Token במקום שבו אמור לשבת ה-API Key SID; אלה שני דברים שונים. צרו מפתח תחת Account, אחר כך API keys & tokens בקונסולה של Twilio, והשתמשו בערך ה-SK שהיא נותנת לכם.
הפתרון
הפקודה npx שייכת ל-Node.js. אם Node לא מותקן על ה-Mac, כל לקוח בעמוד הזה ייכשל בשלב ההפעלה עוד לפני שהשרת מספיק לומר משהו. התקינו Node מ-nodejs.org, הפעילו מחדש את לקוח ה-MCP ונסו שוב.
שאלות נפוצות
זהו שרת ה-Model Context Protocol של Twilio עצמה, שנבנה בידי צוות Twilio Labs, ומאפשר לעוזר AI כמו Claude לעבוד מול חשבון ה-Twilio שלכם: לשלוח ולסקור הודעות טקסט, לבצע ולבחון שיחות, לנהל את מספרי הטלפון שבבעלותכם ולקרוא את נתוני השימוש. הוא רץ כתהליך מקומי על ה-Mac שלכם ומדבר עם אפליקציית ה-AI על גבי stdio. Twilio מתארת אותו כהוכחת היתכנות מצוות ה-Emerging Technology and Incubation שלה. [1][6][7]
השרת הרץ חשף 197 כלים, כולם נוצרו ממפרט ה-REST API של Twilio מגרסת 2010-04-01 וכולם נקראים באותו מבנה, כמו TwilioApiV2010--CreateMessage או TwilioApiV2010--ListCall. לפי פועל זה 61 כלי רשימה, 42 שליפה, 35 יצירה, 32 מחיקה ו-27 עדכון. הם מכסים הודעות ומדיה, שיחות וועידות, הקלטות ותמלולים, את המספרים שבבעלותכם ואת המספרים הזמינים לרכישה, תורים, דומיינים ואישורי SIP, רשומות שימוש וטריגרים, ומפתחות חשבון. הטבלה למעלה היא פלט ה-tools/list החי, מילה במילה.
התייחסו אליו בזהירות רבה יותר מאשר לשרת קריאה בלבד. תשעים וארבעה מתוך 197 הכלים שלו יוצרים, מעדכנים או מוחקים, וחלקם עולים כסף אמיתי או מגיעים לאנשים אמיתיים: TwilioApiV2010--CreateMessage שולח הודעה, TwilioApiV2010--CreateCall מבצע שיחה, ו-TwilioApiV2010--CreateIncomingPhoneNumber רוכש מספר. אין דגל סביבה שמכבה כתיבה, ולכן אמצעי הזהירות הם שלכם: תנו למפתח ה-API רק את ההרשאות שהוא צריך, שמרו אותו מחוץ לקבצים משותפים, ותנו לשגרות לקרוא לפני שאתם נותנים להן ליצור. Twilio עצמה ממליצה לא להריץ שרתי MCP קהילתיים לצד השרתים הרשמיים שלה, כדי להקטין את הסיכון שאחד ישמש לתקוף את השני. [6][7]
לא. ב-Routines ממלאים שלושה שדות בהגדרות ולוחצים Test Connection; המדריך למעלה מראה כל לחיצה. Claude Desktop ו-Cursor דורשים כל אחד עריכה חד-פעמית של קובץ JSON קטן. רק Claude Code הוא כלי טרמינל מטבעו. כן תצטרכו דפדפן פעם אחת, כדי ליצור את מפתח ה-API בקונסולה של Twilio. [11][8][7]
כן, את שניהם, וזו המשוכה האמיתית היחידה. אתם צריכים חשבון Twilio, את ה-Account SID שלו, ו-API Key SID עם הסוד שלו, שנוצרים בקונסולה של Twilio תחת Account, אחר כך API keys & tokens. הסוד מוצג פעם אחת בלבד בזמן יצירת המפתח. השרת בודק את המבנה של ה-SID ושל המפתח לפני שהוא עולה, ולכן שגיאת הקלדה מייצרת סירוב במקום שתיקה מבלבלת, ושני הסירובים האלה מתועדים בקטע פתרון התקלות למעלה. [7]
שני המספרים אמיתיים ולכדנו את שניהם. מאגר ה-npm מפרסם את החבילה כ-0.7.0, ששוחררה ב-2025-07-07, באותו יום שבו בוצע הקומיט האחרון בענף הראשי של הפרויקט. על גבי MCP, השרת הרץ מדווח בעצמו את שמו וגרסתו הפנימית, twilio-server 0.0.1, שלא עודכנה יחד עם החבילה. אותו קוד, שני מוני גרסאות. [1][4]
כל לקוח MCP שמסוגל להפעיל שרת stdio מקומי: Claude Desktop, Claude Code, Cursor ו-Routines כולם יכולים, וההגדרה המדויקת לכל אחד נמצאת למעלה. השרת עצמו זהה בכל לקוח; רק המקום שבו מדביקים את ההגדרה משתנה, ובכל אחד מהם אישור הגישה הוא חלק מהפקודה ולא שדה סודות נפרד. [8][9][10][11]
מקורות
כל מה שבעמוד הזה שלא ראינו בעצמנו בריצה מקושר כאן, עם התאריך שבו קראנו אותו. לגבי השאר, הריצה עצמה היא הקבלה.
[1]
Latest version 0.7.0, published 2025-07-07. Author field Twilio, publishing account twilio-alpha-ci. No repository field is present on any published version, so the GitHub repo was matched by content instead.
[2]
1,389 downloads for the week 2026-07-26 to 2026-08-01.
[3]
108 stars, and a detected license of MIT, read from the rendered repository page because the GitHub API was rate-limited.
[4]
Latest commit to main dated 2025-07-07, the v0.7.0 merge. Used in place of the API push date.
[5]
Returned HTTP 403, API rate limit exceeded, on two attempts. Recorded so the fallback to page scraping is visible rather than silent.
[6]
Source of the client config block and of Twilio's recommendation to avoid running community MCP servers alongside its official ones. This file states the ISC License, which disagrees with the MIT license GitHub detects for the same repository.
[7]
Source of the prerequisites, the ACCOUNT_SID/API_KEY:API_SECRET credential format, the link to Twilio's API keys documentation, and the optional --services and --tags flags.
[8]
The official Claude Desktop quickstart and the location of its config file.
[9]
[10]
[11]
How Routines runs one-click OAuth connectors and any MCP server.
העמוד הזה מתאר את Twilio כפי שהתנהג בריצה מתוארכת אחת על Mac אחד. גרסאות משתנות: אם משהו כאן כבר לא תואם למה שאתם רואים, תאריך הלכידה בראש העמוד אומר בן כמה הצילום.
מאחורי המדריך הזה
Routines, האפליקציה שמאחורי המדריך הזה, מריצה שרתי MCP כמו זה בלי טרמינל: כך עובדים המחברים. הפתקים שלכם נשארים קובצי markdown על ה-Mac שלכם, אין חשבון ענן לשלם, והיא עובדת גם בלי אינטרנט. להורדת Routines