Matillion ETL Version 1.48 is here! Featuring Webhook Post component

Hi Guys!

 

Awesome news, we have just released Matillion ETL Version 1.48

 

Check out our blog that covers our new Webhook post component here

Thanks to this we also have 2 new amazing shared jobs on the Matillion Exchange for use with Slack! Check them out below:

 

Send message to Slack - https://exchange.matillion.com/s/exchange-job/a074G00001EkCMdQAN/send-message-to-slack

 

Send message to Slack with an attachment - https://exchange.matillion.com/s/exchange-job/a074G00001EkCMiQAN/send-a-message-to-slack-with-attachment

 

We cannot wait to see what you think of our latest release and to hear your user stories!

 

Kind regards, Joe (Technical Community Coordinator)

Hi all,

 

anybody here who used this to send messages to MS Teams?

 

Cheers

Michael

Hiya, tried this yesterday, works quite nicely. Just need to learn to format the message for a actual message.. Just sent 'Hello World' to a teams channel :)

 

br,

Michael

Aweesome! If you are happy with the message formatting, please share your results here. I will try to set up the connection as well and do some research, too.

I got the formatting done with help of this https://messagecardplayground.azurewebsites.net/

Here's my 'prototype', with red-color and stuff.

{

"@type": "MessageCard",

"summary": "Matillion Production ALERT",

"themeColor": "FF0000",

"sections": [

{

"activityTitle": "Matillion Production ALERT",

"activitySubtitle": "Error Error Morjens :D",

"text": "We have a MAJOR incident in Matillion Execution, hold on to your hats!

\n\n127502 | Jibibibididi | End Failure 0 |"

}

]

}

My target was to get the text generated from a variable but I'm having hard time getting the variable usage to work, it keeps complaining on that the variable value is not set :) Will need more time for this later on.