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

NameTypeDescription

orgId*

string

The ID of your event

Request Body

NameTypeDescription

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)

Last updated