Enable Digital Transformation at Your Organization

Get started with Bluetooth.

The Clicky Analytics API allows you to extract your web site's traffic data into several common formats, making it easy to integrate, analyze, or store your data within your own application.

Steps to Get Started

  1. Select the dev board you want to generate code for.
  2. Tell us how your board connects to the internet.
  3. Sense anything. Choose predefined sensors or select other to set up a generic sensor that reads pin voltage.
  4. Use conditional logic to trigger Temboo Choreos based on sensor values.
  5. Choose pre-defined actuators for real-world actions, or select generic actuators to output raw data.
  6. Turn on 2-step authentication on your Google account, and then create an application-specific password using these Setup Instructions.

Security Tips

  • We recommend keeping important credentials out of your code by storing them using Profiles. This also reduces memory consumption and makes it easy to update them without changing your code.
  • You’ll need to go through the OAuth process to obtain proper credentials which Temboo has simplified with Choreos.

Creating Accounts

Input Values

  • Give the process an input value e.g., "New York City".
  • Fill in the desired Subject, FromAddress, ToAddress, and MessageBody.
  • Click 'Generate Code' to test that your inputs are valid.

Google Developer Console

  1. Log in to Google's Developer Console, and create a new Project if you haven't done so already.
  2. In the Google API Manager, search for the API you'd like to enable and click Enable.
  3. Go to the credentials tab and create a new Client ID and specify Web Browser for the Application Type.
  4. Save the Consent screen details. Specify this callback URL as the Authorized Redirect URI:
   https://ACCOUNT_NAME.temboolive.com/callback/google
  1. Select All.
  2. Plug in the Client ID you've generated into the first input.
  3. Specify any scopes your application requires.
  4. Generate your Authorization URL and Callback ID.
  5. Open a new web browser tab to the authorization URL returned by the InitializeOAuth Choreo, and click "Accept" to grant the app access to your Google account.
  6. Use the new credentials you've just generated in the FinalizeOAuth Choreo.

Running Temboo Code

  • Arduino IDE: Make sure you've got the latest version of the Arduino IDE - it comes with the Temboo library already installed.
  • Energia IDE: Make sure you've got the latest version of the Energia IDE.

Tutorials

Code Generation

  • You can find full instructions for generating and running Temboo code on various platforms.

Clicky API Choreos