airbyte-source-iterable 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {airbyte_source_iterable-0.5.0.dist-info → airbyte_source_iterable-0.5.1.dist-info}/METADATA +2 -2
- airbyte_source_iterable-0.5.1.dist-info/RECORD +31 -0
- source_iterable/schemas/campaigns.json +18 -0
- source_iterable/schemas/campaigns_metrics.json +1 -0
- source_iterable/schemas/channels.json +4 -0
- source_iterable/schemas/email_bounce.json +10 -0
- source_iterable/schemas/email_click.json +18 -0
- source_iterable/schemas/email_complaint.json +10 -0
- source_iterable/schemas/email_open.json +15 -0
- source_iterable/schemas/email_send.json +38 -0
- source_iterable/schemas/email_send_skip.json +38 -0
- source_iterable/schemas/email_subscribe.json +11 -0
- source_iterable/schemas/email_unsubscribe.json +15 -0
- source_iterable/schemas/events.json +8 -0
- source_iterable/schemas/list_users.json +2 -0
- source_iterable/schemas/lists.json +4 -0
- source_iterable/schemas/message_types.json +3 -0
- source_iterable/schemas/metadata.json +1 -0
- source_iterable/schemas/templates.json +8 -0
- source_iterable/schemas/users.json +132 -11
- airbyte_source_iterable-0.5.0.dist-info/RECORD +0 -31
- {airbyte_source_iterable-0.5.0.dist-info → airbyte_source_iterable-0.5.1.dist-info}/WHEEL +0 -0
- {airbyte_source_iterable-0.5.0.dist-info → airbyte_source_iterable-0.5.1.dist-info}/entry_points.txt +0 -0
{airbyte_source_iterable-0.5.0.dist-info → airbyte_source_iterable-0.5.1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: airbyte-source-iterable
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.1
|
4
4
|
Summary: Source implementation for Iterable.
|
5
5
|
Home-page: https://airbyte.com
|
6
6
|
License: MIT
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
15
|
-
Requires-Dist: airbyte-cdk (
|
15
|
+
Requires-Dist: airbyte-cdk (==0.80.0)
|
16
16
|
Requires-Dist: pendulum (==2.1.2)
|
17
17
|
Requires-Dist: python-dateutil (==2.8.2)
|
18
18
|
Requires-Dist: requests (==2.31.0)
|
@@ -0,0 +1,31 @@
|
|
1
|
+
source_iterable/__init__.py,sha256=8WKQT800ggxG1vGPoA_ZHUkozwEM7qMhGMhzEPCdA4o,65
|
2
|
+
source_iterable/components.py,sha256=dHp23THc43TmogP_tCxcv12mAgZSRs5fKir2ckr4hHI,1374
|
3
|
+
source_iterable/manifest.yaml,sha256=uO7z-bIU6CtGms6IsLwjyZ-cb3tVY-vLUMLOZGkZDts,13996
|
4
|
+
source_iterable/run.py,sha256=-Bvz772Z7iJWExDoJS7chxv725hG4e9e5Engrtp66iE,236
|
5
|
+
source_iterable/schemas/campaigns.json,sha256=FONoPuz_4aRat8OZzhj7BcHFAqetpBYUDmOZfroCu7I,2494
|
6
|
+
source_iterable/schemas/campaigns_metrics.json,sha256=Aa6pNdVxHOG-LSxlLzhxFY8uIdfrPBTgX9QyWrLJ4Fs,168
|
7
|
+
source_iterable/schemas/channels.json,sha256=hgH6VJRvv_cFhWt-oQvoCLD-aOy4QRb9uFKAnuiQj6w,605
|
8
|
+
source_iterable/schemas/email_bounce.json,sha256=6HKfaL06RNpedqxf7jHBC75dbpBfLx--7nWR3JiB7eg,1755
|
9
|
+
source_iterable/schemas/email_click.json,sha256=A0L6JH1Kfgnpj4Wa-50OyqHyGEWH9tfJvoFGrrCN42Y,2749
|
10
|
+
source_iterable/schemas/email_complaint.json,sha256=lM20rsQiIQ810zgG0zVKl34FyspUTfCp8b_aGPJp2rA,1704
|
11
|
+
source_iterable/schemas/email_open.json,sha256=efYIpHb6vShC_LalRT26-x8Kx_BSuaevzThnX9N_tNE,2257
|
12
|
+
source_iterable/schemas/email_send.json,sha256=UQ7ZYCdhn9A4tYpyHoMGy7JLIOF9VLz7Xgw-q6mg_Aw,5994
|
13
|
+
source_iterable/schemas/email_send_skip.json,sha256=Fl4p-QFMDEDDb2JjfkfEGkcsav1Ak7nqkVTCvVd7cKA,6124
|
14
|
+
source_iterable/schemas/email_subscribe.json,sha256=rLkVbvkd6v521zyDQzV7Ji7DVTGpzgbiXzMngQq55J8,1773
|
15
|
+
source_iterable/schemas/email_unsubscribe.json,sha256=KBPOA5dauT7Ldk-OoJQEVzDlJZRaKiDrVJPVbBaGAsU,2665
|
16
|
+
source_iterable/schemas/events.json,sha256=Pp5U47p4rIepPVq8vH4WLFJzqFnB1LovCK_c9HN-BtQ,1193
|
17
|
+
source_iterable/schemas/list_users.json,sha256=7XvNCMxgM6ViEY0rvBu31JgongagVy9ciRBkt5J94TE,307
|
18
|
+
source_iterable/schemas/lists.json,sha256=3DRUaV2vrQqSJ_uWIzTpAvrJTNNXaWU64yFw9INCuoQ,521
|
19
|
+
source_iterable/schemas/message_types.json,sha256=DmbunfoTVfBjF6UVpCKJi0KbIXV2Lk4sp2t2WlXtfc8,437
|
20
|
+
source_iterable/schemas/metadata.json,sha256=ioQcAKtObfsY-TonvGA75Q0BJwD7oBNgRAdD7O2PJvk,158
|
21
|
+
source_iterable/schemas/templates.json,sha256=TLKmKP0qS18umiGHuS1MZ2Wh_vvxF1XuMAIfKpbgFyU,1156
|
22
|
+
source_iterable/schemas/users.json,sha256=CHqA30cnsTXfI-M0n54NwVaaZEO12tt_IgQ9yPHNcXU,14569
|
23
|
+
source_iterable/slice_generators.py,sha256=neRuWD52Xnr84KvWQ0kjaErR44sOKjxIyLCNeofohzE,6482
|
24
|
+
source_iterable/source.py,sha256=AhZQ4L54VTo6jf2QltvFCqDNgqaPSEKCfR0GInCLEEc,4537
|
25
|
+
source_iterable/spec.json,sha256=y5_YFTkPPtxjvzGtaZZql90Tc37fyZZpQKXFGPL_cYE,1009
|
26
|
+
source_iterable/streams.py,sha256=ZEC8IqBrTeD2oYOvLL51E62iOsIOK3jiTN7pLI-CwRs,19468
|
27
|
+
source_iterable/utils.py,sha256=2oM8AjBZXs9nTG_PhSWmxBWEmp-w-tWFaxQQvAfUuMM,649
|
28
|
+
airbyte_source_iterable-0.5.1.dist-info/METADATA,sha256=uAZc_ji5dOSIM6JcTRA92z8cJek8fvxxieqBCy6nn0w,5352
|
29
|
+
airbyte_source_iterable-0.5.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
30
|
+
airbyte_source_iterable-0.5.1.dist-info/entry_points.txt,sha256=pjzrNtsOX3jW37IK0U5pSmLiraiuLTPr5aB5-hBXpAo,59
|
31
|
+
airbyte_source_iterable-0.5.1.dist-info/RECORD,,
|
@@ -1,60 +1,78 @@
|
|
1
1
|
{
|
2
2
|
"properties": {
|
3
3
|
"id": {
|
4
|
+
"description": "The unique identifier of the campaign",
|
4
5
|
"type": ["null", "integer"]
|
5
6
|
},
|
6
7
|
"createdAt": {
|
8
|
+
"description": "The timestamp when the campaign was created",
|
7
9
|
"type": ["null", "integer"]
|
8
10
|
},
|
9
11
|
"updatedAt": {
|
12
|
+
"description": "The timestamp when the campaign was last updated",
|
10
13
|
"type": ["null", "integer"]
|
11
14
|
},
|
12
15
|
"startAt": {
|
16
|
+
"description": "The timestamp when the campaign will start",
|
13
17
|
"type": ["null", "integer"]
|
14
18
|
},
|
15
19
|
"endedAt": {
|
20
|
+
"description": "The timestamp when the campaign ended",
|
16
21
|
"type": ["null", "integer"]
|
17
22
|
},
|
18
23
|
"name": {
|
24
|
+
"description": "The name of the campaign",
|
19
25
|
"type": ["null", "string"]
|
20
26
|
},
|
21
27
|
"templateId": {
|
28
|
+
"description": "The ID of the template used for the campaign",
|
22
29
|
"type": ["null", "integer"]
|
23
30
|
},
|
24
31
|
"messageMedium": {
|
32
|
+
"description": "The medium used to deliver the campaign message (e.g., email, SMS)",
|
25
33
|
"type": ["null", "string"]
|
26
34
|
},
|
27
35
|
"createdByUserId": {
|
36
|
+
"description": "The ID of the user who created the campaign",
|
28
37
|
"type": ["null", "string"]
|
29
38
|
},
|
30
39
|
"updatedByUserId": {
|
40
|
+
"description": "The ID of the user who last updated the campaign",
|
31
41
|
"type": ["null", "string"]
|
32
42
|
},
|
33
43
|
"campaignState": {
|
44
|
+
"description": "The current state of the campaign (e.g., draft, active, paused)",
|
34
45
|
"type": ["null", "string"]
|
35
46
|
},
|
36
47
|
"listIds": {
|
48
|
+
"description": "List of IDs of the lists targeted by the campaign",
|
37
49
|
"type": ["null", "array"],
|
38
50
|
"items": {}
|
39
51
|
},
|
40
52
|
"suppressionListIds": {
|
53
|
+
"description": "List of IDs of suppression lists for the campaign",
|
41
54
|
"type": ["null", "array"],
|
42
55
|
"items": {}
|
43
56
|
},
|
44
57
|
"sendSize": {
|
58
|
+
"description": "The size of the audience targeted by the campaign",
|
45
59
|
"type": ["null", "number"]
|
46
60
|
},
|
47
61
|
"recurringCampaignId": {
|
62
|
+
"description": "If the campaign is recurring, the ID of the parent recurring campaign",
|
48
63
|
"type": ["null", "number"]
|
49
64
|
},
|
50
65
|
"workflowId": {
|
66
|
+
"description": "The ID of the workflow associated with the campaign",
|
51
67
|
"type": ["null", "number"]
|
52
68
|
},
|
53
69
|
"labels": {
|
70
|
+
"description": "List of labels associated with the campaign",
|
54
71
|
"type": ["null", "array"],
|
55
72
|
"items": {}
|
56
73
|
},
|
57
74
|
"type": {
|
75
|
+
"description": "The type of campaign (e.g., one-time, recurring)",
|
58
76
|
"type": ["null", "string"]
|
59
77
|
}
|
60
78
|
},
|
@@ -1,15 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"properties": {
|
3
3
|
"id": {
|
4
|
+
"description": "The unique identifier of the channel.",
|
4
5
|
"type": ["null", "number"]
|
5
6
|
},
|
6
7
|
"name": {
|
8
|
+
"description": "The name or title of the channel.",
|
7
9
|
"type": ["null", "string"]
|
8
10
|
},
|
9
11
|
"channelType": {
|
12
|
+
"description": "The type of channel, such as email, SMS, or push notification.",
|
10
13
|
"type": ["null", "string"]
|
11
14
|
},
|
12
15
|
"messageMedium": {
|
16
|
+
"description": "The medium used to deliver messages through this channel, such as text, image, or video.",
|
13
17
|
"type": ["null", "string"]
|
14
18
|
}
|
15
19
|
},
|
@@ -1,38 +1,48 @@
|
|
1
1
|
{
|
2
2
|
"properties": {
|
3
3
|
"createdAt": {
|
4
|
+
"description": "The date and time when the email bounce data was created.",
|
4
5
|
"type": ["null", "string"],
|
5
6
|
"format": "date-time"
|
6
7
|
},
|
7
8
|
"campaignId": {
|
9
|
+
"description": "The unique identifier of the campaign associated with the email bounce data.",
|
8
10
|
"type": ["null", "integer"]
|
9
11
|
},
|
10
12
|
"itblInternal": {
|
13
|
+
"description": "Internal information related to Iterable.",
|
11
14
|
"type": ["null", "object"],
|
12
15
|
"properties": {
|
13
16
|
"documentCreatedAt": {
|
17
|
+
"description": "The date and time when the internal document for Iterable was created.",
|
14
18
|
"type": ["null", "string"],
|
15
19
|
"format": "date-time"
|
16
20
|
},
|
17
21
|
"documentUpdatedAt": {
|
22
|
+
"description": "The date and time when the internal document for Iterable was last updated.",
|
18
23
|
"type": ["null", "string"],
|
19
24
|
"format": "date-time"
|
20
25
|
}
|
21
26
|
}
|
22
27
|
},
|
23
28
|
"messageId": {
|
29
|
+
"description": "The unique identifier of the message associated with the email bounce data.",
|
24
30
|
"type": ["null", "string"]
|
25
31
|
},
|
26
32
|
"templateId": {
|
33
|
+
"description": "The unique identifier of the email template associated with the bounce data.",
|
27
34
|
"type": ["null", "integer"]
|
28
35
|
},
|
29
36
|
"email": {
|
37
|
+
"description": "The email address that encountered a bounce.",
|
30
38
|
"type": ["null", "string"]
|
31
39
|
},
|
32
40
|
"userId": {
|
41
|
+
"description": "The unique identifier of the user associated with the bounced email address.",
|
33
42
|
"type": ["null", "string"]
|
34
43
|
},
|
35
44
|
"recipientState": {
|
45
|
+
"description": "The state of the recipient email address at the time of the bounce (e.g., active, inactive).",
|
36
46
|
"type": ["null", "string"]
|
37
47
|
}
|
38
48
|
},
|
@@ -1,62 +1,80 @@
|
|
1
1
|
{
|
2
2
|
"properties": {
|
3
3
|
"country": {
|
4
|
+
"description": "The country from where the email click was recorded.",
|
4
5
|
"type": ["null", "string"]
|
5
6
|
},
|
6
7
|
"city": {
|
8
|
+
"description": "The city from where the email click was recorded.",
|
7
9
|
"type": ["null", "string"]
|
8
10
|
},
|
9
11
|
"campaignId": {
|
12
|
+
"description": "The unique identifier of the campaign associated with the email click data.",
|
10
13
|
"type": ["null", "integer"]
|
11
14
|
},
|
12
15
|
"itblInternal": {
|
16
|
+
"description": "Internal data related to the iterable service.",
|
13
17
|
"type": ["null", "object"],
|
14
18
|
"properties": {
|
15
19
|
"documentCreatedAt": {
|
20
|
+
"description": "The date and time when the internal document was created.",
|
16
21
|
"type": ["null", "string"],
|
17
22
|
"format": "date-time"
|
18
23
|
},
|
19
24
|
"documentUpdatedAt": {
|
25
|
+
"description": "The date and time when the internal document was last updated.",
|
20
26
|
"type": ["null", "string"],
|
21
27
|
"format": "date-time"
|
22
28
|
}
|
23
29
|
}
|
24
30
|
},
|
25
31
|
"ip": {
|
32
|
+
"description": "The IP address from where the email click was recorded.",
|
26
33
|
"type": ["null", "string"]
|
27
34
|
},
|
28
35
|
"contentId": {
|
36
|
+
"description": "The identifier of the content clicked within the email.",
|
29
37
|
"type": ["null", "integer"]
|
30
38
|
},
|
31
39
|
"userAgentDevice": {
|
40
|
+
"description": "The device information of the user agent used for the email click.",
|
32
41
|
"type": ["null", "string"]
|
33
42
|
},
|
34
43
|
"messageId": {
|
44
|
+
"description": "The unique identifier of the message that contained the email.",
|
35
45
|
"type": ["null", "string"]
|
36
46
|
},
|
37
47
|
"hrefIndex": {
|
48
|
+
"description": "The index of the href link within the email content.",
|
38
49
|
"type": ["null", "integer"]
|
39
50
|
},
|
40
51
|
"userAgent": {
|
52
|
+
"description": "The user agent of the browser or application used for the email click.",
|
41
53
|
"type": ["null", "string"]
|
42
54
|
},
|
43
55
|
"templateId": {
|
56
|
+
"description": "The identifier of the email template used in the campaign.",
|
44
57
|
"type": ["null", "integer"]
|
45
58
|
},
|
46
59
|
"url": {
|
60
|
+
"description": "The URL that was clicked within the email.",
|
47
61
|
"type": ["null", "string"]
|
48
62
|
},
|
49
63
|
"createdAt": {
|
64
|
+
"description": "The date and time when the email click event occurred.",
|
50
65
|
"type": ["null", "string"],
|
51
66
|
"format": "date-time"
|
52
67
|
},
|
53
68
|
"region": {
|
69
|
+
"description": "The region from where the email click was recorded.",
|
54
70
|
"type": ["null", "string"]
|
55
71
|
},
|
56
72
|
"email": {
|
73
|
+
"description": "The email address of the user who clicked the email link.",
|
57
74
|
"type": ["null", "string"]
|
58
75
|
},
|
59
76
|
"userId": {
|
77
|
+
"description": "The unique identifier of the user who clicked the email link.",
|
60
78
|
"type": ["null", "string"]
|
61
79
|
}
|
62
80
|
},
|
@@ -1,38 +1,48 @@
|
|
1
1
|
{
|
2
2
|
"properties": {
|
3
3
|
"createdAt": {
|
4
|
+
"description": "Timestamp indicating when the email complaint was created",
|
4
5
|
"type": ["null", "string"],
|
5
6
|
"format": "date-time"
|
6
7
|
},
|
7
8
|
"campaignId": {
|
9
|
+
"description": "Unique identifier for the campaign associated with the email complaint data",
|
8
10
|
"type": ["null", "integer"]
|
9
11
|
},
|
10
12
|
"itblInternal": {
|
13
|
+
"description": "Holds internal metadata related to the iterable data being accessed.",
|
11
14
|
"type": ["null", "object"],
|
12
15
|
"properties": {
|
13
16
|
"documentCreatedAt": {
|
17
|
+
"description": "Timestamp indicating when the internal document was created",
|
14
18
|
"type": ["null", "string"],
|
15
19
|
"format": "date-time"
|
16
20
|
},
|
17
21
|
"documentUpdatedAt": {
|
22
|
+
"description": "Timestamp indicating when the internal document was last updated",
|
18
23
|
"type": ["null", "string"],
|
19
24
|
"format": "date-time"
|
20
25
|
}
|
21
26
|
}
|
22
27
|
},
|
23
28
|
"messageId": {
|
29
|
+
"description": "Unique identifier for the email message associated with the complaint",
|
24
30
|
"type": ["null", "string"]
|
25
31
|
},
|
26
32
|
"templateId": {
|
33
|
+
"description": "Unique identifier for the email template used in the campaign",
|
27
34
|
"type": ["null", "integer"]
|
28
35
|
},
|
29
36
|
"email": {
|
37
|
+
"description": "Email address of the recipient who lodged the complaint",
|
30
38
|
"type": ["null", "string"]
|
31
39
|
},
|
32
40
|
"userId": {
|
41
|
+
"description": "Unique identifier for the user who lodged the email complaint",
|
33
42
|
"type": ["null", "string"]
|
34
43
|
},
|
35
44
|
"recipientState": {
|
45
|
+
"description": "State or status of the recipient associated with the complaint",
|
36
46
|
"type": ["null", "string"]
|
37
47
|
}
|
38
48
|
},
|
@@ -1,53 +1,68 @@
|
|
1
1
|
{
|
2
2
|
"properties": {
|
3
3
|
"country": {
|
4
|
+
"description": "The country from which the email was opened.",
|
4
5
|
"type": ["null", "string"]
|
5
6
|
},
|
6
7
|
"createdAt": {
|
8
|
+
"description": "The timestamp when the email_open event occurred.",
|
7
9
|
"type": ["null", "string"],
|
8
10
|
"format": "date-time"
|
9
11
|
},
|
10
12
|
"city": {
|
13
|
+
"description": "The city from which the email was opened.",
|
11
14
|
"type": ["null", "string"]
|
12
15
|
},
|
13
16
|
"campaignId": {
|
17
|
+
"description": "The unique identifier of the campaign to which the email_open event belongs.",
|
14
18
|
"type": ["null", "integer"]
|
15
19
|
},
|
16
20
|
"itblInternal": {
|
21
|
+
"description": "Internal data related to the email open event.",
|
17
22
|
"type": ["null", "object"],
|
18
23
|
"properties": {
|
19
24
|
"documentCreatedAt": {
|
25
|
+
"description": "The timestamp when the ITBL internal document was created.",
|
20
26
|
"type": ["null", "string"],
|
21
27
|
"format": "date-time"
|
22
28
|
},
|
23
29
|
"documentUpdatedAt": {
|
30
|
+
"description": "The timestamp when the ITBL internal document was last updated.",
|
24
31
|
"type": ["null", "string"],
|
25
32
|
"format": "date-time"
|
26
33
|
}
|
27
34
|
}
|
28
35
|
},
|
29
36
|
"ip": {
|
37
|
+
"description": "The IP address from which the email was opened.",
|
30
38
|
"type": ["null", "string"]
|
31
39
|
},
|
32
40
|
"userAgentDevice": {
|
41
|
+
"description": "The device information from which the email was opened.",
|
33
42
|
"type": ["null", "string"]
|
34
43
|
},
|
35
44
|
"messageId": {
|
45
|
+
"description": "The unique identifier of the email message.",
|
36
46
|
"type": ["null", "string"]
|
37
47
|
},
|
38
48
|
"userAgent": {
|
49
|
+
"description": "The user agent string of the browser used to open the email.",
|
39
50
|
"type": ["null", "string"]
|
40
51
|
},
|
41
52
|
"templateId": {
|
53
|
+
"description": "The unique identifier of the email template used.",
|
42
54
|
"type": ["null", "integer"]
|
43
55
|
},
|
44
56
|
"region": {
|
57
|
+
"description": "The region from which the email was opened.",
|
45
58
|
"type": ["null", "string"]
|
46
59
|
},
|
47
60
|
"email": {
|
61
|
+
"description": "The email address of the user who opened the email.",
|
48
62
|
"type": ["null", "string"]
|
49
63
|
},
|
50
64
|
"userId": {
|
65
|
+
"description": "The unique identifier of the user who opened the email.",
|
51
66
|
"type": ["null", "string"]
|
52
67
|
}
|
53
68
|
},
|
@@ -1,131 +1,169 @@
|
|
1
1
|
{
|
2
2
|
"properties": {
|
3
3
|
"createdAt": {
|
4
|
+
"description": "The timestamp when the email was created.",
|
4
5
|
"type": ["null", "string"],
|
5
6
|
"format": "date-time"
|
6
7
|
},
|
7
8
|
"campaignId": {
|
9
|
+
"description": "The identifier of the campaign associated with the email_send data.",
|
8
10
|
"type": ["null", "integer"]
|
9
11
|
},
|
10
12
|
"itblInternal": {
|
13
|
+
"description": "Internal information related to ITBL (Iterable).",
|
11
14
|
"type": ["null", "object"],
|
12
15
|
"properties": {
|
13
16
|
"documentCreatedAt": {
|
17
|
+
"description": "The timestamp when the document was created.",
|
14
18
|
"type": ["null", "string"],
|
15
19
|
"format": "date-time"
|
16
20
|
},
|
17
21
|
"documentUpdatedAt": {
|
22
|
+
"description": "The timestamp when the document was last updated.",
|
18
23
|
"type": ["null", "string"],
|
19
24
|
"format": "date-time"
|
20
25
|
}
|
21
26
|
}
|
22
27
|
},
|
23
28
|
"messageTypeId": {
|
29
|
+
"description": "The identifier of the message type associated with the email_send data.",
|
24
30
|
"type": ["null", "integer"]
|
25
31
|
},
|
26
32
|
"transactionalData": {
|
33
|
+
"description": "Transactional data related to the email_send.",
|
27
34
|
"type": ["null", "object"],
|
28
35
|
"properties": {
|
29
36
|
"inventory": {
|
37
|
+
"description": "The quantity of the product in stock.",
|
30
38
|
"type": ["null", "integer"]
|
31
39
|
},
|
32
40
|
"eventName": {
|
41
|
+
"description": "The name of the event associated with the transaction.",
|
33
42
|
"type": ["null", "string"]
|
34
43
|
},
|
35
44
|
"name": {
|
45
|
+
"description": "The name of the product.",
|
36
46
|
"type": ["null", "string"]
|
37
47
|
},
|
38
48
|
"sku": {
|
49
|
+
"description": "The stock keeping unit (SKU) of the product.",
|
39
50
|
"type": ["null", "string"]
|
40
51
|
},
|
41
52
|
"email": {
|
53
|
+
"description": "The email address associated with the transaction.",
|
42
54
|
"type": ["null", "string"]
|
43
55
|
},
|
44
56
|
"url": {
|
57
|
+
"description": "The URL related to the transaction or product.",
|
45
58
|
"type": ["null", "string"]
|
46
59
|
},
|
47
60
|
"description": {
|
61
|
+
"description": "Description of the product or transaction.",
|
48
62
|
"type": ["null", "string"]
|
49
63
|
},
|
50
64
|
"price": {
|
65
|
+
"description": "The price of the product.",
|
51
66
|
"type": ["null", "integer"]
|
52
67
|
},
|
53
68
|
"product_type": {
|
69
|
+
"description": "The type or category of the product.",
|
54
70
|
"type": ["null", "string"]
|
55
71
|
},
|
56
72
|
"compare_at_price": {
|
73
|
+
"description": "The original price of the product being transacted.",
|
57
74
|
"type": ["null", "number"]
|
58
75
|
},
|
59
76
|
"id": {
|
77
|
+
"description": "The unique identifier of the transactional data.",
|
60
78
|
"type": ["null", "string"]
|
61
79
|
},
|
62
80
|
"templateId": {
|
81
|
+
"description": "The identifier of the template used for the transactional data.",
|
63
82
|
"type": ["null", "integer"]
|
64
83
|
},
|
65
84
|
"product_id": {
|
85
|
+
"description": "The identifier of the product.",
|
66
86
|
"type": ["null", "string"]
|
67
87
|
},
|
68
88
|
"categories": {
|
89
|
+
"description": "Categories related to the transactional data.",
|
69
90
|
"type": ["null", "array"],
|
70
91
|
"items": {}
|
71
92
|
},
|
72
93
|
"createdAt": {
|
94
|
+
"description": "The timestamp when the transactional data was created.",
|
73
95
|
"type": ["null", "string"],
|
74
96
|
"format": "date-time"
|
75
97
|
},
|
76
98
|
"campaignId": {
|
99
|
+
"description": "The identifier of the campaign associated with the transactional data.",
|
77
100
|
"type": ["null", "integer"]
|
78
101
|
},
|
79
102
|
"vendor": {
|
103
|
+
"description": "The vendor or seller of the product.",
|
80
104
|
"type": ["null", "string"]
|
81
105
|
},
|
82
106
|
"eventUpdatedAt": {
|
107
|
+
"description": "The timestamp when the event was last updated.",
|
83
108
|
"type": ["null", "string"],
|
84
109
|
"format": "date-time"
|
85
110
|
},
|
86
111
|
"discount": {
|
112
|
+
"description": "The discount applied to the product.",
|
87
113
|
"type": ["null", "integer"]
|
88
114
|
},
|
89
115
|
"imageUrl": {
|
116
|
+
"description": "The URL of the image related to the product.",
|
90
117
|
"type": ["null", "string"]
|
91
118
|
},
|
92
119
|
"itblInternal": {
|
120
|
+
"description": "Internal information related to ITBL (Iterable) for transactional data.",
|
93
121
|
"type": ["null", "object"],
|
94
122
|
"properties": {
|
95
123
|
"documentCreatedAt": {
|
124
|
+
"description": "The timestamp when the document related to transactional data was created.",
|
96
125
|
"type": ["null", "string"],
|
97
126
|
"format": "date-time"
|
98
127
|
},
|
99
128
|
"documentUpdatedAt": {
|
129
|
+
"description": "The timestamp when the document related to transactional data was last updated.",
|
100
130
|
"type": ["null", "string"],
|
101
131
|
"format": "date-time"
|
102
132
|
}
|
103
133
|
}
|
104
134
|
},
|
105
135
|
"handle": {
|
136
|
+
"description": "A unique identifier for the transaction or product.",
|
106
137
|
"type": ["null", "string"]
|
107
138
|
}
|
108
139
|
}
|
109
140
|
},
|
110
141
|
"contentId": {
|
142
|
+
"description": "The identifier of the content related to the email being sent.",
|
111
143
|
"type": ["null", "integer"]
|
112
144
|
},
|
113
145
|
"messageId": {
|
146
|
+
"description": "The unique identifier of the message.",
|
114
147
|
"type": ["null", "string"]
|
115
148
|
},
|
116
149
|
"messageBusId": {
|
150
|
+
"description": "The identifier of the message bus associated with the email_send data.",
|
117
151
|
"type": ["null", "string"]
|
118
152
|
},
|
119
153
|
"templateId": {
|
154
|
+
"description": "The identifier of the template used for the email content.",
|
120
155
|
"type": ["null", "integer"]
|
121
156
|
},
|
122
157
|
"email": {
|
158
|
+
"description": "The email address of the recipient.",
|
123
159
|
"type": ["null", "string"]
|
124
160
|
},
|
125
161
|
"userId": {
|
162
|
+
"description": "The identifier of the user to whom the email is being sent.",
|
126
163
|
"type": ["null", "string"]
|
127
164
|
},
|
128
165
|
"channelId": {
|
166
|
+
"description": "The identifier of the channel through which the email was sent.",
|
129
167
|
"type": ["null", "integer"]
|
130
168
|
}
|
131
169
|
},
|