---
title: "List configured outbound senders"
method: GET
path: "/v1/workspaces/{id}/senders"
tags: ["workspaces"]
---

# List configured outbound senders

`GET /v1/workspaces/{id}/senders`

Returns the workspace's configured outbound email, SMS, and WhatsApp senders. Use these `sender_id` values with proactive `send_contact_message` requests when you need to choose the exact sender.

## Path parameters

- `id` string, required — Workspace identifier.

## Response `200`

Configured outbound senders

- object — Configured outbound senders that can be used for proactive contact messages in a workspace.
  - `data` object[], required
    - `id` string, required
    - `workspace_id` string, required
    - `channel` 'email' | 'sms' | 'whatsapp', required
    - `provider_type` 'gmail_account' | 'postmark_domain_sender' | 'phone_number_config' | 'whatsapp_number', required
    - `value` string, required
    - `display_name` string, nullable, required
    - `is_default` boolean, required

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Rate limit exceeded

---

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