Connecting Integrations
Link your tools to FlowMaestro.
Connecting Slack
- Go to Settings > Connections
- Click Add Connection > Slack
- Click Connect and authorize in Slack's OAuth flow
- Select which workspace to connect
Using Slack in Workflows
{
node: "Slack - Send Message",
channel: "#general",
message: "Hello from FlowMaestro!"
}
Connecting Shopify
- Add Shopify connection
- Enter your store URL (e.g.,
mystore.myshopify.com) - Install the FlowMaestro app
- Approve permissions
Using Shopify in Workflows
{
node: "Shopify - Get Order",
orderId: "{{trigger.body.orderId}}"
}
Multiple Connections
Connect multiple accounts from the same service:
- Click Add Connection again
- Give it a unique name (e.g., "Slack - Marketing Team")
- Authorize the new account
Troubleshooting
- Connection failed — Check you have admin permissions
- Token expired — Click Reconnect in Connections
- Missing permissions — Reconnect to grant more scopes