Cross-Provider Workflow
Asana Project Kickoff Multi-Create
Version 1.0.0
Create an Asana project, section, and first task, then announce on Slack.
Providers Orchestrated
Workflows
project-kickoff
Create an Asana project, section, and task, then notify Slack.
Creates an Asana project in a workspace, adds an initial section, creates the first task in the project, and posts a Slack kickoff announcement.
1
create-project
$sourceDescriptions.asanaProjectsApi.createProjectForWorkspace
Create the Asana project in the workspace.
2
create-section
$sourceDescriptions.asanaSectionsApi.createSectionForProject
Add an initial section to the new project.
3
create-task
$sourceDescriptions.asanaTasksApi.createTask
Create the first task in the new project.
4
announce-kickoff
$sourceDescriptions.slackChatApi.postChatPostmessage
Announce the project kickoff in Slack.
Source API Descriptions
openapi
openapi
openapi