---
title: "Marketers Meetup | Sicilia"
description: "<blockquote><p><strong>Data</strong>: Giovedì 07 Ottobre 2026 - ore 18:00<br></p><p><strong>Luogo</strong>: presso<strong> Bacco Tabacco e Senape</strong> - <a target=\"_blank\" rel=\"noopener noreferrer"
canonical: "https://www.gomry.com/event/Marketers-Meetup-or-Sicilia-DCE6K2By0jScpFfZUKOy"
---

# Marketers Meetup | Sicilia

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

## About

<blockquote><p><strong>Data</strong>: Giovedì 07 Ottobre 2026 - ore 18:00<br></p><p><strong>Luogo</strong>: presso<strong> Bacco Tabacco e Senape</strong> - <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.google.com/maps/place//data=!4m2!3m1!1s0x1319ef466a557af3:0x197dfdd4734316b0?sa=X&amp;ved=1t:8290&amp;hl=it-IT&amp;ictx=111">Via Giovan Battista Lulli, 2, 90145 Palermo PA</a><br></p><p><strong>Prezzo</strong>: consumazione libera minima obbligatoria.<br></p><p>I Marketers Meetup sono l’eco della nostra voce.<br></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.<br></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 😎<br></p><p><em>Pronto/a alla prossima?</em><br></p><p><strong>Giuseppe e Alessio </strong>saranno gli ambassador che ti accoglierà al <em>Bacco Tabacco e Senape</em>, a partire dalle ore 18:00.</p><p>Qualsiasi necessità tu abbia, Giuseppe e Alessio saranno lì per aiutarti e rendere questo Meetup memorabile.</p></blockquote>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `PDTPXJQ0kYbKZyVzMTxl` | Marketers Meetup Sicilia 07/10/2026 | free | eur | yes | 1–1 | required | — |

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 |
| --- | --- | --- | --- | --- | --- |
| `wrqz73502zbe2mqrbpkd0a` | Hai qualche esigenza alimentare da far presente al locale? | text | no | yes | — |
| `9h96n953s8b612vyuw9oy8` | Quante volte hai partecipato a un Marketers Meetup? | dropdown | no | yes | è la prima volta, 1-2 volte, 3-5 volte, 6 o più |
| `e4pgdxiqema6kbpyry2a1i` | Autorizzo l'utilizzo delle immagini che mi ritraggono e dichiaro di accettare la Liberatoria immagini | dropdown | yes | yes | SI |

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": "PDTPXJQ0kYbKZyVzMTxl",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "e4pgdxiqema6kbpyry2a1i",
      "value": "SI"
    }
  ]
}
```

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
