InstagramCommentAutomationInput
scopestringrequired
Possible values: [global, media]
mediaIdstring
Required for media scope and omitted for global scope.
Possible values: non-empty and <= 64 characters
triggerstringrequired
Possible values: non-empty and <= 100 characters
matchModestringrequired
Exact respects case and accents; flexible ignores case and diacritics. Both use whole-word or contiguous-phrase boundaries.
Possible values: [exact, flexible]
publicReplystring
Optional literal reply beneath the source comment.
Possible values: non-empty and <= 500 characters
privateReplystringrequired
Required literal Instagram Direct reply; maximum 1,000 UTF-8 bytes.
Possible values: non-empty
activebooleanrequired
InstagramCommentAutomationInput
{
"scope": "global",
"mediaId": "string",
"trigger": "string",
"matchMode": "exact",
"publicReply": "string",
"privateReply": "string",
"active": true
}