latestOpenAPI 3.0.32026-08-20147323331.7 KB
a7231589e927
macros
Create a new macro
Creates a new macro within the specified macro group.
Rate limit: 60 requests per minute
post/macros
Request body
Example request
{
"conditions": {
"subfilters": [
{
"field": "state",
"operator": "equals",
"value": "new"
}
]
}
}