Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 3.06 KB

File metadata and controls

28 lines (25 loc) · 3.06 KB

# UpdateCommentAutomationRequest

Properties

Name Type Description Notes
name string [optional]
trigger string What fires the automation. Changing it detaches the automation from its bound post or story (a post id and a story id are different objects), unless this same request sets a new binding. 'story_reply' is Instagram only. [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 (1-3). Pass [] to clear all buttons. [optional]
template \Zernio\Model\CommentAutomationTemplate [optional]
comment_reply string [optional]
dm_message_variations string[] Alternate DM texts for random rotation (see create). Pass [] to clear. [optional]
comment_reply_variations string[] Alternate public replies for random rotation. Pass [] to clear. [optional]
link_tracking bool Wrap link buttons in a tracked redirect to count clicks. Pass false to send links untouched. [optional]
click_tag string Tag applied to a contact when they click a tracked link (requires linkTracking). Empty string clears it. [optional]
also_match_in_dms bool Also fire these keywords on a plain inbound DM. Enabling it requires the automation to end up with at least one keyword (this request's keywords if you send them, otherwise the stored ones) and is rejected on story_reply automations. [optional]
dm_delay_seconds int Seconds to wait after the trigger before sending the DM. Send 0 to clear the delay and reply immediately. [optional]
comment_reply_delay_seconds int Seconds to wait before posting the public comment reply. Send 0 to clear it. The reply never goes out before the DM. [optional]
audience \Zernio\Model\CommentAutomationAudience [optional]
follow_gate \Zernio\Model\CommentAutomationFollowGate [optional]
is_active bool [optional]

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