Create a match
create_matchCreate a padel match (4 players) or an americano tournament for a person. Returns the share link for the players and the organizer's private links. Give the person all links; keep personalToken and manageUrl private. Ask before creating; one request, one match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tz | Yes | IANA time zone the players live in, for example Asia/Singapore or Asia/Bangkok. | |
| cost | No | What each player pays, as free text: 400 THB, €8, split 4 ways. | |
| note | No | ||
| type | No | A match is exactly four players. A tournament is an americano with 4 to 64 players in fours. | match |
| court | No | Court within the venue, e.g. "3". | |
| title | No | ||
| venue | No | Club or court name. Enables the venue board and the booking link. | |
| format | No | Tournaments only. americano: partners rotate, everyone plays everyone. mexicano: courts by standings after round 1. king: winners move up a court, losers down. | |
| capacity | No | Tournaments only, a multiple of 4. Matches are always 4. | |
| levelMax | No | ||
| levelMin | No | Level range 0 to 7 (Playtomic-style). Omit both for any level. | |
| startsAt | Yes | ISO 8601 date-time. With an offset or Z it is absolute; without one it is read in tz. Example: 2026-09-11T19:00 | |
| whenFull | No | waitlist | |
| organizer | Yes | ||
| bookingUrl | No | The club's booking page or confirmation link, shown to players. | |
| venueMapUrl | No | ||
| organizerPlays | No | Seat the organizer in the match (default). False when they only organize. | |
| pointsPerMatch | No | Tournaments only: fixed points per match (16, 21, 24, 32). Omit for free scoring; mexicano defaults to 24. | |
| listOnVenueBoard | No | Show the match on the public venue board (/v/{venue-slug}). Off by default. |