---
title: "Marketers Meetup | Puglia"
description: "<p><strong>📅 Data: </strong>Venerdì 2 ottobre ore 19:00<br>📍 <strong>Luogo</strong>: Bari (BA)<br>🎟️ <strong>Prezzo: </strong>ingresso gratuito con consumazione libera<br>👉 Per tutti i dettagli: v"
canonical: "https://www.gomry.com/event/Marketers-Meetup-or-Puglia-YOEEop6TxGaigJN9o9o4"
---

# Marketers Meetup | Puglia

- **Event id**: `YOEEop6TxGaigJN9o9o4`
- **Starts**: 2026-10-02T17:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-02T19:00:00.000Z (Europe/Rome)
- **Where**: Bari, Italia
- **Organizer**: Marketers
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/Marketers-Meetup-or-Puglia-YOEEop6TxGaigJN9o9o4?utm_medium=web&utm_campaign=catalogApi

## About

<p><strong>📅 Data: </strong>Venerdì 2 ottobre ore 19:00<br>📍 <strong>Luogo</strong>: Bari (BA)<br>🎟️ <strong>Prezzo: </strong>ingresso gratuito con consumazione libera<br>👉 Per tutti i dettagli: vai sul <a target="_blank" rel="noopener noreferrer nofollow" href="https://t.me/+OdaQjwODoSliNTk0">gruppo Telegram</a></p><p><br>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>(o 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>Laura e Carmen </strong>saranno le ambassador che ti accoglieranno, a partire dalle 19.</p><p>Qualsiasi necessità tu abbia, <strong>Laura e Carmen</strong> saranno lì per aiutarti e rendere questo Meetup memorabile.</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `yOJp7MlIrD8iFo9lRkhu` | Marketers Meetup Puglia | free | eur | yes | 1–4 | no | 2027-09-08T21:54:16.740Z |

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 |
| --- | --- | --- | --- | --- | --- |
| `jb78e5vp2rkhbgz2glf2h` | Hai qualche esigenza alimentare da far presente al locale? | text | no | yes | — |
| `zis80vfmn7s7vb7ip3r0zi` | Quante volte hai partecipato a un Marketers Meetup? | dropdown | yes | yes | è la prima volta, 1-2 volte, 3-5 volte, 6 o più |
| `3b52s8vzwcf32usqu2y11z` | 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": "yOJp7MlIrD8iFo9lRkhu",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "zis80vfmn7s7vb7ip3r0zi",
      "value": "è la prima volta"
    },
    {
      "question_id": "3b52s8vzwcf32usqu2y11z",
      "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
