* Source Iterable: support full_refresh/incremental sync (#2412) Co-authored-by: ykurochkin <y.kurochkin@zazmic.com> Co-authored-by: Sherif Nada <snadalive@gmail.com>
38 lines
759 B
JSON
38 lines
759 B
JSON
{
|
|
"properties": {
|
|
"createdAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"campaignId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"itblInternal": {
|
|
"type": ["null", "object"],
|
|
"properties": {
|
|
"documentCreatedAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
},
|
|
"documentUpdatedAt": {
|
|
"type": ["null", "string"],
|
|
"format": "date-time"
|
|
}
|
|
}
|
|
},
|
|
"messageId": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"templateId": {
|
|
"type": ["null", "integer"]
|
|
},
|
|
"email": {
|
|
"type": ["null", "string"]
|
|
},
|
|
"recipientState": {
|
|
"type": ["null", "string"]
|
|
}
|
|
},
|
|
"type": ["null", "object"]
|
|
}
|