You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -95,64 +96,33 @@ export function buildIntercomConversationOutputs(): Record<string, TriggerOutput
95
96
type: 'number',
96
97
description: 'Unix timestamp of first delivery attempt',
97
98
},
98
-
data: {
99
-
type: 'json',
100
-
description:
101
-
'Event data containing the conversation object. Access via data.item for conversation details including id, state, open, assignee, contacts, conversation_parts, tags, and source',
'Event data containing the conversation object. Access via data.item for conversation details including id, state, open, assignee, contacts, conversation_parts, tags, and source'
created_at: {type: 'number',description: 'Unix timestamp when the event occurred'},
115
-
delivery_attempts: {
116
-
type: 'number',
117
-
description: 'Number of delivery attempts for this notification',
118
-
},
119
-
first_sent_at: {
120
-
type: 'number',
121
-
description: 'Unix timestamp of first delivery attempt',
122
-
},
123
-
data: {
124
-
type: 'json',
125
-
description:
126
-
'Event data containing the contact object. Access via data.item for contact details including id, role, email, name, phone, external_id, custom_attributes, location, avatar, tags, companies, and timestamps',
127
-
},
128
-
}asRecord<string,TriggerOutput>
116
+
returnbuildIntercomBaseOutputs(
117
+
'Event data containing the contact object. Access via data.item for contact details including id, role, email, name, phone, external_id, custom_attributes, location, avatar, tags, companies, and timestamps'
118
+
)
129
119
}
130
120
131
121
/**
132
122
* Build outputs for the generic Intercom webhook trigger.
0 commit comments