latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
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"
}
]
}
}