Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Need help in Downloading Data from Twilio API

tjamal1
8 - Asteroid

Hello , 
I want to use Twilio API in Alteryx to get all messages in Alteryx, 

Which Tool should i use tool in Alteryx Designer and what should be the configuration according to this code

 

curl -X GET 'https://api.twilio.com/2010-04-01/Accounts/ACfe60d4a82331d0c4ad3717816ea9fb86/Messages.json?PageSize=20' \
-u ACfe60d4a82331d0c4ad3717816ea9fb86:your_auth_token

 

5 REPLIES 5
grossal
15 - Aurora
15 - Aurora

Hi @tjamal1,

 

I think you should take a look at the Download Tool and this article: 

https://community.alteryx.com/t5/Engine-Works-Blog/REST-API-In-5-Minutes-No-Coding/ba-p/8137

 

 

Best

Alex

BrandonB
Alteryx
Alteryx

You should be able to feed the endpoint URL in from a text input tool and -u indicates the username/password token which I think you can probably just enter in the username and password boxes of the connection tab of the download tool. Can you give that a try?

BrandonB
Alteryx
Alteryx
tjamal1
8 - Asteroid

Thanks for the reply , I will read this article for the usage of this tool 

irfanaspl
5 - Atom

If you have the Twilio Enterprise Edition, you can enable the daily export using the ExportConfiguration resource. This will generate one data file per day for every resource enabled. The system typically tries to create a data file based on the state of the data at that point but may be delayed occasionally.

 

Regards

Neha

www.smsala.com

Labels