Create automated project settings
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/automatedProjects \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"monitoredFolders": [
{
"folderNames": [
"<string>"
],
"humanReadableFolderPath": "<string>",
"localToken": "<string>",
"projectTemplateUid": "<string>",
"remoteFolder": "<string>",
"fileNameRegex": "<string>",
"includeSubfolders": true,
"moveToProcessedSubfolder": true,
"processedSubfolder": "<string>",
"selectedMonitoredFiles": [
{
"encodedFileName": "<string>",
"fileName": "<string>",
"uniqueIdentifier": "<string>"
}
]
}
],
"name": "<string>",
"selectedTargetLangs": [
"<string>"
],
"translationExports": [
{
"name": "<string>",
"exportedWorkflowStepToDeliveredAfterExport": true
}
],
"active": true,
"continuousProject": true,
"createProjectAutomation": {
"applyProjectDueDateToJobsEnabled": true,
"assignProvidersEnabled": true,
"calculateDueDateEnabled": true,
"createAnalysesEnabled": true,
"createAnalysesWorkflowNumber": 500,
"createBuyerQuotesEnabled": true,
"createProviderQuotesEnabled": true,
"dueDateSchemeUid": "<string>",
"notifyProjectOwnerEmailTemplateUid": "<string>",
"notifyProjectOwnerEnabled": true
},
"initialIterationMode": "<string>",
"projectCreationMode": "<string>",
"projectTemplateMaxWfStep": 123,
"targetUpdateAutomation": {
"manualReviewEnabled": true,
"notifyProjectOwnerEmailTemplateUid": "<string>",
"notifyProjectOwnerEnabled": true,
"targetUpdateEnabled": true
},
"webhookToken": "<string>"
}
'{
"frequency": {
"monthlyFixedTimes": [
{
"dayOfMonth": 123,
"fixedTime": 123,
"timeZone": "<string>"
}
],
"range": 123,
"weeklyFixedTimes": [
{
"dayOfWeek": 123,
"fixedTime": 123,
"timeZone": "<string>"
}
]
},
"id": "<string>",
"monitoredFolders": [
{
"encodedRemoteFolder": "<string>",
"folderNames": [
"<string>"
],
"humanReadableFolderPath": "<string>",
"localToken": "<string>",
"projectTemplateUid": "<string>",
"remoteFolder": "<string>",
"fileNameRegex": "<string>",
"includeSubfolders": true,
"moveToProcessedSubfolder": true,
"processedSubfolder": "<string>",
"selectedMonitoredFiles": [
{
"encodedFileName": "<string>",
"fileName": "<string>",
"uniqueIdentifier": "<string>"
}
]
}
],
"name": "<string>",
"active": true,
"continuousProject": true,
"createProjectAutomation": {
"applyProjectDueDateToJobsEnabled": true,
"assignProvidersEnabled": true,
"calculateDueDateEnabled": true,
"createAnalysesEnabled": true,
"createAnalysesWorkflowNumber": 123,
"createBuyerQuotesEnabled": true,
"createProviderQuotesEnabled": true,
"dueDateSchemeUid": "<string>",
"notifyProjectOwnerEmailTemplate": {
"name": "<string>",
"uid": "<string>"
},
"notifyProjectOwnerEnabled": true
},
"deprecatedTargetLangs": [
"<string>"
],
"initialIterationMode": "<string>",
"projectCreationMode": "<string>",
"selectedTargetLangs": [
"<string>"
],
"sourceLang": "<string>",
"sourceUpdateAutomation": {
"applyProjectDueDateToJobsEnabled": true,
"calculateDueDateEnabled": true,
"continuousAnalysesSettings": {
"analyzeByLanguage": true,
"excludeLocked": true,
"excludeNumbers": true,
"includeMachineTranslationMatches": true,
"includeNonTranslatables": true,
"includeTransMemory": true,
"internalFuzzyMatches": true,
"namingPattern": "<string>",
"separateInternalFuzzyMatches": true
},
"createAnalysesEnabled": true,
"createAnalysesWorkflowNumber": 500,
"createBuyerQuotesEnabled": true,
"createProviderQuotesEnabled": true,
"dueDateSchemeUid": "<string>",
"notifyProjectOwnerEmailTemplate": {
"name": "<string>",
"uid": "<string>"
},
"notifyProjectOwnerEnabled": true,
"reopenWorkflowEnabled": true,
"reopenWorkflowNumberAndLater": 500
},
"targetUpdateAutomation": {
"manualReviewEnabled": true,
"notifyProjectOwnerEmailTemplate": {
"name": "<string>",
"uid": "<string>"
},
"notifyProjectOwnerEnabled": true,
"targetUpdateEnabled": true
},
"translationExports": [
{
"name": "<string>",
"exportFrom": {
"type": "<string>",
"workflowStep": 500
},
"exportWhen": {
"exportTrigger": "<string>",
"workflowStep": 500
},
"exportedWorkflowStepToDeliveredAfterExport": true
}
],
"warnings": [
{}
],
"webhook": {
"webhookToken": "<string>",
"webhookUrl": "<string>"
}
}Automations
Create automated project settings
POST
/
api2
/
v3
/
automatedProjects
Create automated project settings
curl --request POST \
--url https://cloud.memsource.com/web/api2/v3/automatedProjects \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"monitoredFolders": [
{
"folderNames": [
"<string>"
],
"humanReadableFolderPath": "<string>",
"localToken": "<string>",
"projectTemplateUid": "<string>",
"remoteFolder": "<string>",
"fileNameRegex": "<string>",
"includeSubfolders": true,
"moveToProcessedSubfolder": true,
"processedSubfolder": "<string>",
"selectedMonitoredFiles": [
{
"encodedFileName": "<string>",
"fileName": "<string>",
"uniqueIdentifier": "<string>"
}
]
}
],
"name": "<string>",
"selectedTargetLangs": [
"<string>"
],
"translationExports": [
{
"name": "<string>",
"exportedWorkflowStepToDeliveredAfterExport": true
}
],
"active": true,
"continuousProject": true,
"createProjectAutomation": {
"applyProjectDueDateToJobsEnabled": true,
"assignProvidersEnabled": true,
"calculateDueDateEnabled": true,
"createAnalysesEnabled": true,
"createAnalysesWorkflowNumber": 500,
"createBuyerQuotesEnabled": true,
"createProviderQuotesEnabled": true,
"dueDateSchemeUid": "<string>",
"notifyProjectOwnerEmailTemplateUid": "<string>",
"notifyProjectOwnerEnabled": true
},
"initialIterationMode": "<string>",
"projectCreationMode": "<string>",
"projectTemplateMaxWfStep": 123,
"targetUpdateAutomation": {
"manualReviewEnabled": true,
"notifyProjectOwnerEmailTemplateUid": "<string>",
"notifyProjectOwnerEnabled": true,
"targetUpdateEnabled": true
},
"webhookToken": "<string>"
}
'{
"frequency": {
"monthlyFixedTimes": [
{
"dayOfMonth": 123,
"fixedTime": 123,
"timeZone": "<string>"
}
],
"range": 123,
"weeklyFixedTimes": [
{
"dayOfWeek": 123,
"fixedTime": 123,
"timeZone": "<string>"
}
]
},
"id": "<string>",
"monitoredFolders": [
{
"encodedRemoteFolder": "<string>",
"folderNames": [
"<string>"
],
"humanReadableFolderPath": "<string>",
"localToken": "<string>",
"projectTemplateUid": "<string>",
"remoteFolder": "<string>",
"fileNameRegex": "<string>",
"includeSubfolders": true,
"moveToProcessedSubfolder": true,
"processedSubfolder": "<string>",
"selectedMonitoredFiles": [
{
"encodedFileName": "<string>",
"fileName": "<string>",
"uniqueIdentifier": "<string>"
}
]
}
],
"name": "<string>",
"active": true,
"continuousProject": true,
"createProjectAutomation": {
"applyProjectDueDateToJobsEnabled": true,
"assignProvidersEnabled": true,
"calculateDueDateEnabled": true,
"createAnalysesEnabled": true,
"createAnalysesWorkflowNumber": 123,
"createBuyerQuotesEnabled": true,
"createProviderQuotesEnabled": true,
"dueDateSchemeUid": "<string>",
"notifyProjectOwnerEmailTemplate": {
"name": "<string>",
"uid": "<string>"
},
"notifyProjectOwnerEnabled": true
},
"deprecatedTargetLangs": [
"<string>"
],
"initialIterationMode": "<string>",
"projectCreationMode": "<string>",
"selectedTargetLangs": [
"<string>"
],
"sourceLang": "<string>",
"sourceUpdateAutomation": {
"applyProjectDueDateToJobsEnabled": true,
"calculateDueDateEnabled": true,
"continuousAnalysesSettings": {
"analyzeByLanguage": true,
"excludeLocked": true,
"excludeNumbers": true,
"includeMachineTranslationMatches": true,
"includeNonTranslatables": true,
"includeTransMemory": true,
"internalFuzzyMatches": true,
"namingPattern": "<string>",
"separateInternalFuzzyMatches": true
},
"createAnalysesEnabled": true,
"createAnalysesWorkflowNumber": 500,
"createBuyerQuotesEnabled": true,
"createProviderQuotesEnabled": true,
"dueDateSchemeUid": "<string>",
"notifyProjectOwnerEmailTemplate": {
"name": "<string>",
"uid": "<string>"
},
"notifyProjectOwnerEnabled": true,
"reopenWorkflowEnabled": true,
"reopenWorkflowNumberAndLater": 500
},
"targetUpdateAutomation": {
"manualReviewEnabled": true,
"notifyProjectOwnerEmailTemplate": {
"name": "<string>",
"uid": "<string>"
},
"notifyProjectOwnerEnabled": true,
"targetUpdateEnabled": true
},
"translationExports": [
{
"name": "<string>",
"exportFrom": {
"type": "<string>",
"workflowStep": 500
},
"exportWhen": {
"exportTrigger": "<string>",
"workflowStep": 500
},
"exportedWorkflowStepToDeliveredAfterExport": true
}
],
"warnings": [
{}
],
"webhook": {
"webhookToken": "<string>",
"webhookUrl": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
ApiTokenOAuth2
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Body
application/json
Show child attributes
Show child attributes
Maximum string length:
255Required array length:
1 - 2147483647 elementsShow child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
Created
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Maximum string length:
255Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?
⌘I