Skip to content

Commit 010448a

Browse files
authored
chore: added Business badge for Asana, Amplitude, Dropbox, Mixpanel, Monday.com and Trello. (#2969)
## Description Added Business badge for Asana, Amplitude, Dropbox, Mixpanel, Monday.com and Trello. Similar to how its added for Salesforce, Slack, Zendesk, etc ## Pull request type Check the appropriate box: - [ ] Review Fixes - [ ] Documentation Overhaul - [ ] Feature/Story - Link one or more Engineering Tickets * - [ ] A-Force - [ ] Error in documentation - [ ] Maintenance ## Documentation tickets Link to one or more documentation tickets: - [2968](#2968) ## Checklist From the below options, select the ones that are applicable: - [ ] Checked for Grammarly suggestions. - [ ] Adhered to the writing checklist. - [ ] Adhered to the media checklist. - [ ] Verified and updated cross-references or added redirect rules. - [ ] Tested the redirect rules on deploy preview. - [ ] Validated the modifications made to the content on the deploy preview. - [ ] Validated the CSS modifications on different screen sizes.
1 parent 0e3050f commit 010448a

File tree

6 files changed

+113
-6
lines changed

6 files changed

+113
-6
lines changed

website/docs/connect-data/reference/amplitude.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
# Amplitude
1+
---
2+
title: Amplitude
3+
hide_title: true
4+
---
25

6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Amplitude</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
320

421
This page provides information for connecting Appsmith to Amplitude, which allows you to query analytics data, export event data, search for users, send events, and retrieve chart results from your Amplitude project.
522

website/docs/connect-data/reference/asana.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Asana
1+
---
2+
title: Asana
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Asana</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
This page provides information on how to connect to Asana. This integration enables you to automate project and task management operations such as creating tasks, updating task details, commenting on tasks, and fetching workspace, team, and project data.
422

website/docs/connect-data/reference/dropbox.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Dropbox
1+
---
2+
title: Dropbox
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Dropbox</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
This page provides information on how to connect Appsmith to Dropbox. Use this integration to automate file-heavy workflows such as listing folder contents, searching shared spaces, creating or moving folders, downloading assets, and running custom Dropbox API calls.
422

website/docs/connect-data/reference/mixpanel.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Mixpanel
1+
---
2+
title: Mixpanel
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Mixpanel</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
This page provides information on how to connect to Mixpanel. It enables users to perform actions such as querying event data, tracking events, managing user profiles, and analyzing insights from your Mixpanel project.
422

website/docs/connect-data/reference/monday.com.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Monday.com
1+
---
2+
title: Monday.com
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Monday.com</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
Use the Monday.com SaaS integration to orchestrate boards, items, subitems, and user directories directly from Appsmith. The built-in commands wrap common GraphQL mutations so you can create, update, search, or archive Monday records without wiring custom HTTP requests.
422

website/docs/connect-data/reference/trello.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Trello
1+
---
2+
title: Trello
3+
hide_title: true
4+
---
5+
6+
<!-- vale off -->
7+
8+
<div className="tag-wrapper">
9+
<h1>Trello</h1>
10+
11+
<Tags
12+
tags={[
13+
{ name: "Business", link: "https://www.appsmith.com/pricing", additionalClass: "business" }
14+
]}
15+
/>
16+
17+
</div>
18+
19+
<!-- vale on -->
220

321
Integrate Trello with Appsmith to create, update, search, and delete cards or boards without leaving your app. Each Trello action returns JSON so you can bind card metadata to widgets, trigger follow-up workflows, or keep your boards in sync with other datasources.
422

0 commit comments

Comments
 (0)