Cross-Provider Workflow
Teams Channel Message to SendGrid Broadcast
Version 1.0.0
Post to a Microsoft Teams channel, then broadcast it by email via SendGrid.
Providers Orchestrated
Workflows
teams-post-and-email-broadcast
Post a Teams channel message, then broadcast it by email through SendGrid.
Sends a message to a Microsoft Teams channel and, on success, broadcasts the same announcement to a distribution address by email through SendGrid.
1
post-teams-message
$sourceDescriptions.teamsGraphApi.sendChannelMessage
Post the announcement to the Microsoft Teams channel.
2
email-broadcast
$sourceDescriptions.sendgridMailApi.SendMail
Broadcast the same announcement by email via SendGrid.
Source API Descriptions
openapi