RCS Agents

Add an RCS agent test device

Adds an RCS-capable test number after provider agent creation. Repeating the request for a number already attached to the agent returns the existing test device.

post/rcs/agents/{id}/test_devices

Path parameters

idstring uuid required

The Telnyx-assigned agent identifier.

Request body

phone_numberstring required

Example request

{
  "phone_number": "+13125550123"
}

Response

The test device was added or already existed.

test_device_idstring uuid required
phone_numberstring required
invite_status'PENDING' | 'ACCEPTED' | 'DECLINED' required

Example response

{
  "test_device_id": "44444444-4444-4444-8444-444444444444",
  "phone_number": "+13125550123",
  "invite_status": "ACCEPTED"
}

Changes

Changed in 1 of the 99 revisions of this API.1

Of the 99 revisions, 1 has no diff computed.