# Welcome a user on his first post

**URL:** https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151
**Category:** Support
**Tags:** post-notices
**Created:** [January 30, 2020, 10:04am UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151 "2020-01-30T10:04:02Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![j\_assuncao](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j_assuncao/32/119559_2.png) [@j\_assuncao](https://meta.discourse.org/u/j_assuncao)
#### Post date: [January 30, 2020, 10:04am UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/1 "2020-01-30T10:04:02Z")

</div>

Hi,

Is it possible to automatically welcome a new user when he makes his first post (when the system uses` js.post.notice.new_user`) with a post on the same topic?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [January 30, 2020, 5:41pm UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/2 "2020-01-30T17:41:01Z")

</div>

Yes this feature already exists, as you can see in your own post. Works for long absent members as well as first posts by new signups. (This is only visible to established community members.)

 ![image](https://global.discourse-cdn.com/meta/original/3X/3/1/31ac65c74bf2e76ef98f1ac1734ed9b32450f94c.jpeg)

---

<div class="post-metadata">

### Author: ![JimPas](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jimpas/32/148179_2.png) [@JimPas](https://meta.discourse.org/u/JimPas)
#### Post date: [January 30, 2020, 6:26pm UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/3 "2020-01-30T18:26:30Z")

</div>

I think what @j_assuncao means is something visible **to the new user** once they make their first post. Granted, other users can send a welcome reply to the user, but what Jorge is asking if the system can “welcome” the user when they’ve created their first post.

---

<div class="post-metadata">

### Author: ![j\_assuncao](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j_assuncao/32/119559_2.png) [@j\_assuncao](https://meta.discourse.org/u/j_assuncao)
#### Post date: [January 30, 2020, 10:05pm UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/4 "2020-01-30T22:05:33Z")

</div>

Yes, that’s exactly it. I would like an automated post welcoming the new user after his first post.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [January 31, 2020, 6:28am UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/5 "2020-01-31T06:28:19Z")

</div>

This will require a custom plugin or some web hook integration, no feature like this exists at the moment.

---

<div class="post-metadata">

### Author: ![j\_assuncao](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j_assuncao/32/119559_2.png) [@j\_assuncao](https://meta.discourse.org/u/j_assuncao)
#### Post date: [January 31, 2020, 12:52pm UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/6 "2020-01-31T12:52:12Z")

</div>

Thank you for your reply @sam. How can this be made via web hooks?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [February 3, 2020, 12:50am UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/7 "2020-02-03T00:50:56Z")

</div>

You would need to write and deploy a web service that listens for the hook and then interacts with the user via the API.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 25, 2023, 6:08am UTC](https://meta.discourse.org/t/welcome-a-user-on-his-first-post/140151/8 "2023-12-25T06:08:31Z")

</div>


