RCS
Add RCS test number
Adds a test phone number to an RCS agent for testing purposes.
put/messaging/rcs/test_number_invite/{id}/{phone_number}
Path parameters
idstring required
RCS agent ID
phone_numberstring required
Phone number in E164 format to invite for testing
Response
Test number successfully invited to RCS agent
Example response
{
"data": {
"agent_id": "TestAgent",
"phone_number": "+13125551234",
"record_type": "rcs.test_number_invite",
"status": "PENDING"
}
}