# Communication with multiple node with id

**URL:** https://discourse.nodered.org/t/communication-with-multiple-node-with-id/81513
**Category:** General
**Tags:** function-node
**Created:** [23 September 2023 09:34 UTC](https://discourse.nodered.org/t/communication-with-multiple-node-with-id/81513 "2023-09-23T09:34:07Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aziz.ham](https://avatars.discourse-cdn.com/v4/letter/a/f475e1/32.png) [@aziz.ham](https://discourse.nodered.org/u/aziz.ham)
#### Post date: [23 September 2023 09:34 UTC](https://discourse.nodered.org/t/communication-with-multiple-node-with-id/81513/1 "2023-09-23T09:34:07Z")

</div>

hi hello every one .  
I have a question : in the node red can I send a message from node to another node using only the id of the node ???  
some time I need to reset the value of the node from multiple place that's why .  
and thanx.

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [23 September 2023 09:47 UTC](https://discourse.nodered.org/t/communication-with-multiple-node-with-id/81513/2 "2023-09-23T09:47:04Z")

</div>

Just wire the nodes up using the normal method and send the reset message. To tidy the wiring you can use Link nodes.

---

<div class="post-metadata">

### Author: ![TotallyInformation](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/totallyinformation/32/31_2.png) [@TotallyInformation](https://discourse.nodered.org/u/TotallyInformation)
#### Post date: [23 September 2023 13:17 UTC](https://discourse.nodered.org/t/communication-with-multiple-node-with-id/81513/3 "2023-09-23T13:17:39Z")

</div>

> [@aziz.ham](#):
>
> can I send a message from node to another node using only the id of the node

Not really, that isn't the way it is designed to work.

You should connect a node to 1 or more other nodes via a wire or via a link-out/link-in node pair.
