Call another integration from your flow.
When to Use
- Reuse logic across integrations
- Break up complex flows
- Modularize your design
- Call specialized sub-integrations
Settings
Basic
- Description: Why are you calling this?
- Integration: Select the integration to run
- Version: Latest or specific version
Parameters
- Input Parameters: Pass data
- Name and value for each expected parameter
Result Handling
- Store Result: Where to save called integration’s output
- Error Handling:
- Fail current
- Continue with error
- Ignore errors
Tips
- Keep sub-integrations focused
- Use consistent parameter naming
- Document expected input/output
- Test sub-integrations before linking
- Consider impacts of version changes