Add Note To Conversation using Gladly. Requires note_text and conversation_id. Returns results based on the executed action.
Add tags using Gladly. Requires tags and conversation_id. Returns results based on the executed action.
Adds a topic tag to an existing conversation in Gladly to help categorize and organize customer support interactions.
This integration allows you to attach topi... Read More
Adds a topic tag to an existing conversation in Gladly to help categorize and organize customer support interactions.
This integration allows you to attach topic tags to conversations in Gladly, your customer service platform. Topics help organize conversations by category (like “billing,” “technical support,” or “returns”) making it easier for agents to prioritize, route, and report on customer interactions.
When successful, this integration returns an empty response, confirming that the topic has been successfully added to the conversation. The topic will then appear in the conversation’s topic list within Gladly.
Example Output:
{} Read LessCreates Conversation Message using Gladly. Requires email and title and description. Returns results based on the executed action.
Creates a new task in Gladly customer service platform and assigns it to a specific inbox with a due date.
This integration creates a task in your Gladly custom... Read More
Creates a new task in Gladly customer service platform and assigns it to a specific inbox with a due date.
This integration creates a task in your Gladly customer service platform, allowing you to assign follow-up work to specific team inboxes. Tasks help ensure important customer issues don’t fall through the cracks by setting clear descriptions, due dates, and assignees. The task will be linked to a customer’s email address for easy reference.
Returns a status object indicating whether the task was successfully created. The response includes a success boolean flag and a descriptive message. When the task creation fails, additional response details are provided with error information, such as invalid inbox IDs or missing required fields.
Example Output (Success):
{
"message": "task is created",
"success": true
}
Example Output (Failure):
{
"message": "task is not created",
"success": false,
"response": {
"errors": [{
"attr": "assignee.inboxId",
"code": "invalid",
"detail": "assignee.inboxId does not exist"
}]
}
} Read LessFind Customer By Email using Gladly. Requires email. Returns results based on the executed action.
Find Customer By Phone Number using Gladly. Requires phone_number. Returns results based on the executed action.
Retrieves Conversation By Id using Gladly. Requires conversation_id. Returns results based on the executed action.
Retrieves Inboxes using Gladly. No inputs are required. Returns results based on the executed action.
Retrieves Topics using Gladly. No inputs are required. Returns results based on the executed action.
Updates Customer Email using Gladly. Requires new_email and customer_id. Returns results based on the executed action.
Reassigns a Gladly support ticket to a specific agent or inbox for better routing and workload distribution.
This integration allows you to reassign an existing... Read More
Reassigns a Gladly support ticket to a specific agent or inbox for better routing and workload distribution.
This integration allows you to reassign an existing Gladly support conversation to a different agent or move it to a different inbox. This is useful for routing tickets to the right team members, balancing workloads, or escalating conversations to specialized support agents.
Returns a confirmation object indicating whether the ticket assignment was successfully updated. The response includes success (boolean) showing if the operation completed and message (string) providing status details.
Example Output:
{
"success": true,
"message": "ticket is updated"
} Read LessFor information on getting the appropriate Integration credentials, visit the Gladly site directly.