Create campaign rule​
POST
/api/campaigns/{id}/rules
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
id*
Type
Requiredinteger
Request Body​
application/json
JSON"name": "string","conditions": "string","path_id": 0,"priority": 0
{
 Â
 Â
 Â
 Â
}
Responses​
Rule created
application/json
JSON"id": 0
{
 Â
}