---
title: "Nudge Friend"
method: POST
path: "/api/friends/nudge/{friend_id}"
tags: ["friends"]
---

# Nudge Friend

`POST /api/friends/nudge/{friend_id}`

Send a push notification nudge to a friend.

Title is the current user's first name; body is the text from the request body.

## Path parameters

- `friend_id` string, required

## Headers

- `x-user-id` string, nullable

## Request body

- NudgeFriendRequest
  - `text` string, required
  - `is_custom` boolean

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/revisions/cb25d3fef898/schema)
