---
title: "Modus Salons: Humans, AI, and New Ways of Working in Pharma"
description: "<p>This event is part of #AIWeekNY by Pulse NYC — a community-led festival celebrating innovation across the AI ecosystem. More at <a target=\"_blank\" rel=\"noopener noreferrer nofollow\" href=\"https://p"
canonical: "https://www.gomry.com/event/Modus-Salons-Humans-AI-and-New-Ways-of-Working-in-Pharma-IPPsuO16bQJ4eE6b8iWZ"
---

# Modus Salons: Humans, AI, and New Ways of Working in Pharma

- **Event id**: `IPPsuO16bQJ4eE6b8iWZ`
- **Starts**: 2026-10-08T21:30:00.000Z (America/New_York)
- **Ends**: 2026-10-09T00:30:00.000Z (America/New_York)
- **Where**: NYC, USA
- **Organizer**: Modus Digital
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/Modus-Salons-Humans-AI-and-New-Ways-of-Working-in-Pharma-IPPsuO16bQJ4eE6b8iWZ?utm_medium=web&utm_campaign=catalogApi

## About

<p>This event is part of #AIWeekNY by Pulse NYC — a community-led festival celebrating innovation across the AI ecosystem. More at <a target="_blank" rel="noopener noreferrer nofollow" href="https://pulse.nyc/ai-week/">https://pulse.nyc/ai-week/</a></p><p><img src="https://www.gomry.com/ai-week-ny-logo-black-nobg.png" alt="#AIWeekNY by Pulse NYC" width="180"><br><br>Modus Salons are intimate, invite-only dinner events designed to gather senior leaders to network, learn about industry trends, and build community in this era of rapid technological change. On October 8 from 5:30-8:30 p.m., we’re gathering at a private dining space at Crane Club in Chelsea. We’ll hear from pharma innovators in a 20-minute talk during the dinner, hosted by Modus Digital Chief Innovation Officer, Jay Erickson. Most pharma teams have already bought tools like Copilot, Claude, and Agentforce. But a faster horse is still a horse. Tools alone don’t make the work smarter. The real 10x opportunity comes from orchestration: agentic systems and humans handing off work in real time, collapsing timelines that used to take weeks. This rewiring of how work gets done is evolving faster than most operating models, governance, and org charts were built to move. Learn what's genuinely running versus stuck in the demo, and how the teams pulling ahead are rebuilding the way they work. No slideware. No vendor theater. We’re thrilled to provide this chance for leaders to unwind and connect around the table with some interesting folks and help us lead the way forward, together!</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `W10LkGMOVyMxoOsTAsS0` | General Admission | free | usd | yes | 1–unlimited | 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 |
| --- | --- | --- | --- | --- | --- |
| `ng8bwdquuhavpo31ge3c1s` | What is your job title? | text | yes | yes | — |
| `bxqa4yrjpzhkkfkr71xbl` | Company name | text | yes | yes | — |

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

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
