Skip to content

Commit 0e42af0

Browse files
authored
Merge pull request #6358 from segmentio/bobbyatsegment-patch-8
Add FAQ on Insert Functions supported destination types
2 parents 85f45fd + 1ab19e9 commit 0e42af0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/insert-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,10 @@ async function onGroup(event, settings) {
563563
```
564564
By including handlers for all the major event types, you ensure that all supported events are processed correctly, preventing the "Unsupported Event Type" error. Always test your updated code before implementing it in production.
565565

566+
##### What destination types support Insert Functions?
567+
568+
Only cloud-mode [event destinations](/docs/engage/using-engage-data/#engage-destination-types-event-vs-list) support destination Insert Functions. [List destinations](/docs/engage/using-engage-data/#list-destinations) aren't compatible.
569+
566570
{% comment %}
567571

568572
## Using Segment's Public API

0 commit comments

Comments
 (0)