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
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
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?
It also looks like someone built a custom Twilio tool already
https://community.alteryx.com/t5/Engine-Works-Blog/Workflow-Text-Messages-Using-Twilio/ba-p/180700
Thanks for the reply , I will read this article for the usage of this tool
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
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |