From 1f0bfb88b3304d9706e3318545119750223be5bf Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Wed, 27 Mar 2024 14:48:54 +0530 Subject: [PATCH 1/2] Fix overview section --- ballerina/Module.md | 2 +- ballerina/Package.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Module.md b/ballerina/Module.md index 4cfe608..e1377ce 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -1,4 +1,4 @@ -# Ballerina Zendesk connector +## Overview [Zendesk](https://www.zendesk.com/) is a customer service software company that provides a cloud-based customer support platform. It is designed to offer a seamless and efficient customer service experience, enabling businesses to manage customer interactions across multiple channels, including email, chat, phone, and social media. diff --git a/ballerina/Package.md b/ballerina/Package.md index 4cfe608..e1377ce 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -1,4 +1,4 @@ -# Ballerina Zendesk connector +## Overview [Zendesk](https://www.zendesk.com/) is a customer service software company that provides a cloud-based customer support platform. It is designed to offer a seamless and efficient customer service experience, enabling businesses to manage customer interactions across multiple channels, including email, chat, phone, and social media. From b7ba0c8fd664c26f10ec6e92d54db313d23db3e6 Mon Sep 17 00:00:00 2001 From: Nipuna Ranasinghe Date: Wed, 27 Mar 2024 14:53:21 +0530 Subject: [PATCH 2/2] Fix graalvm workflow file name --- ...with-bal-test-native.yml => build-with-bal-test-graalvm.yml} | 0 README.md | 2 ++ 2 files changed, 2 insertions(+) rename .github/workflows/{build-with-bal-test-native.yml => build-with-bal-test-graalvm.yml} (100%) diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-graalvm.yml similarity index 100% rename from .github/workflows/build-with-bal-test-native.yml rename to .github/workflows/build-with-bal-test-graalvm.yml diff --git a/README.md b/README.md index 5039dfe..6938d6a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![GitHub Last Commit](https://img.shields.io/github/last-commit/ballerina-platform/module-ballerinax-zendesk.svg)](https://github.com/ballerina-platform/module-ballerinax-zendesk/commits/master) [![GitHub Issues](https://img.shields.io/github/issues/ballerina-platform/ballerina-library/module/github.svg?label=Open%20Issues)](https://github.com/ballerina-platform/ballerina-library/labels/module%2Fgithub) +## Overview + [Zendesk](https://www.zendesk.com/) is a customer service software company that provides a cloud-based customer support platform. It is designed to offer a seamless and efficient customer service experience, enabling businesses to manage customer interactions across multiple channels, including email, chat, phone, and social media. The Ballerina Zendesk Connector allows developers to interact with the [Zendesk REST API V2](https://developer.zendesk.com/api-reference/ticketing/introduction/), making it easier to integrate customer support features into Ballerina applications. This connector enables the automation of Zendesk Support operations such as ticket management, user and organization management, and more.