Open chhetripradeep opened 6 years ago
Hi,
Not sure if this is still relevant to you, but you add multiple placeholders for your fields in the message section, then in message_keys you put a comma delimited list of keys in order of replacement, eg
message The current temperature is %s and the weight is %s message_keys temp,weight
@andrewl Thanks. let me try it and get back to you.
@andrewl do you know if we can make use of slack attachments to make it look pretty ?
Thank you for the awesome slack plugin. I am trying to post a slack attachment message with multiple fields but i unable to achieve it. I am only able to create single field per msg using the following configuration
I would like to add other fields as well but not able to figure out how can we achieve it.