Skip to main content

Fleep

The Fleep modules allow you to watch the create, update, search, and delete the messages in your Fleep account.

Prerequisites

  • A Fleep account

In order to use Fleep with Make, it is necessary to have a Fleep account. If you do not have one, you can create a Fleep account at fleep.io/register.

1. Go to Make and open the Fleep module's Create a connection dialog.

61f26cf96bab3.gif

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

3. In the Email and Password fields, enter your Fleep account credentials, and click Continue.

The connection has been established.

Searches messages.

Connection

Establish a connection to your Fleep account.

Keywords

Enter the keywords to search the messages with the specified words.

Search Type

Select the filter based on which you want to search the messages. For example, task, chat, topic, and so on.

Sends a new message to a selected Fleep conversation.

Connection

Establish a connection to your Fleep account.

Conversation ID

Select the Conversation ID for which you want to create the message.

Message

Enter the message text.

Updates a message.

Connection

Establish a connection to your Fleep account.

Conversation ID

Select the Conversation ID whose message details you want to update.

Message

Enter the message text with which you want to update the existing message.

Message Number

Enter the message number of the reference message.

Deletes a message.

Connection

Establish a connection to your Fleep account.

Conversation ID

Select the Conversation ID whose message details you want to delete.

Message Number

Enter the Message Number of the reference message you want to delete.

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Fleep account.

URL

Enter a path relative to https://fleep.io/api/. For example: /search

For the list of available endpoints, refer to the Fleep 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 messages details from your Fleep account:

URL:

/search

Method:

POST

Body:

{"keyword": "s"}

61f26cfbacd93.png

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

In our example, 3 messages were returned:

61f26cfcddcf1.png