Post To MS Teams Channel Dynamic Action

About

Post To MS Teams Channel Action enables the sending of messages to microsoft teams channels.

Metadata tab

Post To MS Teams Channel Action - Metadata tab
 

  1. The Write Variables option ensures that the “Package Action” logs the variable values into the “Action vars before log file” before the action is executed and logs the updated variable values into the “Action vars after log file” after the action completes.
  2. This option is typically used for debugging and is not recommended in a production environment.
  3. It can be globally disabled through the options dialog .

Parameters tab

Post To MS Teams Channel Action - Parameters tab

Selecting Connection

Post To MS Teams Channel Action - Editing Post To MS Teams Channel - Connection Parameter

Selecting Team

Post To MS Teams Channel Action - Editing Post To MS Teams Channel - Team Parameter

Selecting Channel

Post To MS Teams Channel Action - Editing Post To MS Teams Channel - Channel Parameter

Variables tab

The Variables tab defines the variables to be updated during the action’s execution.

Post To MS Teams Channel Action - Variables tab

Execution log tab

The Execution log tab is populated after the action is executed. Double click on the row to view the log.

Post To MS Teams Channel Action - Execution log tab

Example Calculated SMS Message

Pascal

Post To MS Teams Channel Action - Calculated Message example - Pascal
  Script

begin
 if DayOfWeek(Now)=7 then
    begin
     Result:='Please feed the Cat';
    end
 else
    begin
     Result:='Please take the dog for a walk';
    end;
end;

Python

Post To MS Teams Channel Action - Calculated Message example - Python
  Script

import datetime;
if datetime.datetime.today().weekday()==0:
   Result.Value='Please feed the Cat'
else:
   Result.Value='Please take the dog for a walk'

For more technologies supported by our ETL Software see Advanced ETL Processor Versions

Confused? Ask question on our ETL Forum

Posted on November 14, 2025 • 2 min read • 230 words
www.etl-tools.com About Support Pricing Cookies Policy Term Of Use Privacy Policy License