Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XS✔ ◾ ✨ New rule - Successful Reachouts #8038

Merged
merged 9 commits into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions categories/management/rules-to-better-recruiting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ index:
- prepare-a-special-goodbye-to-a-co-worker-leaving-the-company
- do-you-thoroughly-test-employment-candidates
- make-secondary-linkedin-account-obvious
- successful-reachouts

---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions rules/successful-reachouts/rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
type: rule
title: Do you know to make LinkedIn reachouts stand out?
uri: successful-reachouts
authors:
- title: Brady Stroud
url: https://www.ssw.com.au/people/brady-stroud
created: 2024-03-1T01:55:35.941Z
JackDevAU marked this conversation as resolved.
Show resolved Hide resolved
guid: 012a5f87-5cfb-4002-8d5f-4d2a8787ed6a
---
sethdaily marked this conversation as resolved.
Show resolved Hide resolved

Developers receive a lot of reachouts. Sometimes they are automated and other times they are a person copying and pasting the same message to everyone.

To have your reachout rise above the noise, you need to make it personal and unique.

::: img-medium bad
![Figure: Typical developers LinkedIn inbox](developer-reachout-spam.png)
bradystroud marked this conversation as resolved.
Show resolved Hide resolved
:::

<!-- endintro -->

Here are some tips to make your reachouts stand out:

1. [Use emojis](/use-emojis) - a few emojis can make your message stand out, and feel more personal
2. Ask a question - most reachouts don't have a proper call to action, they simply ask you to "get in touch". Asking a question engages the candidate and makes them more likely to respond
E.g. If you see someone is learning Rust, you could ask "How long have you been learning Rust? We have a few "Rustaceans" in the SSW Brisbane office 🦀"
It's important to ask the question early in the message, as most people will only glance at the message

::: greybox
Hi Bob 👋,

I hope you're well! My name is Brady, and I work as a Software Engineer at SSW. I wanted to reach out to you because we're currently looking for a Senior Software Engineer to join our team in Brisbane, and I think you could be a great fit.

How long have you been doing Rust?
We have a few "Rustaceans" in the Brisbane office 🦀
:::
::: good
Figure: Good example - Message contains emojis and has a relevant question
:::
Loading