Request
Body Params  application/json
{
    "integration_id": 0,
    "default": {
        "channel_ids": [
            0
        ]
    },
    "cases": [
        {
            "if": [
                {
                    "key": "title",
                    "oper": "IN",
                    "vals": [
                        "string"
                    ]
                }
            ],
            "channel_ids": [
                0
            ],
            "fallthrough": true
        }
    ]
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/route/upsert' \
--header 'Content-Type: application/json' \
--data-raw '{
    "integration_id": 0,
    "default": {
        "channel_ids": [
            0
        ]
    },
    "cases": [
        {
            "if": [
                {
                    "key": "title",
                    "oper": "IN",
                    "vals": [
                        "string"
                    ]
                }
            ],
            "channel_ids": [
                0
            ],
            "fallthrough": true
        }
    ]
}'
Responses
application/json Modified at 2025-01-22 10:14:38