---
title: "Submit a contact-prompt address"
method: POST
path: "/v1/contacts/prompt/submit"
tags: ["contacts"]
---

# Submit a contact-prompt address

`POST /v1/contacts/prompt/submit`

Completes a daemon-broadcast contact_request: writes the contact and channel gateway-first, then unblocks the waiting prompt via daemon IPC.

## Request body

- object
  - `requestId` string, required — The contact_request id broadcast by the daemon
  - `address` string, required
  - `channelType` string, required
  - `role` string
  - `displayName` string

## Response `200`

Successful response

- object
  - `accepted` boolean, required
  - `error` string

---

[API](https://skmtc.net/vellum-ai/apis/vellum-gateway-api.md) · [All operations](https://skmtc.net/vellum-ai/apis/vellum-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vellum-ai/vellum-gateway-api/revisions/5f280bce8b2e/schema)
