Zernio.Model.UpdateCommentAutomationRequest
| Name |
Type |
Description |
Notes |
| Name |
string |
|
[optional] |
| Keywords |
List<string> |
|
[optional] |
| MatchMode |
string |
|
[optional] |
| DmMessage |
string |
|
[optional] |
| Buttons |
List<DmButton> |
Inline DM buttons (1-3). Pass [] to clear all buttons. |
[optional] |
| CommentReply |
string |
|
[optional] |
| DmMessageVariations |
List<string> |
Alternate DM texts for random rotation (see create). Pass [] to clear. |
[optional] |
| CommentReplyVariations |
List<string> |
Alternate public replies for random rotation. Pass [] to clear. |
[optional] |
| LinkTracking |
bool |
Wrap link buttons in a tracked redirect to count clicks. Pass false to send links untouched. |
[optional] |
| ClickTag |
string |
Tag applied to a contact when they click a tracked link (requires linkTracking). Empty string clears it. |
[optional] |
| IsActive |
bool |
|
[optional] |
[Back to Model list] [Back to API list] [Back to README]