Active with remarks |
---|
This application needs additional settings. Please follow the documentation below to create your connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…).. |
The Feedier modules allow you to create and retrieve the emails, feedback, tags, and SMS in your Feedier account.
Prerequisites
- A Feedier account
In order to use Feedier with Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes., it is necessary to have a Feedier account. You can create a Feedier account at feedier.com/register.
![]() |
Note |
---|---|
The module dialog fields that are displayed in bold (in the Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive., not in this documentation article) are mandatory! |
Connecting Feedier to Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes.
To connect your Feedier account to Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. you need to obtain the API Key from your Feedier account and insert it in the Create a connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). dialog in the Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. module.
1. Login to your Feedier account.
2. From the left menu, click Integrations > API Keys.

3. Copy the required API Private Key to your clipboard.

4. Go to Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. and open the Feedier module’s Create a connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). dialog.

5. In the ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). name field, enter a name for the connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…)..
6. In the API Private Key field, enter the API key copied in step 3, and click Continue.
The connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). has been established.
TriggersEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... when new feedback is received.
WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. Name |
Enter a name for the webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers.. |
ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). |
Establish a connection to your Feedier account. |
See Connecting to Feedier WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. using Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. to add the webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. in your Feedier account.
TriggersEvery scenario has a trigger, an event that starts your scenario. A scenario must have a trigger. There can only be one trigger for each scenario. When you create a new scenario, the first module you choose is your trigger for that scenario. Create a trigger by clicking on the empty module of a newly created scenario or moving the... when a new item is tagged.
WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. Name |
Enter a name for the webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers.. |
ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). |
Establish a connection to your Feedier account. |
See Connecting to Feedier WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. using Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. to add the webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. in your Feedier account.
Creates a new email.
ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). |
Establish a connection to your Feedier account. |
Carrier |
Select the object type from which you want to create an email. |
Enter the email address. | |
Message |
Enter the email body message text of the email. |
Name |
Enter the name of the person. |
Creates a new SMS.
ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). |
Establish a connection to your Feedier account. |
Carrier |
Select the carrier from which you are sending the SMS. |
Phone Number |
Enter the phone number to which you want to send the SMS. |
Message |
Enter the message text. |
Returns a list of feedback.
ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). |
Establish a connection to your Feedier account. |
Feedbacks |
Select the feedbacks you want to list. |
Filter |
Select the filter to list the feedback based on the specified criteria. |
Limit |
Set the maximum number of feedbacks Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. should return during one scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. |
Returns a list of tags.
ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). |
Establish a connection to your Feedier account. |
Limit |
Set the maximum number of tags Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. should return during one scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. |
Performs an arbitrary authorized API call.
ConnectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). |
Establish a connection to your Feedier account. | |||
URL |
Enter a path relative to https://api.feedier.com/ . For example: /v1/testimonials
|
|||
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 tags from your Feedier account:
URL: /v1/tags
Method: GET

Matches of the search can be found in the module’s Output under BundleA bundle is a chunk of data and the basic unit for use with modules. A bundle consists of items, similar to how a bag may contain separate, individual items. > Body > data. In our example, 9 tags were returned:

Connecting to a Feedier WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. using Boost.space IntegratorPart of the Boost.space system, where you can create your connections and automate your processes.
1. Open the WebhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. module for which you want to add the webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. in Feedier, enter the details, establish the connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). as mentioned in the respective module description, and copy the address to your clipboard.

2. Login to your Feedier account, click Your User Name Icon > Integrations > WebhooksA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers..

3. In the URL field, remove the sample URL address, enter the webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. URL address copied in step 1, and click Save.

The webhookA webhook is a way for an app to send real-time information to a specific URL in response to certain events or triggers. is added successfully.