The following example will append a ôSEND: AutoMateö action to the end of the list of steps of the current task.
Sub Main
CurrentTask.AppentTaskStep (ôSEND: AutoMateö)
End Sub