Actions9
Overview
This node interacts with the Jegy.hu ticketing API to perform various operations related to event ticketing. Specifically, the 'Get Event Capacity Report' operation retrieves a capacity report for a specified event at a given venue. This is useful for event organizers or ticketing managers who need to monitor or analyze the capacity and availability of tickets for events. For example, it can be used to check how many tickets are available or sold for a concert or theater event at a particular venue.
Use Case Examples
- An event organizer wants to get a detailed capacity report for an upcoming concert at a specific venue to understand ticket availability and seating arrangements.
- A ticketing manager uses the node to fetch capacity reports for multiple events to generate sales and capacity analytics.
Properties
| Name | Meaning |
|---|---|
| Venue ID | The ID of the venue where the event is held. This is required to specify the location for which the capacity report is requested. |
| Event ID | The ID of the event for which the capacity report is requested. This identifies the specific event at the venue. |
Output
JSON
json- The JSON response from the Jegy.hu API containing the event capacity report data, including details about ticket availability, seating capacity, and other relevant event capacity information.
Dependencies
- Requires an API key credential for the Jegy.hu ticketing API to authenticate requests.
Troubleshooting
- Common issues include invalid or missing venue or event IDs, which will cause the API to return errors or empty results. Verify that the IDs are correct and correspond to existing venues and events.
- API authentication errors may occur if the API key credential is not set up correctly or has expired. Ensure the credential is valid and properly configured in n8n.
- Network or connectivity issues can cause request failures. Check internet connection and API endpoint accessibility.
Links
- Jegy.hu API Documentation - Official documentation for the Jegy.hu ticketing API, providing details on available endpoints and usage.