Ticket created
This HTTP request is sent to the registered URL every time a Ticket was created in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”ticket_created” | Always “ticket_created” for the Ticket Created event |
| data.id | string | The ID of the ticket that was created |
| … | Ticket | Other data fields come from the Ticket data model. Read more about the Ticket data model. |
Ticket called
This HTTP request is sent to the registered URL every time a Ticket was called in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”ticket_called” | Always “ticket_called” for the Ticket Called event |
| data.id | string | The ID of the ticket that was created |
| … | Ticket | Other data fields come from the Ticket data model. Read more about the Ticket data model. |
Ticket re-called
This HTTP request is sent to the registered URL every time a Ticket was called again in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”ticket_recalled” | Always “ticket_recalled” for the Ticket Re-called event |
| data.id | string | The ID of the ticket that was created |
| … | Ticket | Other data fields come from the Ticket data model. Read more about the Ticket data model. |
Ticket removed from queue
This HTTP request is sent to the registered URL every time a Ticket was removed from the queue in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”ticket_cancelled” | Always “ticket_cancelled” for the Ticket Removed event |
| data.id | string | The ID of the ticket that was created |
| … | Ticket | Other data fields come from the Ticket data model. Read more about the Ticket data model. |
Ticket served
This HTTP request is sent to the registered URL every time a Ticket was served in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”ticket_served” | Always “ticket_served” for the Ticket Served event |
| data.id | string | The ID of the ticket that was created |
| … | Ticket | Other data fields come from the Ticket data model. Read more about the Ticket data model. |
Ticket changed
This HTTP request is sent to the registered URL every time a Ticket’s information was changed in Qminder.| Field name | Data type | Description |
|---|---|---|
| type | ”ticket_changed” | Always “ticket_changed” for the Ticket Changed event |
| data.id | string | The ID of the ticket that was created |
| … | Ticket | Other data fields come from the Ticket data model. Read more about the Ticket data model. |