Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 848 Bytes

File metadata and controls

11 lines (8 loc) · 848 Bytes

# TriggerPost

Properties

Name Type Description Notes
comment string Optional comment describing the trigger [optional]
instructions array[] The action to perform when triggering. This should be an array with a single object that looks like <code>{&quot;kind&quot;: &quot;flag_action&quot;}</code>. Supported flag actions are <code>turnFlagOn</code> and <code>turnFlagOff</code>. [optional]
integration_key string The unique identifier of the integration for your trigger. Use <code>generic-trigger</code> for integrations not explicitly supported.

[Back to Model list] [Back to API list] [Back to README]