Gorgias

Learn how to use Gorgias with Composio

Overview

SLUG

GORGIAS

Description

Gorgias is a helpdesk and live chat platform specializing in e-commerce, offering automated support, order management, and unified customer communication

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to openid email profile offline write:all
bearer_token
string
subdomain
stringRequired

Tools

SLUG: GORGIAS_LIST_TEAMS

Lists teams in gorgias.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_ADD_TICKET_TAGS

Adds tags to a ticket in gorgias.

Action Parameters

tag_ids
arrayRequired
ticket_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_CREATE_ACCOUNT_SETTING

Creates a new account setting in gorgias.

Action Parameters

description
string
name
stringRequired
value
Required

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_CREATE_CUSTOMER

Creates a new customer in gorgias.

Action Parameters

address
object
channels
array
data
object
email
string
external_id
string
name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_CREATE_TEAM

Creates a new team in gorgias.

Action Parameters

decoration
object
description
string
members
array
name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_CREATE_TICKET

Creates a new ticket in gorgias.

Action Parameters

assignee_team_id
integer
assignee_user_id
integer
channel
string
customer_id
integerRequired
external_id
string
language
string
messages
array
meta
object
priority
string
status
string
subject
string
tags
array
via
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_DELETE_CUSTOMER

Deletes a specific customer from gorgias.

Action Parameters

customer_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_DELETE_CUSTOMERS

Deletes multiple customers from gorgias.

Action Parameters

customer_ids
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_DELETE_CUSTOMER_FIELD_VALUE

Deletes a specific field value for a customer in gorgias.

Action Parameters

customer_id
integerRequired
field_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_DELETE_TEAM

Deletes a specific team from gorgias.

Action Parameters

team_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_DELETE_TICKET

Deletes a specific ticket from gorgias.

Action Parameters

ticket_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_DELETE_TICKET_FIELD_VALUE

Deletes a specific field value for a ticket in gorgias.

Action Parameters

field_id
integerRequired
ticket_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_GET_ACCOUNT

Retrieves your gorgias account information.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_GET_CUSTOMER

Retrieves a specific customer from gorgias.

Action Parameters

customer_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_GET_EVENT

Retrieves a specific event from gorgias.

Action Parameters

event_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_GET_TEAM

Retrieves a specific team from gorgias.

Action Parameters

team_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_GET_TICKET

Retrieves a specific ticket from gorgias.

Action Parameters

ticket_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_LIST_ACCOUNT_SETTINGS

Lists all account settings in gorgias.

Action Parameters

limit
integer
offset
integer

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_LIST_CUSTOMERS

Lists customers in gorgias with various filtering options.

Action Parameters

created_from
string
created_to
string
email
string
external_id
string
limit
integer
name
string
offset
integer
order_by
string
order_dir
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GORGIAS_LIST_CUSTOMER_FIELD_VALUES

Lists all field values for a customer in gorgias.

Action Parameters

customer_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired