You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The suggestion.approved webhook from Crowdin no longer provides the proofreader information in the payload. Instead, it only includes the translator details. Previously, the proofreader info was directly available in the payload, and the translator info could be retrieved from realizationService if related suggestion.added events were stored on the platform.
Crowdin Support Response:
The webhook behavior is expected and standardized to include only the translator info.
Webhooks are notifications and differ from APIs, which provide more detailed data.
To get proofreader details, you must call the Crowdin API after receiving the webhook.
No changes to webhook logic are planned.
API Limitation: Maximum of 20 simultaneous API requests per account. Exceeding this limit returns a 429 Too Many Requests error.
Recommendation: Modify your pipeline to make API calls after receiving the webhook to retrieve proofreader information.
Steps to reproduce
Steps to reproduce the behavior:
Video: https://youtu.be/4XeKK97YJtI
Expected behavior
Events are well captured
The text was updated successfully, but these errors were encountered: