Crowdin

Learn how to use Crowdin with Composio

Overview

Enum

CROWDIN

Description

Crowdin is a localization management platform that streamlines the translation process, offering tools for collaboration, content centralization, and workflow automation.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
string
scopes
string
access_token
string
bearer_token
stringRequired

Actions

Tool to create a new branch in a crowdin project. use when you need to isolate translations for a new feature or release.

Action Parameters

exportPattern
string
name
stringRequired
priority
string
projectId
stringRequired
title
string

Action Response

data
object
error
string
successful
boolean
Tool to add a new file to a crowdin project. use after uploading the file to storage to place it under the specified project, branch, or directory.

Action Parameters

branchId
integer
directoryId
integer
exportOptions
object
importOptions
object
name
stringRequired
projectId
integerRequired
storageId
integerRequired
type
string

Action Response

data
object
error
string
successful
boolean
Tool to create a new label in a crowdin project. use when you need to tag resources with a custom identifier, such as 'sprint-5'.

Action Parameters

description
string
name
stringRequired
project_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new project in crowdin. use before uploading source files to initialize translation workflows.

Action Parameters

cname
string
description
string
logo
string
name
stringRequired
normalizePlaceholder
boolean
notificationSettings
object
sourceLanguageId
stringRequired
sourceLanguageMapping
object
targetLanguageIds
arrayRequired
type
integer
visibility
string

Action Response

data
object
error
string
successful
boolean
Tool to create a new webhook in a crowdin project. use after confirming the project id and desired event triggers.

Action Parameters

events
arrayRequired
headers
object
isActive
booleanDefaults to True
name
stringRequired
payload
string
projectId
stringRequired
requestType
string
url
Required

Action Response

data
object
error
string
successful
boolean
Tool to assign the specified label to provided string ids in a project. use after creating the label or verifying string ids to categorize content.

Action Parameters

labelId
integerRequired
projectId
stringRequired
stringIds
arrayRequired

Action Response

data
array
error
string
successful
boolean
Tool to delete a specific branch from a crowdin project. use when you need to remove an obsolete branch after it's fully merged.

Action Parameters

branchId
integerRequired
projectId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete the label identified by the specified label id in a project. use when you need to remove outdated or incorrect labels. ensure no resources reference the label before deletion.

Action Parameters

label_id
integerRequired
project_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a crowdin project by its id. use when you need to permanently remove a project after confirming no further usage. ensure all resources are no longer needed before deletion.

Action Parameters

project_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete the webhook identified by the specified webhook id in a crowdin project. use when you need to remove obsolete or incorrect webhooks after confirming project and webhook ids.

Action Parameters

projectId
stringRequired
webhookId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update file details in a project. use after confirming valid project and file ids.

Action Parameters

file_id
integerRequired
operations
arrayRequired
project_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to edit a label in a crowdin project. use when you need to update the name or description of an existing label. ensure the label exists before using. example: edit label 42 to 'release-1.1'.

Action Parameters

description
string
label_id
integerRequired
name
string
project_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update project details using json-patch. use after confirming project settings to modify metadata like name, description, visibility, or languages.

Action Parameters

patch
arrayRequired
projectId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update string details in a crowdin project. use when you need to modify a string's text or metadata after creation.

Action Parameters

operations
arrayRequired
projectId
integerRequired
stringId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about the label identified by the specified label id in a project. use after confirming the project context to fetch label details.

Action Parameters

label_id
integerRequired
project_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific language. use when you have a language identifier and need locale codes and plural rules before configuring translations.

Action Parameters

languageId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about a project member. use when you need to inspect details for a specific user within a project after obtaining their member id.

Action Parameters

memberId
integerRequired
projectId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific crowdin project. use when you need to inspect project settings before making updates.

Action Parameters

projectId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific string in a crowdin project. use after confirming the project and string ids to fetch its metadata.

Action Parameters

projectId
integerRequired
stringId
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve information about the webhook identified by the specified webhook id in a project. use after confirming the project context to fetch webhook details.

Action Parameters

project_id
integerRequired
webhook_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to list all branches in a crowdin project. use after selecting a project to view its branch structure. supports pagination and optional filtering by branch id.

Action Parameters

branchId
integer
limit
integer
offset
integer
projectId
integerRequired

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to list files in a crowdin project. use when you need to retrieve a list of project files with optional filters by directory, group, or branch before processing.

Action Parameters

branchId
integer
directoryId
integer
groupId
integer
limit
integer
offset
integer
projectId
integerRequired

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to list labels in a crowdin project. use when you need to retrieve all labels for a specific project with optional pagination.

Action Parameters

limit
integer
offset
integer
project_id
integerRequired

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to retrieve a list of supported languages. use when you need to fetch all languages crowdin supports before starting localization.

Action Parameters

limit
integer
offset
integer

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to retrieve a list of all crowdin projects with optional filters. use when you need to paginate through or filter projects by owner, group, language inclusion, or archive status.

Action Parameters

groupId
integer
hasManagerAccess
boolean
isArchived
boolean
languageId
string
limit
integer
offset
integer
userId
integer

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to list members in a crowdin project. use when you need to retrieve project member list for management tasks after confirming the project id.

Action Parameters

languageId
string
limit
integerDefaults to 25
offset
integer
projectId
integerRequired
role
string
search
string

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to list reports for a given crowdin project. use after confirming project id to retrieve available reports. supports pagination via limit and offset.

Action Parameters

limit
integer
offset
integer
projectId
integerRequired

Action Response

data
array
error
string
pagination
object
successful
boolean
Tool to upload a file to crowdin storage. use when you need to obtain a storageid for further operations like adding files to a project.

Action Parameters

contentType
stringRequired
file
stringRequired
fileName
stringRequired

Action Response

data
object
error
string
successful
boolean