Skip to main content

Fomo

The Fomo modules allow you to create, update, list, retrieve, and delete the events in your Fomo account.

Getting Started with Fomo

Prerequisites

  • A Fomo account

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

Note

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

Connecting Fomo to Make

To connect your Fomo account to Make you need to obtain the API Key from your Fomo account and insert it in the Create a connection dialog in the Make module.

  1. Log in to your Fomo account.

  2. Click the site for which you want to establish the connection > Settings.

  3. Navigate to the Auth Token section and copy the token to your clipboard.

    61f26d2611f27.gif
  4. Go to Make and open the Fomo module's Create a connection dialog.

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

  6. In the Token field, enter the auth token copied in step 3, and click Continue.

The connection has been established.

Event

Fetch an event object by external ID or email address attribute.

Connection

Establish a connection to your Fomo account.

Limit

Set the maximum number of events Make will return during one scenario execution cycle.

Order By

Select whether you want to sort the events by created at or by Event Type ID.

Order Direction

Select the direction in which you want to list the events. For example, Asc for ascending and Desc for descending.

Fetch an event object by ID.

Connection

Establish a connection to your Fomo account.

Event

Select or map the event whose details you want to retrieve.

Send notification parameters to your live Event feed.

Connection

Establish a connection to your Fomo account.

Template

Select or map the template for the event you want to create.

External ID

Enter (map) the event's External ID.

First Name

Enter (map) the person's first name who is associated with the event.

Email Address

Enter (map) the person's first name who is associated with the event. The email address is used to create dynamic customer avatars. The email address is never shown publicly.

IP Address

Enter (map) the person's IP address. This information is used to extract city, province, and country parameters.

City

Enter (map) the city name where the event happened.

Province

Enter (map) the state or province where the event happened.

Country

Enter (map) the two-character country code where the event happened. For example, the US for the United States.

Title

Enter (map) the event name. For example, Conference.

URL

Enter (map) the URL address to redirect the user when they click the event.

Image URL

Enter (map) the URL address of the image to be displayed for the event.

Custom Event Fields Attributes

Enter the customer event fields and their values. For example, Event Location.

Change key-value pairs of an existing Fomo event.

Connection

Establish a connection to your Fomo account.

Event ID

Select or map the Event ID whose details you want to update.

Template

Select or map the template for the event you want to create.

External ID

Enter (map) the event's External ID.

First Name

Enter (map) the person's first name who is associated with the event.

Email Address

Enter (map) the person's first name who is associated with the event. The email address is used to create dynamic customer avatars. Never shown publicly.

IP Address

Enter (map) the person's IP address. This information is used to extract city, province, and country parameters.

City

Enter (map) the city name where the event happened.

Province

Enter (map) the state or province where the event happened.

Country

Enter (map) the two-character country code where the event happened. For example, the US for the United States.

Title

Enter (map) the event name. For example, Conference.

URL

Enter (map) the URL address to redirect the user when they click the event.

Image URL

Enter (map) the URL address of the image to be displayed for the event.

Custom Event Fields Attributes

Enter the customer event fields and their values. For example, Event location.

Deletes a Fomo event by ID.

Connection

Establish a connection to your Fomo account.

Event

Select or map the event you want to delete.

Other

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Fomo account.

URL

Enter a path relative to https://api.fomo.com/api/v1/applications/me. For example: /events

Note

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

URL:

/events

Method:

GET

61f26d2d3a223.png

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

In our example, 2 events were returned:

61f26d2eb3948.png