UI Tab |
---|
title | email, email_profile, email_sub, email_phone, email_phone_sub |
---|
|
Code Block |
---|
{
"token": "m1883gf9cacngh18c912016r7c7995a",
"db_id": 1,
"matching": "email",
"email": "example@example.com",
"data": {
"subscriptions": [
{
"channel": "email",
"email": "example@example.com",
"resource_id": 1
}
]
}
} |
|
UI Tab |
---|
title | phone, phone_sub, email_phone, email_phone_sub |
---|
|
Code Block |
---|
{
"token": "m1883gf9cacngh18c912016r7c7995a",
"db_id": 1,
"matching": "phone",
"phone": "+790000000000",
"data": {
"subscriptions": [
{
"channel": "sms",
"phone": "+790000000000",
"resource_id": 1
}
]
}
} |
|
UI Tab |
---|
|
Code Block |
---|
{
"token": "91f1dfa81c264a938b475677c60ce967",
"db_id": 1,
"matching": "profile_id",
"profile_id": "012452gf62fcd71fjh8ec0",
"data": {
"subscriptions": [
{
"channel": "email",
"email": "example@example.com",
"resource_id": 1
}
]
}
} |
|
UI Tab |
---|
|
Code Block |
---|
{
"token": "91f1dfa81c264a938b475677c60ce967",
"db_id": 1,
"matching": "push_sub",
"provider": "android-firebase",
"subscription_id": "<token>",
"data": {
"subscriptions": [
{
"channel": "push",
"subscription_id": "<token>",
"provider": "android-firebase",
"resource_id": 1
}
]
}
} |
|
UI Tab |
---|
|
Code Block |
---|
{
"token": "91f1dfa81c264a938b475677c60ce967",
"db_id": 1,
"matching": "custom",
"field_name": "CRM_id",
"field_value": "12345",
"data": {
"subscriptions": [
{
"channel": "email",
"email": "example@example.com",
"resource_id": 1
}
]
}
} |
|
|