support

Integration with your system (HTML or WebService)
1) Add ticket using webform

Paste code on your site



2) Add and manage ticket inside your system - simply put HTML code into



ACCOUNT_NAME - your account name YOUR_UNIQ_TICKET_ID - ticket uniq identifier - used to identify each ticket in 4WebSupport (string 32, A-Z, a-z, 0-9), it can be your id_order in online shop
USER_EMAIL - 4WebSupport user email
CONTACT_EMAIL - your customer/contact email address
YOUR_MAILBOX_EMAIL - your mailbox email address
YOUR_API_KEY - your API key in 4WebSupport system

CALCULATED_HASH = sha1('YOUR_UNIQ_TICKET_ID|USER_EMAIL|CONTACT_EMAIL|YOUR_MAILBOX_EMAIL|YOUR_API_KEY')

Generate your link online:

Account name
 
Your uniq ticket ID User email Contact/customer email Your mailbox email Your API key

PHP code:

$hash = sha1("{$uniq_ticket_id}|{$user_email}|{$customer_email}|{$mailbox_email}|{$my_api_key}");

echo "<iframe style=\"width:870px;height:600px;border:1px;\" src=\"http://panel.4websupport.com/ACCOUNT_NAME/api_ticket.html?email={$customer_email}&mailbox_email={$mailbox_email}&user_email={$user_email}&user_id_ticket={$uniq_ticket_id}&hash={$hash}\"></iframe>";


3) Advanced WebService integration

Add new ticket

Download JSON RPC client from: http://jsonrpcphp.org/?page=download



Authenticate

Download JSON RPC client from: http://jsonrpcphp.org/?page=download


Please wait...