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
Copy file name to clipboardExpand all lines: src/connections/functions/insert-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Insert functions can define handlers for each message type in the [Segment spec]
76
76
-`onDelete`
77
77
-`onBatch`
78
78
79
-
Each of the functions above accepts 2 arguments:
79
+
Each of the functions above accepts two arguments:
80
80
81
81
-**event** - Segment event object, where fields and values depend on the event type. For example, in Identify events, Segment formats the object to match the [Identify spec](/docs/connections/spec/identify/).
82
82
-**settings** - Set of [settings](#create-settings-and-secrets) for this function.
0 commit comments