HTTPS API v2 / Adding a number to test Google
Calling address
In order to add number to a test list of RCS using the Remote Service, you must send a specific application via HTTP or HTTPS using the POST method.
messages/tester_rcs
Available parameters
Parameter | Type | Sample value or format | Description |
---|---|---|---|
username | String | login | Login to the account. |
password | String | haslo | Password to the account. |
rcs_id | String | ID of RCS for example: 54c53be2-cbb8-11ec-9d64-0242ac120002 | The ID is available in our panel, assigned to each BOT configuration created. |
phone | String | +48500600700 | Phone number. |
To submit a number for testing, the RCS BOT for Google must be active (the application must be submitted to our panel). The response format is presented below:
{
"success":true,
"phone":"+48500600700",
"details":{"name":"phones/+48500600700/testers/","inviteStatus":"PENDING"}
}
If success=true is returned, the phone user will receive an RBM invitation, which must be confirmed in order to use the RCS sending option to the indicated number.