Tickets

The tickets webhook is for ticket shops and other existing event ticketing systems to connect attendee ticket information to talque. Tickets can provider users access to the talque digital platform, as well as specific talks, webinars, etc. depending on the ticket category.

Tickets can be uploaded through the webhook one or more at a time, along with an optional purchase order for those tickets. The purchase order upload is not currently the complete data for the upload, but just to track the provenance of the tickets and who purchased them.

Add ticket(s) and purchase order

POST https://talque.com/webhook/org/:orgId/ticket

Path Parameters

Request Body

{
    // Response
}

Last updated