---
title: "Updates mosms trigger voice_forward configuration"
method: PUT
path: "/v1/triggers/{id}/mosms/voice_forward/configuration"
tags: ["triggers"]
---

# Updates mosms trigger voice_forward configuration

`PUT /v1/triggers/{id}/mosms/voice_forward/configuration`

## Path parameters

- `id` integer, required

## Request body

- VoiceForwardActionConfigurationRequest
  - `targets` string[] — targets
  - `contactGroupIds` integer[] — contactGroupIds
  - `contactIds` integer[] — contactIds
  - `prefixWithSender` boolean — prefixWithSender
  - `respectSegmentCount` boolean — respectSegmentCount

## Response `200`

OK

- VoiceForwardActionConfigurationResponse
  - `targets` string[] — targets
  - `contactGroupIds` integer[] — contactGroupIds
  - `contactIds` integer[] — contactIds
  - `prefixWithSender` boolean — prefixWithSender
  - `respectSegmentCount` boolean — respectSegmentCount
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `404` — Not found
- `500` — Internal server error

---

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