---
title: "Get Call-to-Emotion Distribution"
method: GET
path: "/content/call-to-emotion"
tags: ["content"]
---

# Get Call-to-Emotion Distribution

`GET /content/call-to-emotion`

This endpoint analyzes the first value in the `call_to_emotion` array of each notification
and returns a count of how often each emotional trigger (e.g. "Urgency", "Fear", "Excitement") appears.
Only documents with a valid value (not "None") are included.
Useful for identifying emotional marketing strategies used by apps or brands.

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `brand` string
- `genre` string

## Headers

- `X-API-Key` string, required

## Response `200`

A list of emotional triggers and their usage counts.

---

[API](https://skmtc.dev/empushy/apis/notiflow-api.md) · [All operations](https://skmtc.dev/empushy/apis/notiflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/empushy/notiflow-api/revisions/09c0a68f9a58/schema)
