---
title: "Create a new IVR greeting for a team"
method: POST
path: "/voice/ivr/greeting/{team}"
tags: ["Voice"]
---

# Create a new IVR greeting for a team

`POST /voice/ivr/greeting/{team}`

REQUIRED SCOPES <code>['voice:write']</code><br>Create a new IVR greeting for a specific team

## Path parameters

- `team` integer, required

## Response `200`

Successful operation

- object
  - `id` integer
  - `organization_id` integer
  - `name` string
  - `content_type` string
  - `url` string

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Team not found
- `422` — Validation error

---

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