Skip to main content

Celonis Product Documentation

Alexa Internet (Action Flow)

Important

Any references to third-party products or services do not constitute Celonis Product Documentation nor do they create any contractual obligations. This material is for informational purposes only and is subject to change without notice.

Celonis does not warrant the availability, accuracy, reliability, completeness, or usefulness of any information regarding the subject of third-party services or systems.

The Alexa Internet modules allow you to get, and list the URL info, traffic history, category browse, category listings, site linkings in your Alexa Internet account.

Prerequisites

  • An Alexa Internet account

  • An AWS account

In order to use Alexa Internet with Celonis platform, it is necessary to have an Alexa Internet account. If you do not have one, you can create an Alexa Internet account at https://alexa.com/signup.

Note

The module dialog fields that are displayed in bold (in the Celonis platform Action Flow, not in this documentation article) are mandatory!

Connecting Alexa Internet to Celonis platform

To connect your Alexa Internet account to Celonis platform, you need to obtain your API Key.

  1. Access the Alexa Internet website, https://www.alexa.com/.

  2. Click the API link at the bottom of the website page.

    61f266dcc3048.gif
  3. Click Alexa Web Information Service.

    61f266df6778a.png
  4. Click Continue to Subscribe.

    61f266e0772b2.png
  5. Enter your AWS account credentials to subscribe.

  6. You will receive an activation link to your email ID. Click the link to activate and login to your API account.

    61f266e162c00.png
  7. Once you log in, copy the API Key to your clipboard.

    61f266e259a3c.png
  8. Go to Celonis platform and open the Alexa Internet module's Create a connection dialog.

    61f266e36d481.gif
  9. In the Connection name field, enter a connection name.

  10. In the API Key field, enter the API Key you have copied in step 7 and click Continue.

You have successfully established the connection.

Get

Retrieves information about the given URL.

Connection

Establish a connection to your Alexa Internet account.

Website Address

Enter the website URL address whose details you want to retrieve.

Get the details of the URL's traffic history.

Connection

Establish a connection to your Alexa Internet account.

Website Address

Enter the website URL address whose details you want to retrieve.

Start at

Enter the date in YYYYMMDD format for which you want to retrieve the traffic history details.

Gets the details of category browse by path.

Connection

Establish a connection to your Alexa Internet account.

Path

Enter the path of the category browse whose details you want to retrieve. For example, Top/Arts.

List

Retrieves a list of all category listings by path.

Connection

Establish a connection to your Alexa Internet account.

Path

Enter the path of the category browse whose details you want to retrieve. For example, Top/Arts.

Sort By

Select the option to sort the category listings:

  • Popularity

  • Title

  • Average Review

Limit

The maximum number of category listings Celonis platform should return during one Action Flow execution cycle.

Retrieves a list of all websites linking to a given website.

Connection

Establish a connection to your Alexa Internet account.

Website Address

Enter the website URL address whose site links you want to list.

Limit

The maximum number of site links Celonis platform should return during one Action Flow execution cycle.

Make an API Call

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Alexa Internet account.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

For the list of available endpoints, refer to the Alexa Internet API Documentation.

Example - Get details from the Site

Following API call returns the information requested from the site:

61f266e59b823.png

Matches of the search can be found in the module's Output under Bundle > Body.

61f266e69e538.png