post
https://api.fomo.com/api/v1/applications/me/events
Send notification parameters to your live Event feed. For tips and tricks, see the Protips section below the following code sample.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Event creation #Protips
image_urlcan point to an image with any dimensions, but we prefer squares, no greater than 125x125px. anything larger will likely slow down the speed of rendering on your website.- send
urlparameters without UTM or other tracking links. to add these, edit the UTM fields in your Applications > edit form instead, which makes it easy to bulk edit later. - 2-digit
countrycodes are great - we'll convert them automatically to full country names. if you send a full country name, that's fine too. - all Templates include a "title_with_link" helper merge variable, which combines your "title" and "url" Event parameters. but, using markdown you can combine any 2 parameters, such as {{ something_custom }} with {{ url }}. learn more.
Using the time_ago (timestamps) featureIf you're leveraging the "time_ago" attribute to show timestamps in your events, there's no need to POST any 'created_at' values. Fomo simply uses the derived values from the event record itself.
