Twilio
6 min
with the twilio app in make, manage the messages, calls, recording, transcriptions, notifications, and executions in your twilio account refer to the twilio api documentation https //www twilio com/docs/all for a list of available endpoints requirements to use the twilio modules, you must have a twilio account you can create an account at login twilio com/u/signup https //login twilio com/u/signup if you have a free account, you can only send messages and make calls to verified phone numbers https //help twilio com/articles/223180048 connect twilio to make to establish the connection, you must obtain your sid and auth token in twilio docid\ gvwz2ikczjlq7sicf3mno establish the connection in make docid\ gvwz2ikczjlq7sicf3mno obtain your sid and auth token in twilio to obtain your api key from your twilio account log in to your twilio account go to dashboard , then the developer tab in the account info section, copy your account sid and auth token and store them in a safe place you'll use these values in the sid and auth token fields in make establish the connection with twilio in make to establish the connection in make log in to your make account, add a twilio module to your , and click create a connection optional in the connection name field, enter a name for the connection if you add a module with an instant tag, click create a webhook , then create a connection in the region field, select a region twilio integration and modules may have limited availability based on selected region for more information about available functionality see regional product availability https //www twilio com/docs/global infrastructure/regional product and feature availability in the sid field, enter the account sid copied in the previous section in the auth token field, enter the auth token copied in the previous section if prompted, authenticate your account and confirm access you have successfully established the connection you can now edit your and add more twilio modules if your connection requires reauthorization at any point, follow these connection renewal steps docid\ so88fm6pkt0g adkddfzz twilio modules after connecting the app, you can perform the following actions messages watch messages create a message list messages get a message delete a message list message media download a media resource calls watch calls create a call list calls get a call delete a call recordings watch recordings download a recording media list recording transcription transcriptions watch transcriptions notifications watch alerts note twilio doesn't support queries for alerts older than 30 days callback webhooks new message status event triggers when a message status is changed to queued , failed , sent , delivered , or undelivered execution create an execution get an execution update an execution delete an execution other make an api call make an api call for studio make an api call for lookup