Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.04 KB

TriggerPost.md

File metadata and controls

14 lines (9 loc) · 1.04 KB

TriggerPost

Properties

Name Type Description Notes
integration_key str The unique identifier of the integration for your trigger. Use <code>generic-trigger</code> for integrations not explicitly supported.
comment str Optional comment describing the trigger [optional]
instructions [Instruction] 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]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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