Reference
Remy Reference/admin/Invoke a method
?

Invoke a method

Invoke any app method directly, optionally streaming the result.
admin.methods.invoke({ method, input })

Invoke any app method directly, optionally streaming the result.

Parameters
method
string
RequiredThe method id.
--input
json
Input payload.
CLI
remy-admin methods invoke send-reply --input '{"id":"1"}'