---
title: "Get Customer Interactions"
method: GET
path: "/customers/interaction"
---

# Get Customer Interactions

`GET /customers/interaction`

Lets you to fetch store interactions with a specific customer. This includes SMSs, emails, sent to the customer; missed calls received from the customer’s registered mobile number; and surveys submitted by the customer.

## Query parameters

- `identifierName` 'email' | 'mobile' | 'external_id'
- `identifierValue` string
- `network` 'facebook' | 'twitter' | 'foursquare' | 'capillary'
- `type` 'email' | 'emailbulk' | 'checkin' | 'like' | 'comment' | 'mention' | 'retweet' | 'tweet' | 'feedback' | 'whatsapp' | 'zalo' | 'line'

## Response `200`

200

- union
  - object
    - `name` string
    - `interaction` object[]
      - `count` integer
      - `name` string
      - `messageList` object[]
        - `id` integer
        - `receiver` string
        - `subject` string
        - `campaignId` integer
        - `status` string
        - `sentDate` string
        - `userId` integer
    - `warnings` unknown[]
      - unknown
  - object
    - `name` string
    - `interaction` object[]
      - `count` integer
      - `name` string
      - `surveys` unknown[]
        - unknown
    - `warnings` unknown[]
      - unknown

## Other responses

- `500` — 500

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/versions/de241f2ed9b3/schema)
