talque
  • External integrations for talque
  • JSON API (readonly)
    • General
      • Locales and Text
    • Organization
      • Read
    • Lecture
      • List
      • Read
      • Files
      • Authorization
    • Speaker
      • List
      • Read
      • Authorization
    • Participants
    • Vendors
      • List
      • Read
      • Authorization
    • Room
      • List
      • Read
    • Enumerations
      • Locale
  • Deep links
    • General
    • Organization
    • Profile links
    • Lecture links
    • Partner links
    • Post links
    • Map links
    • Video rooms
  • Webhooks
    • General
    • Authentication
    • File upload
    • Users
    • Invites
    • Tickets
    • Vendors
      • Create
      • Update
      • Delete
    • COMING SOON: Announcements
    • COMING SOON: Lectures
    • Map Data
      • Map layer
      • Map features
      • Update references
  • COMING SOON: Chat Bots
  • Wordpress Plugin
    • Installation
    • Pages
    • Shortcodes
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Javascript plugin
    • Introduction
    • Installation
      • Initial page
      • Filters
      • Optional settings
    • Routing
    • Configuration
  • Single Sign-On
    • OAuth2 Login
    • Website data
    • OAuth2 Flow
      • Request an Authorization Code
      • Exchange for Access Token
      • Authorized Requests
  • SELF-SERVICE LINKS
    • Event Ticket Token
  • Old Wordpress Plugin
    • Download
    • Pages
    • Shortcodes
    • Filter Options
    • Style Options
  • Old Javascript Plugin
    • Introduction
    • Routing
    • Installation
  • Troubleshooting
    • Firewall Configuration
  • Talque Plugin
    • Download
    • Installation
    • Configuration
Powered by GitBook
On this page

Was this helpful?

  1. Webhooks

Invites

Invites let you send invite emails to prospective participants of your talque community. They are listed in the talque admin interface in the Invitations menu entry.

The invite webhook adds invites to the list of invites, it does not initiate sending of the invite emails.

Add invite

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

Path Parameters

Name
Type
Description

orgId*

string

The ID of your event

Request Body

Name
Type
Description

vendors

array

Array of talque vendor ids. User becomes contact person when joining.

extVendors

array

Array of external vendor ids (extId of vendors). User becomes contact person when joining.

ticket

string

The ticket category. Any translation of the ticket label will be accepted.

category

string

The participant category. Any translation of the category label will be accepted.

extId

string

External ID (field not used by talque)

website

string

Pre-populate the invitees profile website (can be changed during onboardin)

location

string

Pre-populate the invitees location (can be changed during onboarding)

companyName

string

Pre-populate the invitees company name (can be changed during onboarding)

jobTitle

string

Pre-populate the invitee's job title (can be changed during onboarding)

locale

string

The language to use in the email. See Locale for admissible values

lastName

string

Last (family) name of the invitee

firstName

string

First (given) name of the invitee

email*

string

The email address to eventually send the invite to. This is the only required field

course

String

Whether the invite is ONLINE (virtual attendance), ON_PREMISE (attendance in person), or HYBRID (let user select)

PreviousUsersNextTickets

Last updated 9 months ago

Was this helpful?