Gorgias

Learn how to use Gorgias with Composio

Overview

Enum

GORGIAS

Description

Integration for Gorgias, focusing on e-commerce enhancements.

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
subdomain
stringRequired

Actions

Retrieves your gorgias account information.

Action Parameters

Action Response

data
object
successful
boolean
error

Lists tickets in gorgias with various filtering options.

Action Parameters

limit
integer
offset
integer
order_by
string
order_dir
string
status
string
priority
string
channel
string
customer_id
integer
assignee_user_id
integer
assignee_team_id
integer
tag_id
integer
language
string
created_from
string
created_to
string
updated_from
string
updated_to
string
external_id
string

Action Response

data
object
successful
boolean
error

Retrieves a specific event from gorgias.

Action Parameters

event_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a specific ticket from gorgias.

Action Parameters

ticket_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists teams in gorgias.

Action Parameters

Action Response

data
object
successful
boolean
error

Adds tags to a ticket in gorgias.

Action Parameters

ticket_id
integerRequired
tag_ids
arrayRequired

Action Response

data
object
successful
boolean
error

Lists all field values for a ticket in gorgias.

Action Parameters

ticket_id
integerRequired

Action Response

data
object
successful
boolean
error

Retrieves a specific customer from gorgias.

Action Parameters

customer_id
integerRequired

Action Response

data
object
successful
boolean
error

Creates a new customer in gorgias.

Action Parameters

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

Action Response

data
object
successful
boolean
error

Updates an existing team in gorgias.

Action Parameters

team_id
integerRequired
name
string
description
string
decoration
object
members
array

Action Response

data
object
successful
boolean
error

Lists events in gorgias with various filtering options.

Action Parameters

limit
integer
offset
integer
type
string
object_type
string
object_id
integer
user_id
integer
context
string
created_from
string
created_to
string

Action Response

data
object
successful
boolean
error

Deletes a specific field value for a customer in gorgias.

Action Parameters

customer_id
integerRequired
field_id
integerRequired

Action Response

data
object
successful
boolean
error

Removes tags from a ticket in gorgias.

Action Parameters

ticket_id
integerRequired
tag_ids
arrayRequired

Action Response

data
object
successful
boolean
error

Creates a new team in gorgias.

Action Parameters

name
stringRequired
description
string
decoration
object
members
array

Action Response

data
object
successful
boolean
error

Deletes a specific customer from gorgias.

Action Parameters

customer_id
integerRequired

Action Response

data
object
successful
boolean
error

Retrieves a specific ticket from gorgias.

Action Parameters

ticket_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes a specific field value for a ticket in gorgias.

Action Parameters

ticket_id
integerRequired
field_id
integerRequired

Action Response

data
object
successful
boolean
error

Creates a new account setting in gorgias.

Action Parameters

name
stringRequired
value
Required
description
string

Action Response

data
object
successful
boolean
error

Creates a new ticket in gorgias.

Action Parameters

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

Action Response

data
object
successful
boolean
error

Updates an existing ticket in gorgias.

Action Parameters

ticket_id
integerRequired
subject
string
status
string
priority
string
language
string
customer_id
integer
assignee_user_id
integer
assignee_team_id
integer
external_id
string
meta
object

Action Response

data
object
successful
boolean
error

Lists customers in gorgias with various filtering options.

Action Parameters

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

Action Response

data
object
successful
boolean
error

Lists all tags for a ticket in gorgias.

Action Parameters

ticket_id
integerRequired

Action Response

data
object
successful
boolean
error

Deletes multiple customers from gorgias.

Action Parameters

customer_ids
arrayRequired

Action Response

data
object
successful
boolean
error

Sets the complete data object for a customer in gorgias.

Action Parameters

customer_id
integerRequired
data
objectRequired

Action Response

data
object
successful
boolean
error

Updates an existing customer in gorgias.

Action Parameters

customer_id
integerRequired
name
string
email
string
channels
array
external_id
string
address
object
data
object

Action Response

data
object
successful
boolean
error

Deletes a specific team from gorgias.

Action Parameters

team_id
integerRequired

Action Response

data
object
successful
boolean
error

Retrieves a specific team from gorgias.

Action Parameters

team_id
integerRequired

Action Response

data
object
successful
boolean
error

Sets the complete list of tags for a ticket in gorgias.

Action Parameters

ticket_id
integerRequired
tag_ids
arrayRequired

Action Response

data
object
successful
boolean
error

Merges two customers in gorgias, combining their data and history.

Action Parameters

source_customer_id
integerRequired
target_customer_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all field values for a customer in gorgias.

Action Parameters

customer_id
integerRequired

Action Response

data
object
successful
boolean
error

Lists all account settings in gorgias.

Action Parameters

limit
integer
offset
integer

Action Response

data
object
successful
boolean
error

Updates an existing account setting in gorgias.

Action Parameters

setting_id
integerRequired
value
Required
description
string

Action Response

data
object
successful
boolean
error