Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 2.8 KB

File metadata and controls

33 lines (30 loc) · 2.8 KB

# ListCommentAutomations200ResponseAutomationsInner

Properties

Name Type Description Notes
id string [optional]
name string [optional]
platform string [optional]
trigger string [optional]
account_id string [optional]
platform_post_id string [optional]
post_title string [optional]
keywords string[] [optional]
match_mode string How a keyword is compared with the comment. 'contains' (default) matches anywhere, even inside another word (keyword 'app' fires on 'happy'). 'word' matches the keyword only as a standalone word. 'exact' requires the whole comment to be exactly the keyword. [optional]
exclude_keywords string[] Comments containing one of these never trigger the automation, even when a trigger keyword also matches. Compared using the same matchMode. [optional]
typo_tolerance bool Only with matchMode=word: also fire on close misspellings of a keyword (one edit for 4-7 character keywords, two from 8 up). Keywords shorter than 4 characters are never fuzzy-matched. [optional]
dm_message string [optional]
buttons \Zernio\Model\DmButton[] Inline DM buttons (up to 3). Omitted when none are set. [optional]
template \Zernio\Model\CommentAutomationTemplate [optional]
comment_reply string [optional]
dm_message_variations string[] Alternate DM texts rotated at random with dmMessage. Omitted when none. [optional]
comment_reply_variations string[] Alternate public replies rotated at random with commentReply. Omitted when none. [optional]
link_tracking bool Whether link buttons in the DM are wrapped in a tracked redirect to count clicks. [optional]
click_tag string Tag applied to a contact when they click a tracked link. [optional]
dm_delay_seconds int Seconds waited after the trigger before the DM is sent. Absent when the DM goes out immediately. [optional]
comment_reply_delay_seconds int Seconds waited before the public reply is posted. Absent when it follows the DM immediately. [optional]
also_match_in_dms bool Whether these keywords also fire on a plain inbound DM. [optional]
is_active bool [optional]
stats \Zernio\Model\ListCommentAutomations200ResponseAutomationsInnerStats [optional]
created_at \DateTime [optional]

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