Skip to content

Commit ef34661

Browse files
authored
Merge pull request #4548 from segmentio/spencerattick-patch-1
add information about Source Function usage
2 parents f127af8 + 43c1cc4 commit ef34661

File tree

1 file changed

+3
-1
lines changed
  • src/connections/destinations/catalog/repeater

1 file changed

+3
-1
lines changed

src/connections/destinations/catalog/repeater/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ This destination is maintained by Segment and is not available to customers on t
66

77
## Getting Started
88

9-
The Repeater destination forwards events from a source back into another source, as though that event occurred in the second source.
9+
The Repeater destination forwards events from a source back into another source as though that event occurred in the second source.
1010

1111
Events are not cached in the Repeater, so it only handles real-time events. You can specify multiple sources as Repeater destinations.
1212

13+
If you need to send events to a Source Function, please use the [Webhooks (Actions)](/docs/connections/destinations/catalog/actions-webhook/) destination instead. The Repeater bypasses the code of a Source Function and sends data only to the write key. The Webhook destination allows data to be sent through the Source Function code as expected.
14+
1315
## Configuration
1416

1517
Add the Repeater as a destination for the source that you want to replicate events from.

0 commit comments

Comments
 (0)