I\'m using the \"playground\" to test creating a segment but I keep getting validations errros
my request:
{
\"name\": \"MyTest\",
\"options\
Actually the format of the JSON should be as following:
{
"name":"email based",
"options":{
"match": "any",
"conditions":[
{
"condition_type":"EmailAddress",
"field":"merge0",
"op":"is",
"value":"p001@mymaildomain.xxx"
},
{
"condition_type":"EmailAddress",
"field":"merge0",
"op":"is",
"value":"p002@mymaildomain.xxx"
}
]
}