---
title: "Debug Resend Create Contact"
method: POST
path: "/api/scheduled-notifications/admin/resend/debug/create-contact"
tags: ["Email Notifications"]
---

# Debug Resend Create Contact

`POST /api/scheduled-notifications/admin/resend/debug/create-contact`

Debug: create a contact in Resend (for testing). Returns the Resend API response
(object + id). Optionally add the contact to RESEND_SEGMENT_ID via add_to_segment.
Requires x-api-key header for authentication.

## Headers

- `x-api-key` string, required

## Request body

- ResendCreateContactRequest — Body for Resend create-contact debug endpoint.
  - `email` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `add_to_segment` boolean

## Response `200`

Successful Response

- unknown

## 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/versions/523833f9e819/schema)
