> For the complete documentation index, see [llms.txt](https://talque.gitbook.io/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://talque.gitbook.io/public/webhooks/invites.md).

# 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 %}
