...
Table of Contents | ||
---|---|---|
|
...
Step 1: Define Integration
...
Define the Support Agent Actions under the Agent Chat Console tab on Tenant → Settings :
On the Support Agent Actions tab, click on Create Action.
Enter the form details.
Add an Action Name as “Create Service Request.”
Set the Status to Active.
Click on Next. On Form Fields, add a field for description to be provided by the user.
Add display name “Description.”
Choose “Multiline Text” for the field type.
Select Mandatory checkbox.
Click on Next. Now move to Form Submit.
Add “Integration” and select operation ‘Create Service Request.' For more details on creating an integration, refer to Integrations.
Override the Integration and pass the value in the “Description” form field to the operation. Use syntax @{supportagentaction.formField.<fieldIdentifier>} to refer to the form field.
Set the success message to be displayed to support analyst on successful form submission. Use the local attribute TicketNumber to show the logged ticket number to the support agent.For example; “Created ticket @{local.ticketIdentifier} in ISM“
Click Create.
Once the action is created, Go to the Agent chat console to test and Execute Support Agent Actions.
...