Question
What is the Repeater destination?
Product
Twilio Segment
Environment
Segment Console
Answer
The Repeater destination lets you forward events from one source back into another source, making it appear as though the events originated in the second source. It handles real-time events only and does not cache them. You can send events to up to 20 sources using their write keys.
Note: If you need to send events to a Source Function, please use the Webhooks (Actions) 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.
Additional Information
You can find more details here.