Hi All,
The problem is solved!
Everything works fine, if you define the channels as array in php!
$fields = array(
"channels" = array(1233,1234),
"message" = "MESSAGE",
);
json_encode forms than the correct string, that api.appery.io accepts.