Create Generic Channel
This section describes how to create a new generic channel by doing the following steps:
Go to the Integration menu and click the Channel Connector menu, then you will see a channel connector page, as seen in the images below.

On the channel connector page, click the 'Plus' button in the generic channel section, and then you will see a pop-up channel setting.

Component Explanation:
Channel Name
Your channel name (Required).
Unique Identifier
Used to provide your generic channels with different channel IDs (Required).
Username
Username for the API integration.
Password
Password for the API integration.
Guestname
Incoming tickets will be created according to the filled guestname.
Encrypt Mode
Determines whether the exchange information will be in encryption mode or not.
URL Callback
Indicates a callback URL from the API integration.
HTTP Header
Add a callback using HTTP header.
Ticket
JSON mapping for ticket fields. Right field is the parameter owned by 3Dolphins. Left field is the field sent by the 3rd Party. { "person_screen_name": "account_screen", "person_name": "account_name", "text": "message", "session_generic": "ticket_number", "person_id": "account_id", "dolphin.ticket.contact_id":"md5(person_fist_name|person_last_name|person_phone|person_email)" }
Contact
JSON mapping untuk field contact. Right field is the parameter owned by 3Dolphins. Left field is the field sent by the 3rd Party. { "person_last_name": "contact_last_name", "person_email": "contact_email", "person_fist_name": "contact_first_name", "person_phone": "phones", "person_id": "external_contact_id", "dolphin.contact.id":"md5(person_fist_name|person_last_name|person_phone|person_email)" }
Outgoing
JSON mapping for the transmission of outgoing fields to the callback 3rd party. { "person_last_name": "contact_last_name", "person_first_name": "contact_first_name", "message": "message", "session_generic": "ticket_number", "person_id": "external_contact_id" }
Once all necessary fields have been completed, click 'Save' to create a new generic channel.

Last updated
Was this helpful?