# Send text to another flow and send in the "destination" flow a Push Notification with this message

**URL:** https://community.homey.app/t/send-text-to-another-flow-and-send-in-the-destination-flow-a-push-notification-with-this-message/149210
**Category:** Flows
**Tags:** homey-pro, advancedflow
**Created:** [January 13, 2026, 5:54pm UTC](https://community.homey.app/t/send-text-to-another-flow-and-send-in-the-destination-flow-a-push-notification-with-this-message/149210 "2026-01-13T17:54:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ideenfrei](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/ideenfrei/32/121102_2.png) [@ideenfrei](https://community.homey.app/u/ideenfrei)
#### Post date: [January 13, 2026, 5:54pm UTC](https://community.homey.app/t/send-text-to-another-flow-and-send-in-the-destination-flow-a-push-notification-with-this-message/149210/1 "2026-01-13T17:54:19Z")

</div>

Hey.  
Is there a way to call a another flow (advanced), send a text to it and in the called flow I want to execute a push notification / alex message with the received text.

I do not want to have this “communication” channel repeated in all my flows and want to centralize this in one flow.

Thanks for any hints!  
Daniel

---

<div class="post-metadata">

### Author: ![Peter\_Kawa](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/peter_kawa/32/173848_2.png) [@Peter\_Kawa](https://community.homey.app/u/Peter_Kawa)
#### Post date: [January 13, 2026, 6:49pm UTC](https://community.homey.app/t/send-text-to-another-flow-and-send-in-the-destination-flow-a-push-notification-with-this-message/149210/2 "2026-01-13T18:49:01Z")

</div>

Start a flow with this card,

 ![Screenshot_20260113_192524_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/5/0/50d900d9901a1e666bbe91248f0374258b8bfa74.jpeg)

and optionally add a logic card to filter the received text

 ![Screenshot_20260113_194249_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/c/2/c2e0f943ada32cc2add24acea60e061acf3aa649.jpeg)

Then you can start that flow, in my case named “strip first part of argument”, and send text along, with the card below.

 ![Screenshot_20260113_192452_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/5/c/5c52603e5d837841ada8417bb924bd609b6404cd.jpeg)

You’ll need to select the aforementioned flow

 ![Screenshot_20260113_194627_Firefox](https://us1.discourse-cdn.com/flex025/uploads/athom/original/3X/3/6/362140f749dfe2288185dd94305e5f3aed676a33.jpeg)

---

<div class="post-metadata">

### Author: ![ideenfrei](https://sea1.discourse-cdn.com/flex025/user_avatar/community.homey.app/ideenfrei/32/121102_2.png) [@ideenfrei](https://community.homey.app/u/ideenfrei)
#### Post date: [January 13, 2026, 8:41pm UTC](https://community.homey.app/t/send-text-to-another-flow-and-send-in-the-destination-flow-a-push-notification-with-this-message/149210/3 "2026-01-13T20:41:22Z")

</div>

Oh, this is awesome and exactly what i was looking for. At the end - So easy ….

Thanks Peter!
