← Tools Reference

Fomo

Fomo integration (Marketing, Social). Imported from open-connector.

API key5 toolshttps://api.fomo.com/api/v1
GET
fomo_list_events
List Fomo events with optional pagination and ordering.

/applications/me/events

4 parameters
ParamTypeRequiredDescription
per_pageintegeroptionalThe number of events to return per page.
pageintegeroptionalThe page number to return.
order_bystringoptionalThe Fomo event sort field.
order_directionstringoptionalThe Fomo event sort direction.
GET
fomo_get_event
Retrieve a single Fomo event by ID.

/applications/me/events/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Fomo event identifier.
POST
fomo_create_event
Create a Fomo event for a configured event template.

/applications/me/events

14 parameters
ParamTypeRequiredDescription
event_type_idintegeroptionalThe Fomo event type ID.
event_type_tagstringoptionalThe Fomo event type tag.
urlstringrequiredThe URL opened when a visitor clicks the event notification.
first_namestringoptionalThe first name to display in the Fomo event.
email_addressstringoptionalThe email address associated with the Fomo event.
ip_addressstringoptionalThe IP address Fomo can use for event location enrichment.
citystringoptionalThe city to display in the Fomo event.
provincestringoptionalThe province or state to display in the Fomo event.
countrystringoptionalThe ISO-2 country code to display in the Fomo event.
titlestringoptionalThe title or item name to display in the Fomo event.
external_idstringoptionalYour application-specific event identifier.
image_urlstringoptionalThe image URL to display in the Fomo event.
created_atstringoptionalThe event creation time to send to Fomo when backdating events.
custom_event_fields_attributesarrayoptionalCustom event fields to merge into the selected Fomo template.
PATCH
fomo_update_event
Update an existing Fomo event by ID.

/applications/me/events/{id}

15 parameters
ParamTypeRequiredDescription
idintegerrequiredThe Fomo event identifier.
event_type_idintegeroptionalThe Fomo event type ID.
event_type_tagstringoptionalThe Fomo event type tag.
urlstringoptionalThe URL opened when a visitor clicks the event notification.
first_namestringoptionalThe first name to display in the Fomo event.
email_addressstringoptionalThe email address associated with the Fomo event.
ip_addressstringoptionalThe IP address Fomo can use for event location enrichment.
citystringoptionalThe city to display in the Fomo event.
provincestringoptionalThe province or state to display in the Fomo event.
countrystringoptionalThe ISO-2 country code to display in the Fomo event.
titlestringoptionalThe title or item name to display in the Fomo event.
external_idstringoptionalYour application-specific event identifier.
image_urlstringoptionalThe image URL to display in the Fomo event.
created_atstringoptionalThe event creation time to send to Fomo when backdating events.
custom_event_fields_attributesarrayoptionalCustom event fields to merge into the selected Fomo template.
DELETE
fomo_delete_event
Delete an existing Fomo event by ID.

/applications/me/events/{id}

1 parameter
ParamTypeRequiredDescription
idintegerrequiredThe Fomo event identifier.