# 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.&#x20;

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

## Add invite

<mark style="color:green;">`POST`</mark> `https://talque.com/webhook/org/:orgId/invite`

#### Path Parameters

| Name                                    | Type   | Description          |
| --------------------------------------- | ------ | -------------------- |
| orgId<mark style="color:red;">\*</mark> | 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<mark style="color:red;">\*</mark> | 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) |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://talque.gitbook.io/public/webhooks/invites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
