maton trigger

Work with Maton triggers that act on matching app events.

Available commands

Resource commands

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton trigger list
$ maton trigger create --source github --event-type issue.opened --connection-id conn_123
$ maton trigger get <trigger-id>
$ maton trigger destination create --trigger <trigger-id> --url https://httpbin.org/post
$ maton trigger event list --trigger <trigger-id>

See also