This Choreo creates a new list. The documentation for this Twitter resource can be found here.
Here's an example of acceptable inputs:
ConsumerKey: {YOUR CONSUMER KEY}
ConsumerSecret {YOUR CONSUMER SECRET}
AccessToken: {YOUR ACCESS TOKEN}
AccessTokenSecret: {YOUR TOKEN SECRET}
Name: tembootestlist
Mode: private
The following is a sample of the JSON information returned by this Choreo:
Note that in cases where both id and id_str are provided in the output, it is preferable to use id_str.
{
"member_count": 0,
"full_name": "@aarontemboodev/lists/tembootestlist",
"user": {
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"statuses_count": 1,
"time_zone": "Eastern Time (US & Canada)",
"default_profile": true,
"name": "William",
"profile_sidebar_border_color": "C0DEED",
"created_at": "Fri May 13 16:45:14 +0000 2011",
"contributors_enabled": false,
"id": 298083360,
"entities": {
"description": {
"urls": []
}
},
"listed_count": 1,
"profile_background_tile": false,
"followers_count": 1,
"geo_enabled": false,
"profile_sidebar_fill_color": "DDEEF6",
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"is_translator": false,
"lang": "en",
"utc_offset": -18000,
"url": null,
"profile_background_color": "C0DEED",
"screen_name": "aarontemboodev",
"location": "Brooklyn",
"protected": false,
"description": "new test desc",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"favourites_count": 0,
"profile_link_color": "0084B4",
"id_str": "298083360",
"default_profile_image": true,
"following": false,
"profile_use_background_image": true,
"notifications": false,
"profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"profile_text_color": "333333",
"friends_count": 1,
"follow_request_sent": false
},
"subscriber_count": 0,
"following": false,
"created_at": "Wed Sep 11 15:46:30 +0000 2013",
"id_str": "95878299",
"id": 95878299,
"mode": "private",
"slug": "tembootestlist",
"uri": "/aarontemboodev/lists/tembootestlist",
"description": "test",
"name": "tembootestlist"
}