Upgrade Twilio API - twilio

I want to upgrade number to 2010-04-01 version api, but I cannot find where to set this. According to 2010-04-01 API Changelog:
To start using the new API, replace '2008-08-01' with '2010-04-01' in
your REST URIs, or set the API version on a per-phone number basis
using the phone numbers interface in your account portal.
Please help

Twilio developer evangelist here.
In order to update the weebhooks you get from Twilio from the 2008 version to the 2010 version you need to go into each phone number in the Twilio dashboard and upgrade the API from the detail view of the phone number. There's a guide to upgrade here: https://www.twilio.com/docs/api/2010-04-01/upgrade-guide
If that doesn't help, drop me a line at philnash#twilio.com and I'll help you get it sorted.
[edit]
It appears that the option to upgrade the API version for a phone number no longer exists in the interface. If this is a problem, please raise a support ticket by emailing help#twilio.com and you can be upgraded manually.

Related

Twilio Studio AND Twilio Messaging Service SAME number

https://gyazo.com/63cde836b15f181ab0d1cfa6e353d35c
I have two separate API's. One API I'm using the messaging service to bulk send messages to 1k users. Recently I've been experimenting with Twilio Studio and created another API to send a survey flow to customers where they could also reply to the incoming message and its get recorded in my db.
The issue here is, twilio studio wont read the customer's message if I have messaging service. If I remove the phone number from the messenging service, then twilio studio starts reading messages again. Is there anything in the config of messenging service that I can change so that I could have both concurrently?
Twilio developer evangelist here.
It sounds like you have this incorrectly configured such that you need to be using the Messaging Service when you send out the bulk messages as Studio will trigger and create a User based on Messaging Service + User as the To-From pair.
This tutorial from my former teammate Tilde on Using Twilio Studio and Conversations with SMS may be helpful.
Let me know if this helps at all!

What would be the equivalent of customers.get in V11 Google Ads API?

I have an old API that I need to support. It uses the v9 of Google Ads API:
https://developers.google.com/google-ads/api/rest/reference/rest/v9/customers/get
Now I need to update to V11 but can't find an equivalent endpoint because it was removed.
Anyone? :(
According to this release note, since v10 upto the latest API version (v11), the get method and any services that exclusively had a get method have been removed. Retrieve objects with Search and SearchStream from GoogleAdsService. With this, the report type that I can suggest to get the account level information is the customer report.

Using Twilio Studio Rest API V2

I'm wondering how can i use the Twilio Studio Rest API V2. In the below link, It is saying 'Studio v2 REST API is currently in pilot and available by invitation only.' how can i get the invitation?
The limitation of Studio Flow is that there can be only one developer working on a Studio flow at a time.
And there is no CI/CD through the Twilio Console.
Actually I'm wondering and searching for how can i integrate Twilio studio into CI/CD pipeline to automate Studio deployments and how can i enable multiple developers for working on same flow?
Does anybody know any tutorial about this subject? I didn't find on twilio docs.
https://www.twilio.com/docs/studio/rest-api/v2
Sounds looks a very solid use case. If you email help#twilio.com (with your Twilio Account SID) or from the Twilio Console, in the upper right corner, via the ? (see image below), submit a ticket, Twilio support should be able to route your request to the proper team within Twilio to enable this feature.
You can copy/paste your above question into the ticket.

twilio voice javascript typescript version

Hi I just want to know if there is already a typescript version of twilio.js that I can use now? Hope someone can share a definitely type would be ok for now. I found a node twilio #types in npm but I cannot used it because I am using the javascript version of twilio. This is for voice btw.
Twilio developer evangelist here.
Twilio Client is written in JavaScript and I don't believe that anyone has created external types for it yet.

Twilio REST API Security Changes for June 2019 - PHP SDK

We received notification from Twilio regarding Security changes.
We are using PHP SDK. Do we need to need take any action in this regard? If so, what should we do?
I think the best approach would be to read this notice and follow the instructions:
https://support.twilio.com/hc/en-us/articles/360007724794-Notice-Twilio-REST-API-s-TLS-and-Cipher-Suite-Security-Changes-for-June-2019

Resources