Parameter name | Value | Description |
---|---|---|
id |
string |
Identifier of the click-to-call button. Read-only |
name |
string |
Name of the click-to-call button. Writable. Max length: 65535. |
phoneNumber |
string |
Destination number of the click-to-call button. |
countries |
list |
Authorized country list of caller. Uppercase Alpha-2 codes of ISO-3166-1 standard. |
openingHours |
list |
Opening hours of the click-to-call button. |
openingHoursEnabled |
boolean |
Sets if the opening hours are enabled. |
maxDuration |
boolean |
Maximum duration of a call, in minutes. |
Deletes an entry on the click-to-call button list.
Authentication is required to execute this request. Please refer to Authentication for more.
{buttonId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
buttonId |
string |
Click-to-Call button identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Returns an entry of the click-to-call button list.
Authentication is required to execute this request. Please refer to Authentication for more.
{buttonId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
buttonId |
string |
Call identifier. |
Do not supply a request body with this method.
If successful, this method returns a Click-to-Call button resource in the response body.
Returns entries on the click-to-call button list.
Authentication is required to execute this request. Please refer to Authentication for more.
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Adds an entry to the click-to-call button list.
Authentication is required to execute this request. Please refer to Authentication for more.
In the request body, supply a Click-to-Call button resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
name |
string |
Name of the click-to-call button. |
phoneNumber |
string |
Destination number of the click-to-call button. |
If successful, this method returns a Click-to-Call button resource in the response body.
Updates an entry on the click-to-call button list.
Authentication is required to execute this request. Please refer to Authentication for more.
{buttonId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
buttonId |
string |
Click-to-Call button identifier. |
In the request body, supply a Click-to-Call button resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Optional Properties | ||
name |
string |
Name of the click-to-call button. |
phoneNumber |
string |
Destination number of the click-to-call button. |
countries |
list |
Authorized country list of caller. Uppercase Alpha-2 codes of ISO-3166-1 standard. |
If successful, this method returns a Click-to-Call button resource in the response body.