|
CLICK2CALL.PROFILE.UPDATE - API REQUEST
|
|
|
CLICK2CALL.PROFILE.UPDATE - Updates an existing Anveo ContactMe/Click2Call profile.
|
|
|
|
Description
|
|
|
CLICK2CALL.PROFILE.UPDATE API Action is used to update an existing Anveo ContactMe/Click2Call profile.
|
|
|
Arguments
|
|
ID
Required. ID of any existing profile in your account. Maximum length is 128 characters.
|
|
Example:
<PARAMETER NAME="ID">ANVEOCLICK2CALL1000</PARAMETER>
|
|
TITLE
Optional. A text message to be placed into Title section of a new ContactMe/Click2Call button. Maximum length is 256 characters.
|
|
Example:
<PARAMETER NAME="TITLE">Anveo - Click2Call</PARAMETER>
|
|
MESSAGE
Optional. A text message to be placed into the description section of a new ContactMe/Click2Call button. Maximum length is 1024 characters.
|
|
Example:
<PARAMETER NAME="MESSAGE">Welcome to Anveo.com Click 2 Call Solution</PARAMETER>
|
|
HOMEPAGEURL
Optional. URL to a home page to be placed into Homepage section of a new ContactMe/Click2Call button. Maximum length is 512 characters.
|
|
Example:
<PARAMETER NAME="HOMEPAGEURL">http://www.anveo.com</PARAMETER>
|
|
PICTUREURL
Optional. A URL to an image to be used as profile picture. Maximum length is 512 characters.
|
|
Example:
<PARAMETER NAME="PICTUREURL">http://www.anveo.com/c2c.png</PARAMETER>
|
|
|
TITLE, MESSAGE, HOMEPAGEURL and PICTUREURL are not used when Anveo ContactMe/Click2Call button is displayed in Small or Call mode.
|
|
|
Response
|
|
|
When no errors were found Anveo® will return SUCCESS.
|
|
|
API Request Example
|
<?xml version="1.0" standalone="no" ?>
<REQUEST>
<USERTOKEN>
<USERKEY>df141891e2e883904b0b294dc5bq79c1c1c13f6d</USERKEY>
</USERTOKEN>
<ACTION NAME="CLICK2CALL.PROFILE.UPDATE">
<PARAMETER NAME="ID">ID1232123</PARAMETER>
<PARAMETER NAME="TITLE">Hello</PARAMETER>
<PARAMETER NAME="MESSAGE">Welcome to my Click2Call button</PARAMETER>
<PARAMETER NAME="HOMEPAGEURL">http://www.someserver.com</PARAMETER>
<PARAMETER NAME="PICTUREURL">http://www.someserver.com/c2c.png</PARAMETER>
</ACTION>
</REQUEST>
|
|
|
Response Example
|
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
<RESULT>SUCCESS</RESULT>
</RESPONSE>
|
|
|