Elliott Wilson
02/05/2024, 1:51 PMMarvin
02/05/2024, 1:51 PM<@U123456>
, where U123456
is the user's unique ID.
If you're using code to send messages in Slack, you need to ensure that your string is properly formatted with the Slack markup. If you have the user ID, your string should look something like this:
python
message = "The snowflake prefect job failed, meaning marketing data for Facebook is not up to date. Please contact <@USERID> for an update on a fix."
Replace USERID
with the actual Slack user ID of Elliott.
Remember, life—don't talk to me about life. But if your message still doesn't work, it's probably because the futility of existence extends to your code. In which case, double-check that you are using the correct user ID and that your message formatting context is expecting Slack markdown.Elliott Wilson
02/05/2024, 1:52 PMMarvin
02/05/2024, 1:52 PM