appypieautomate.ai · Official Docs · App Directory · Get Started Free
Community-maintained integration guides, trigger/action references, and use-case examples for Appy Pie Automate — connecting 1,000+ apps without code.
This repository documents every available integration on Appy Pie Automate, including:
- Trigger events — events that start a workflow (e.g., "New Email in Gmail")
- Action events — things that happen as a result (e.g., "Send Message in Slack")
- Field mappings — how data passes between apps
- Common use cases — real examples for each integration pair
- Troubleshooting guides — fixes for common issues
| Type | Event | Description |
|---|---|---|
| Trigger | New Email | Fires when a new email arrives |
| Trigger | New Attachment | Fires when an email has an attachment |
| Action | Send Email | Send an email from your Gmail account |
| Action | Create Draft | Create a draft email |
| Type | Event | Description |
|---|---|---|
| Trigger | New Message | Fires when a new message is posted |
| Trigger | New Channel | Fires when a new channel is created |
| Action | Send Channel Message | Post a message to a channel |
| Action | Send Direct Message | Send a DM to a user |
| Type | Event | Description |
|---|---|---|
| Trigger | New Contact | Fires when a new contact is created |
| Trigger | New Deal | Fires when a new deal is created |
| Action | Create Contact | Create a new CRM contact |
| Action | Update Deal | Update deal properties |
| Type | Event | Description |
|---|---|---|
| Trigger | New Order | Fires when a new order is placed |
| Trigger | New Customer | Fires when a new customer registers |
| Action | Create Order | Programmatically create an order |
| Action | Update Product | Update product inventory or details |
| Type | Event | Description |
|---|---|---|
| Trigger | New Payment | Fires on successful charge |
| Trigger | Failed Payment | Fires when a payment fails |
| Action | Create Customer | Create a new Stripe customer |
| Action | Create Charge | Initiate a charge |
integrations-docs/
├── gmail/
│ ├── README.md # Overview and use cases
│ ├── triggers.md # All available triggers
│ └── actions.md # All available actions
├── slack/
├── hubspot/
├── shopify/
├── stripe/
└── ...1000+ more
We welcome community contributions to improve accuracy and add new use cases.
- Fork this repo
- Navigate to the relevant integration folder
- Add or update documentation following the existing format
- Submit a pull request with a clear description
MIT © Appy Pie LLP