Active with remarks
This application needs additional settings. Please follow the documentation below to create your own connection.

Userflow

Getting Started with Userflow

The Userflow modules allow you to monitor and manage jobs, tasks, and import&export files in your Userflow account.

Prerequisites

  • A Userflow account

In order to use Userflow with Boost.space Integrator, it is necessary to have a Userflow account. If you do not have one, you can create a Userflow account at getuserflow.com/create-account.

The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory!

Connecting Userflow to Boost.space Integrator

To connect your Userflow account to Boost.space Integrator you need to obtain the API Key from your Userflow account and insert it in the Create a connection dialog in the Boost.space Integrator module.

1. Log in to your Userflow account and open your Dashboard.

2. Click Settings > API.

61d6b9ebb0ed8.gif

3. Click New API Key.

61d6b9edbc43f.png

4. Enter a name for the API Key and click Create API Key.

61d6b9eea1247.png

5. Copy the API Key to your clipboard.

61d6b9ef9c981.png

6. Go to Boost.space Integrator and open the Userflow module’s Create a connection dialog.

61d6b9f0a05f0.gif

7. In the Connection name field, enter a name for the connection.

8. In the API Key field, enter the API Key copied in step 5.

9. Click Continue.

61d6b9f2b0591.png

The connection has been established.

Users

Watch Users

Triggers when a user is created/updated in Userflow.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Userflow account.

Create or Update a User

Creates or updates (if it already exists) a user in Userflow.

Connection

Establish a connection to your Userflow account.

User ID

Select the User ID you want to update. If there is no user exists, a new user is created.

Email

Enter the email address of the user.

Name

Enter the name of the user.

Signed Up

Enter the date and time when the user is created.

Events

Watch Events

Triggers when an event is tracked in Userflow.

Webhook Name

Enter a name for the webhook.

Connection

Establish a connection to your Userflow account.

Track an Event

Tracks an event in Userflow.

Connection

Establish a connection to your Userflow account.

User ID

Select the User ID whose events you want to track.

Event Name

Select the event you want to track.

Other

Make an API Call

Perform an arbitrary authorized API call.

Connection

Establish a connection to your Userflow account.

URL

Enter a path relative to https://api.getuserflow.com/. For example: /users

For the list of available endpoints, refer to the Userflow 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.

Example of Use – List Users

The following API call returns all the users from your Userflow account:

URL: /users

Method: GET

61d6b9f3a15d9.png

Matches of the search can be found in the module’s Output under Bundle > Body > data. In our example, 2 users were returned:

61d6b9f49aee5.png