Keshav Bansal started this conversation 9 months ago.
How do I get notified when a translation job is finished on an ACC item?
How can I get notified when a translation job is finished for an ACC (Automatic Content Classification) item, and what methods or tools can I use to set up such notifications?
codecool
Posted 9 months ago
To get notified when a translation job is finished for an ACC (Automatic Content Classification) item, you can use various methods and tools depending on the platform you're using. Here are some common approaches:
- Amazon Translate: If you're using Amazon Translate, you can set up notifications using Amazon Simple Notification Service (SNS). Here's a high-level overview:
 
Create an SNS Topic: Set up an SNS topic to receive notifications.
Configure Notifications: When a translation job is completed, Amazon Translate can send a message to the SNS topic.
Subscribe to the Topic: Subscribe to the SNS topic to receive notifications via email, SMS, or other endpoints.
- Adobe Experience Manager (AEM): For AEM, you can customize the translation project to add email notification functionality. Here's how:
 
Add Notification Functionality: Implement a feature to notify a defined group when a translation job is completed.
Define Recipients: Specify the recipients for the notification within the translation project settings.
- Lionbridge Connector for AEM: If you're using the Lionbridge Connector for AEM, you can monitor translation jobs and set up notifications. Here's what you can do:
 
Monitor Jobs: Use the Status tab in the Translation Status page to monitor job status.
Set Up Alerts: Configure alerts or notifications based on job completion status.
- Custom Solutions: You can also implement custom solutions using APIs and webhooks to get notified when a translation job is finished. This might involve:
 
API Polling: Regularly poll the translation service API to check the status of jobs.
Webhooks: Set up webhooks to receive notifications when a job is completed.
By using these methods, you can ensure that you're promptly notified when a translation job is finished, allowing you to take appropriate actions or further process the translated content.