---
title: "Create auto-response setting"
method: POST
path: "/messaging_profiles/{profile_id}/autoresp_configs"
tags: ["Opt-Out Management"]
---

# Create auto-response setting

`POST /messaging_profiles/{profile_id}/autoresp_configs`

Creates an auto-response rule on the specified messaging profile. Matching inbound messages trigger the configured response.

## Path parameters

- `profile_id` string, required

## Request body

- AutoRespConfigCreateSchema
  - `op` 'start' | 'stop' | 'info', required
  - `keywords` string[], required
  - `resp_text` string
  - `country_code` string, required

## Response `200`

Successful Response

- AutorespConfigResponseSchema
  - `data` AutorespConfigSchema, required
    - `op` 'start' | 'stop' | 'info', required
    - `keywords` string[], required
    - `resp_text` string
    - `country_code` string, required
    - `id` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `4XX` — Unexpected error

## Changes

> 72 revisions in range; 1 not diffed.

- **2026-08-17** `1571b0380bd7` — 3 breaking
  - the response's body type changed from `object` to no type for status `4XX`
  - the `errors/items/` response's property type changed from `object` to no type for status `4XX`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `4XX`
- **2026-08-04** `8f5f4e537994` — 4 breaking
  - the response's body type changed from no type to `object` for status `4XX`
  - the `errors/items/` response's property type changed from no type to `object` for status `4XX`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `4XX`
  - the `errors/items/source/pointer` response's property format changed from `json-pointer` to no format for status `4XX`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/messaging_profiles/:profile_id/autoresp_configs/post.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/e0de72cf4744?raw)
