Cross-Provider Workflow
Onboarding Record to Asana Task to Welcome Email
Version 1.0.0
Create an onboarding record, an Asana task, then a welcome email.
Providers Orchestrated
Workflows
onboarding-to-task-to-email
Record a new hire, create an onboarding task, then send a welcome email.
Creates an Airtable onboarding record, creates an Asana onboarding task, and sends a welcome email to the new hire through SendGrid.
1
create-record
$sourceDescriptions.airtableApi.createRecords
Record the new hire in the Airtable onboarding table.
2
create-task
$sourceDescriptions.asanaTasksApi.createTask
Create an Asana onboarding task for the new hire.
3
welcome-email
$sourceDescriptions.sendgridApi.SendMail
Send a welcome email to the new hire.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.