Skip to main content

Celonis Product Documentation

Action Network (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 Action Network modules allow you to create, update, retrieve, and delete the persons in your Action Network account.

Getting Started with Action Network

Prerequisites

  • An Action Network account

In order to use Action Network with Celonis platform, it is necessary to have an Action Network account. If you do not have one, you can create an Action Network account at actionnetwork.org/users/sign_up.

Note

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

Connecting Action Network to Celonis platform

To connect your Action Network account to Celonis platform you need to obtain the API Key from your Action Network account and insert it in the Create a connection dialog in the Celonis platform module.

  1. Login to your Action Network account.

  2. Click Details > API & Sync and select the list to view the API information.

    61d5a71896d7a.gif
  3. Copy the API Key to your clipboard.

    61d5a71bbffab.png
  4. Go to Celonis platform and open the Action Network module's Create a connection dialog.

    61d5a71dc8b0d.gif
  5. In the Connection name field, enter a name for the connection.

  6. In the API Token field, enter the API token copied in step 4 and click Continue.

The connection has been established.

Actions

Returns information about the chosen person.

Connection

Establish a connection to your Action Network account

Person ID

Select the Person ID whose details you want to retrieve.

Creates a new person.

Connection

Establish a connection to your Action Network account.

Email Address

Add the email address of the person whose account you are creating:

Email Address

Enter the email address of the person.

Primary

Select whether this is the primary email address:

  • Yes

  • No

  • Not defined

Status

Select the status of the email address:

  • Subscribed

  • Unsubscribed

Postal Addresses

Add the address of the person:

Primary

Select whether this is the primary address of the person:

  • Yes

  • No

  • Not defined

Address Line

Enter the street address of the person.

Locality

Enter the city name of the person.

Region

Enter the state name of the person,

Postal Code

Enter the area postal code.

Country

Enter the person's country name.

Latitude

Enter the person's location's latitude details.

Longitude

Enter the person's location's longitude details.

Accuracy

Select the accuracy of the location:

  • Approximate

  • Rooftop

Given Name

Enter the name of the person.

Family Name

Enter the family name of the person.

Main Language Spoken

Select the language spoken by the person.

Updates information about a chosen person.

Connection

Establish a connection to your Action Network account

Person ID

Select the Person ID whose details you want to update.

Email Address

Add the email address of the person whose account you are creating.

Email Address

Enter the email address of the person.

Primary

Select whether this is the primary email address:

  • Yes

  • No

  • Not defined

Status

Select the status of the email address:

  • Subscribed

  • Unsubscribed

Postal Addresses

Add the address of the person:

Primary

Select whether this is the primary address of the person:

  • Yes

  • No

  • Not defined

Address Line

Enter the street address of the person.

Locality

Enter the city name of the person.

Region

Enter the state name of the person,

Postal Code

Enter the area postal code.

Country

Enter the person's country name.

Latitude

Enter the person's location's latitude details.

Longitude

Enter the person's location's longitude details.

Accuracy

Select the accuracy of the location:

  • Approximate

  • Rooftop

Primary

Select whether this is the primary address of the person:

  • Yes

  • No

  • Not defined

Address Line

Enter the street address of the person.

Locality

Enter the city name of the person.

Region

Enter the state name of the person,

Postal Code

Enter the area postal code.

Country

Enter the person's country name.

Latitude

Enter the person's location's latitude details.

Longitude

Enter the person's location's longitude details.

Accuracy

Select the accuracy of the location:

  • Approximate

  • Rooftop

Given Name

Enter the name of the person.

Family Name

Enter the family name of the person.

Main Language Spoken

Select the language spoken by the person.

Make an API Call

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Action Network account

URL

Enter a path relative to https://actionnetwork.org/api. For example: /v2/people

Note

For the list of available endpoints, refer to the Action Network API Documentation.

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.

The following API call returns all the people from your Action Network account:

URL:

/v2/people

Method:

GET

61d5a72097d35.png

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

In our example, 11 people were returned:

61d5a72243bc7.png