List of account kinds¶
Basecamp¶
Account kind: basecamp_new
Parameters:¶
- refresh_token
- A Basecamp OAuth 2.0 refresh token (not the access token!)
Basecamp Classic¶
Account kind: basecamp
Parameters:¶
- username
- A short descriptive name for the account.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.basecamphq.com.
- api_key
- The API key.
Chartbeat¶
Account kind: chartbeat
Parameters:¶
- username
- A short descriptive name for the account.
- api_key
- The API key.
Desk¶
Account kind: desk
Parameters:¶
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.desk.com.
- oauth_token
- An OAuth 1.0 access token.
- oauth_secret
- An OAuth 1.0 access secret.
Flickr¶
Account kind: flickr
Parameters:¶
- oauth_token
- An OAuth 1.0 access token.
- oauth_secret
- An OAuth 1.0 access secret.
Google Analytics¶
Account kind: analytics
Parameters:¶
- refresh_token
- An Analytics OAuth 2.0 refresh token (not the access token!)
Google Calendar¶
Account kind: googlecalendar
Parameters:¶
- refresh_token
- A google calendar OAuth 2.0 refresh token (not the access token!)
Google Spreadsheets¶
Account kind: googlespreadsheets
Parameters:¶
- refresh_token
- A google spreadsheets OAuth 2.0 refresh token (not the access token!)
GoSquared¶
Account kind: gosquared
Parameters:¶
- username
- A short descriptive name for the account.
- api_key
- The API key.
Highrise¶
Account kind: highrise
Parameters:¶
- username
- A short descriptive name for the account.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.highrisehq.com.
- api_key
- The API key.
Lighthouse¶
Account kind: lighthouse
Parameters:¶
- username
- A short descriptive name for the account.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.lighthouseapp.com.
- api_key
- The API key.
Mailchimp¶
Account kind: mailchimp
Parameters:¶
- username
- A short descriptive name for the account.
- api_key
- The API key including the region, for instance 8ac789caf98879caf897a678fa76daf-us2.
Mixpanel¶
Account kind: mixpanel
Parameters:¶
- username
- A short descriptive name for the account.
- api_key
- The API key.
- api_secret
- The API secret.
Pivotal Tracker¶
Account kind: pivotal
Parameters:¶
- username
- A short descriptive name for the account.
- api_key
- The API key.
Prefinery¶
Account kind: prefinery
Parameters:¶
- username
- A short descriptive name for the account.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.prefinery.com.
- api_key
- The API key.
Recurly¶
Account kind: recurly
Parameters:¶
- username
- A short descriptive name for the account.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.recurly.com.
- api_key
- The API key.
Salesforce¶
Account kind: salesforce
Parameters:¶
- refresh_token
- A Salesforce OAuth refresh token (not the access token!)
Tender¶
Account kind: tender
Parameters:¶
- username
- A short descriptive name for the account.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.tenderapp.com.
- api_key
- The API key.
Twilio¶
Account kind: twilio
Parameters:¶
- account_sid
- A Twilio’s account SID.
- auth_token
- The auth token for Twilio’s account.
Twitter¶
Account kind: twitter
Parameters:¶
- oauth_token
- An OAuth 1.0 access token.
- oauth_secret
- An OAuth 1.0 access secret.
UserVoice¶
Account kind: uservoice
Parameters:¶
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.uservoice.com.
- oauth_token
- An OAuth 1.0 access token.
- oauth_secret
- An OAuth 1.0 access secret.
Wordpress¶
Account kind: wordpress
Parameters:¶
- address
- Your blog’s home address, for instance http://myweblog.wordpress.com/ or http://blog.mycompany.com/
- username
- Wordpress username
- password
- Wordpress password
Wufoo¶
Account kind: wufoo
Parameters:¶
- username
- A short descriptive name for the account.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.wufoo.com.
- api_key
- The API key.
YouTube¶
Account kind: youtube
Parameters:¶
- refresh_token
- An youtube OAuth 2.0 refresh token (not the access token!)
Zendesk¶
Account kind: zendesk
Parameters:¶
- The email of the agent on behalf of which data will be fetched. If an auth token is used instead of the user password, this field will take the form foo@bar.com/token.
- subdomain
- The subdomain, for instance mycompany if the full domain is mycompany.zendesk.com.
- password
- The password of the agent, or a token if the /token email form is used.