Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Best practice to get SLACK_TOKEN in Scripting Automation

Topic Labels: Scripting extentions
Solved
Jump to Solution
1216 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Yoav_Malichi
5 - Automation Enthusiast
5 - Automation Enthusiast

My use-case is that I want to send a slack message when a record is created.
The reason I am not using the built-in Slack Message automation is that I want to customize the Slack Message using Attachments and Blocks features.

I am wondering what is the best practice to get your SLACK_TOKEN from the Script itself.
Is there a built-in variable that holds it?
Should I use input variable or should I just assign the token to a variable? how safe it is?

Thanks in advance!

1 Solution

Accepted Solutions
Dominik_Bosnjak
10 - Mercury
10 - Mercury

This is a legacy method so while it might not suit your needs long-term, you can fulfill your current requirement in what are literal minutes:

Edit: oh, and no code involved, here’s the first example from my mess of a private dashboard that I dug up (notice the token being saved to a “token” field just above the middle of the command batch):

image

See Solution in Thread

1 Reply 1
Dominik_Bosnjak
10 - Mercury
10 - Mercury

This is a legacy method so while it might not suit your needs long-term, you can fulfill your current requirement in what are literal minutes:

Edit: oh, and no code involved, here’s the first example from my mess of a private dashboard that I dug up (notice the token being saved to a “token” field just above the middle of the command batch):

image