---
url: https://talkjs.com/docs/UI_Components/React_Native/Object_Types/ThirdPartyOptions
---

# ThirdPartyOptions

Ask a question Copy for LLM [View as Markdown](/docs/UI_Components/React_Native/Object_Types/ThirdPartyOptions.md)
Used to configure supported third-party integrations with TalkJS. See [third party integrations](/docs/Features/Integrations/).

## Example

```typescript
{
  fullstory: {
    org: '7N8Q6'
  }
}
```

## Properties

| Name | Type |
| --- | --- |
| **fullstory** *(optional)* | [`FullStoryOptions`](#fullstoryoptions) |

## Used by

- [`Chatbox`](/docs/UI_Components/React_Native/Components/Chatbox/#thirdparties)
- [`ConversationList`](/docs/UI_Components/React_Native/Components/ConversationList/#thirdparties)

## Type Definitions

### FullStoryOptions

#### Properties

| Name | Type | Description |
| --- | --- | --- |
| **org** Required | `string` | Fullstory organization ID |
| **host** | `string` | Fullstory hostname |