Cross-Provider Workflow
Asana Project Status Digest to Email
Version 1.0.0
Pull tasks for an Asana project, then email a status digest via SendGrid.
Providers Orchestrated
Workflows
status-digest-to-email
Fetch Asana project tasks, then email a status digest.
Retrieves the tasks for an Asana project and emails a digest of the first task to a stakeholder through SendGrid.
1
fetch-tasks
$sourceDescriptions.asanaTasksApi.getTasksForProject
Fetch the tasks for the Asana project.
2
email-digest
$sourceDescriptions.sendgridApi.SendMail
Email a project status digest via SendGrid.
Source API Descriptions
openapi