# Jimo (Actions) Destination

## Destination Info

* Accepts [Page](/docs/segment/connections/spec/page), [Alias](/docs/segment/connections/spec/alias), [Group](/docs/segment/connections/spec/group), [Identify](/docs/segment/connections/spec/identify), [Track](/docs/segment/connections/spec/track) calls.
* Refer to it as **Jimo (Actions)** in the [Integrations object.](/docs/segment/guides/filtering-data/#filtering-with-the-integrations-object)
* This destination is not compatible with [Destination Insert Functions.](/docs/segment/connections/functions/insert-functions/)
* This integration is **partner owned.** Please reach out to the partner's support for any issues.
* This destination is **Beta.**

[Jimo](https://usejimo.com/?utm_source=segmentio\&utm_medium=docs\&utm_campaign=partners) lets you publish in-app product experiences without changing your application code. These experiences can help improve adoption and user engagement.

This destination is maintained by Jimo. For any issues with the destination, [contact the Jimo support team](mailto:support@usejimo.com).

## Getting started

1. From your workspace's [destination catalog](https://app.segment.com/goto-my-workspace/destinations/catalog), search for **Jimo (Actions)**.
2. Select **Jimo (Actions)** and click **Add Destination**.
3. Select an existing source to connect to **Jimo (Actions)**.
4. Open your [Jimo dashboard](https://i.usejimo.com/settings/general), find and copy your **Project ID**.
5. Return to Segment, open the destination settings for the Jimo (Actions) destination you just created, and paste the Jimo **Project ID**.

## Destination Settings

| Field                                    | Description                                                                                                                                                                                                        | Required | Type    |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------- | ------- |
| Initialize only for identified users     | If true, Jimo SDK will be initialized only after a Segment event containing a userID has been triggered. This prevents from having anonymous profile created in Jimo.                                              | No       | boolean |
| Id                                       | Id of the Jimo project. You can find the Project Id here: https://i.usejimo.com/settings/install/portal                                                                                                            | Yes      | string  |
| Refetch experiences after traits changes | Enable this option if you'd like Jimo to refetch experiences supposed to be shown to the user after user traits get updated. This is useful when if you have experiences that use segment based on Segment traits. | No       | boolean |

## Available Presets

Jimo (Actions) has the following presets

| Preset Name      | Trigger                 | Default Action   |
| ---------------- | ----------------------- | ---------------- |
| Send Track Event | Event type = "track"    | Send Track Event |
| Send User Data   | Event type = "identify" | Send User Data   |

## Available Actions

Build your own Mappings. Combine supported [triggers](/docs/segment/connections/destinations/actions/#components-of-a-destination-action) with the following Jimo-supported actions:

> \[!NOTE]
>
> Individual destination instances have support a maximum of 50 mappings.

* [Send User Data](#send-user-data-1)
* [Send Track Event](#send-track-event-1)

### Send User Data

Send user ID and email to Jimo

Send User Data is a **Web** action. The default Trigger is `type = "identify"`

| Field       | Description                                     | Required | Type   |
| ----------- | ----------------------------------------------- | -------- | ------ |
| User ID     | The unique user identifier                      | No       | STRING |
| User email  | The email of the user                           | No       | STRING |
| User Traits | A list of attributes coming from segment traits | No       | OBJECT |

### Send Track Event

Submit an event to Jimo

Send Track Event is a **Web** action. The default Trigger is `type = "track"`

| Field            | Description                           | Required | Type   |
| ---------------- | ------------------------------------- | -------- | ------ |
| Message Id       | The internal id of the message.       | Yes      | STRING |
| Timestamp        | The timestamp of the event.           | Yes      | STRING |
| Event Name       | The name of the event.                | Yes      | STRING |
| User ID          | A unique identifier for the user.     | No       | STRING |
| Anonymous ID     | An anonymous identifier for the user. | No       | STRING |
| Event Properties | Information associated with the event | No       | OBJECT |
