---
title: "Marketers Meetup | Roma"
description: "<p><strong>Data</strong>: Giovedì 8 Ottobre, a partire dalle 18:00</p><p><strong>Luogo</strong>: <a target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"font-semibold line-clamp-1\" href=\"https://"
canonical: "https://www.gomry.com/event/Marketers-Meetup-or-Roma-IxKB7ftmOrEEa4ig5E5P"
---

# Marketers Meetup | Roma

- **Event id**: `IxKB7ftmOrEEa4ig5E5P`
- **Starts**: 2026-10-08T16:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-08T18:00:00.000Z (Europe/Rome)
- **Where**: Roma, Italia
- **Organizer**: Marketers
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/Marketers-Meetup-or-Roma-IxKB7ftmOrEEa4ig5E5P?utm_medium=web&utm_campaign=catalogApi

## About

<p><strong>Data</strong>: Giovedì 8 Ottobre, a partire dalle 18:00</p><p><strong>Luogo</strong>: <a target="_blank" rel="nofollow noopener noreferrer" class="font-semibold line-clamp-1" href="https://www.google.com/maps/search/?api=1&amp;query=T%20Bar%20Ostiense%20%7C%20Colazione%20%7C%20Pranzo%20%7C%20Aperitivo%20%7C%20Cena%20%7C%20Cocktail%20Bar&amp;query_place_id=ChIJQW5lDIaKJRMRcZkNGXSQ9e0"><strong>T Bar Ostiense | Colazione | Pranzo | Aperitivo | Cena | Cocktail Bar</strong></a></p><p>Roma, Lazio, Italia</p><p><strong>Prezzo</strong>: Ingresso gratuito; Aperitivo con buffet + drink 17 euro.</p><p>I Marketers Meetup sono l’eco della nostra voce.</p><p>Eventi in tutta Italia organizzati in autonomia dagli <strong>ambassador </strong>della nostra community, persone che rispecchiano a pieno i nostri valori e che hanno deciso di metterli in azione.</p><p>Se vuoi conoscere persone simili a te, condividere idee folli con chi non aspetta altro e smontare i dubbi del tuo percorso professionale <em>(personale)</em>, qui troverai ogni volta <strong>decine di Marketers affiatati</strong> disposti a confrontarsi.</p><p>Quando riusciamo, anche noi della Family ci uniamo alla festa 😎</p><p><em>Pronto/a alla prossima?</em></p><p><strong>Luca Lisandrelli ed Eleonora Forlino </strong>saranno gli ambassador che ti accoglieranno al <a target="_blank" rel="nofollow noopener noreferrer" class="font-semibold line-clamp-1" href="https://www.google.com/maps/search/?api=1&amp;query=T%20Bar%20Ostiense%20%7C%20Colazione%20%7C%20Pranzo%20%7C%20Aperitivo%20%7C%20Cena%20%7C%20Cocktail%20Bar&amp;query_place_id=ChIJQW5lDIaKJRMRcZkNGXSQ9e0"><strong>T Bar Ostiense | Colazione | Pranzo | Aperitivo | Cena | Cocktail Bar</strong></a></p><p>Roma, Lazio, Italia</p><p>Qualsiasi necessità tu abbia, Luca e Eleonora saranno lì per aiutarti e rendere questo Meetup memorabile.</p><p></p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `7OLlN1ekipE2AvMpl9dI` | Marketers Meetup \| Roma 8 Ottobre | free | eur | yes | 1–1 | no | — |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `qcwukg639quhyj00g7wq9` | Hai qualche esigenza alimentare da far presente al locale? | text | no | yes | — |
| `uigzjek56q7njuuat1uln` | Quante volte hai partecipato a un Marketers Meetup? | dropdown | no | yes | è la prima volta, 1-2 volte, 3-5 volte, 6 o più |
| `q41zdj493gpm15lsnlsy` | Autorizzo l'utilizzo delle immagini che mi ritraggono e dichiaro di accettare la Liberatoria immagini | dropdown | yes | yes | sì |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "7OLlN1ekipE2AvMpl9dI",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "q41zdj493gpm15lsnlsy",
      "value": "sì"
    }
  ]
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
