Hi there,
I'm trying to replicate similar behaviour to this question behaviour https://community.atlassian.com/t5/Opsgenie-questions/Can-we-close-alerts-in-Opsgenie-with-email-integration/qaq-p/1642680, but in the case using the REST API integration, using the following settings
message sample (ERROR): [Product Environment] A-Service: ERROR
message sample (SUCCESS): [Product Environment] A-Service: SUCCESS


The idea is to create an alert with message contains ERROR,
Close the error alert with same alias when new message contains SUCCESS
Creation on ERROR works fine, but for SUCCESS message it logs "Can not execute alert action. Incoming data does not match any actions." and alias in this case is empty "" + and previous ERROR alert remains open of course.
Any advice/hints on what I'm doing wrong ? See attached screenshots.
Thanks in advance.