Trigger App Connect API from Javascript?

Is there a way to trigger an app connect api from javascript? We just finished setting up authorization with Firebase and are trying to trigger a post api from within the callback function using app connect.

Should be able to use this

dmx.parse("api1.load()");

where api1 is the ID of the api action.

2 Likes