Fomo integration (Marketing, Social). Imported from open-connector.
https://api.fomo.com/api/v1/applications/me/events
| Param | Type | Required | Description |
|---|---|---|---|
| per_page | integer | optional | The number of events to return per page. |
| page | integer | optional | The page number to return. |
| order_by | string | optional | The Fomo event sort field. |
| order_direction | string | optional | The Fomo event sort direction. |
/applications/me/events/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Fomo event identifier. |
/applications/me/events
| Param | Type | Required | Description |
|---|---|---|---|
| event_type_id | integer | optional | The Fomo event type ID. |
| event_type_tag | string | optional | The Fomo event type tag. |
| url | string | required | The URL opened when a visitor clicks the event notification. |
| first_name | string | optional | The first name to display in the Fomo event. |
| email_address | string | optional | The email address associated with the Fomo event. |
| ip_address | string | optional | The IP address Fomo can use for event location enrichment. |
| city | string | optional | The city to display in the Fomo event. |
| province | string | optional | The province or state to display in the Fomo event. |
| country | string | optional | The ISO-2 country code to display in the Fomo event. |
| title | string | optional | The title or item name to display in the Fomo event. |
| external_id | string | optional | Your application-specific event identifier. |
| image_url | string | optional | The image URL to display in the Fomo event. |
| created_at | string | optional | The event creation time to send to Fomo when backdating events. |
| custom_event_fields_attributes | array | optional | Custom event fields to merge into the selected Fomo template. |
/applications/me/events/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Fomo event identifier. |
| event_type_id | integer | optional | The Fomo event type ID. |
| event_type_tag | string | optional | The Fomo event type tag. |
| url | string | optional | The URL opened when a visitor clicks the event notification. |
| first_name | string | optional | The first name to display in the Fomo event. |
| email_address | string | optional | The email address associated with the Fomo event. |
| ip_address | string | optional | The IP address Fomo can use for event location enrichment. |
| city | string | optional | The city to display in the Fomo event. |
| province | string | optional | The province or state to display in the Fomo event. |
| country | string | optional | The ISO-2 country code to display in the Fomo event. |
| title | string | optional | The title or item name to display in the Fomo event. |
| external_id | string | optional | Your application-specific event identifier. |
| image_url | string | optional | The image URL to display in the Fomo event. |
| created_at | string | optional | The event creation time to send to Fomo when backdating events. |
| custom_event_fields_attributes | array | optional | Custom event fields to merge into the selected Fomo template. |
/applications/me/events/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | required | The Fomo event identifier. |