To trigger the reward related to the Achievement, there are some fields that we should ensure are correct:
Event type: Achievement
Event name: For achievements, we support userAchievementUnlocked and achievementRewardClaimed. Please refer to our documentation here. If this is not a global achievement, you should use userAchievementUnlocked.
Condition: Based on the data provided, it appears correct. Just ensure that the achievement code exists.
Please verify that your configuration aligns with these guidelines. Below is an example for your reference:
Hey @tmubarok thank you very much for your answer!
Indeed, you are right, I was not using Event Name correctly and that was the reason I wasn’t able to trigger any reward. Now it works like a charm! Thanks again!