Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/components/templates/agent-connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ export { default as SetupZoominfoSection } from './_setup-zoominfo.mdx'
export { default as ConnectedAccountBigqueryserviceaccountSection } from './_connected-account-bigqueryserviceaccount.mdx'
export { default as SectionAfterAuthenticationGoogledwdAuth } from './_section-after-authentication-googledwd-auth.mdx'
export { default as SectionAfterAuthenticationHubspotAppTypes } from './_section-after-authentication-hubspot-app-types.mdx'
export { default as SectionGoogleOauthVerification } from './_section-google-oauth-verification.mdx'
export { default as SectionGoogleOauthVerificationCollapsible } from './_section-google-oauth-verification-collapsible.mdx'
export { default as SectionAfterSetupAdobemarketingagentmcpCommonWorkflows } from './_section-after-setup-adobemarketingagentmcp-common-workflows.mdx'
export { default as SectionAfterSetupAdzvisermcpCommonWorkflows } from './_section-after-setup-adzvisermcp-common-workflows.mdx'
export { default as SectionAfterSetupAirtableCommonWorkflows } from './_section-after-setup-airtable-common-workflows.mdx'
Expand Down Expand Up @@ -191,8 +189,8 @@ export { default as SectionAfterSetupTableauCommonWorkflows } from './_section-a
export { default as SectionAfterSetupTrelloCommonWorkflows } from './_section-after-setup-trello-common-workflows.mdx'
export { default as SectionAfterSetupTwitterCommonWorkflows } from './_section-after-setup-twitter-common-workflows.mdx'
export { default as SectionAfterSetupVercelCommonWorkflows } from './_section-after-setup-vercel-common-workflows.mdx'
export { default as SectionAfterSetupYoutubeCommonWorkflows } from './_section-after-setup-youtube-common-workflows.mdx'
export { default as SectionAfterSetupXeroCommonWorkflows } from './_section-after-setup-xero-common-workflows.mdx'
export { default as SectionAfterSetupYoutubeCommonWorkflows } from './_section-after-setup-youtube-common-workflows.mdx'
export { default as SectionAfterSetupZapiermcpCommonWorkflows } from './_section-after-setup-zapiermcp-common-workflows.mdx'
export { default as SectionAfterSetupZendeskCommonWorkflows } from './_section-after-setup-zendesk-common-workflows.mdx'
export { default as SectionAfterSetupZoomCommonWorkflows } from './_section-after-setup-zoom-common-workflows.mdx'
Expand Down
14 changes: 7 additions & 7 deletions src/content/docs/agentkit/connectors/asana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@ import { SectionAfterSetupAsanaCommonWorkflows } from '@components/templates'

4. ### Authorize and make your first call

<QuickstartGenericOauthSection connector="asana" toolName="asana_me_get" providerName="Asana" />
<QuickstartGenericOauthSection connector="asana" toolName="asana_allocations_list" providerName="Asana" />

</Steps>

## What you can do

Connect this agent connector to let your agent:

- **List workspaces, workspace teams, webhooks** — List all workspaces the authenticated user has access to
- **Get workspace, user, team** — Get details of a specific workspace by its GID
- **User team remove, team add** — Remove a user from a team
- **Update task, tag, section** — Update an existing task's properties
- **Parent task set** — Set or change the parent task of a task
- **Tag task remove, task add** — Remove a tag from a task
- **Create allocation, attachment, custom field** — Create a resource allocation for a user on a project
- **Delete allocation, attachment, custom field** — Permanently delete a resource allocation by its GID
- **Get allocation, attachment, custom field** — Get a single resource allocation record by its GID
- **Update allocation, custom field, enum option** — Update an existing resource allocation
- **List allocations, attachments, goal parent goals** — List resource allocations
- **Followers goal add, goal remove, project add** — Add one or more followers to a goal

## Common workflows

Expand Down
Loading