Skip to content

Commit 8a5af84

Browse files
authored
Add created_at field to create conversation request body for v2.11+ (#211)
1 parent 31f338f commit 8a5af84

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15539,6 +15539,11 @@ components:
1553915539
type: string
1554015540
description: The content of the message. HTML is not supported.
1554115541
example: Hello
15542+
created_at:
15543+
type: integer
15544+
format: date-time
15545+
description: The time the conversation was created as a UTC Unix timestamp. If not provided, the current time will be used. This field is only recommneded for migrating past conversations from another source into Intercom.
15546+
example: 1671028894
1554215547
required:
1554315548
- from
1554415549
- body

descriptions/2.11/api.intercom.io.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14381,6 +14381,11 @@ components:
1438114381
type: string
1438214382
description: The content of the message. HTML is not supported.
1438314383
example: Hello
14384+
created_at:
14385+
type: integer
14386+
format: date-time
14387+
description: The time the conversation was created as a UTC Unix timestamp. If not provided, the current time will be used. This field is only recommneded for migrating past conversations from another source into Intercom.
14388+
example: 1671028894
1438414389
required:
1438514390
- from
1438614391
- body

descriptions/2.12/api.intercom.io.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14681,6 +14681,11 @@ components:
1468114681
type: string
1468214682
description: The content of the message. HTML is not supported.
1468314683
example: Hello
14684+
created_at:
14685+
type: integer
14686+
format: date-time
14687+
description: The time the conversation was created as a UTC Unix timestamp. If not provided, the current time will be used. This field is only recommneded for migrating past conversations from another source into Intercom.
14688+
example: 1671028894
1468414689
required:
1468514690
- from
1468614691
- body

0 commit comments

Comments
 (0)