SDK Integrations
The Sym SDK supports a number of integrations that can be invoked to enhance your Flow implementations.
Overview
Sym's SDK supports a number of first-party integrations that can be used inside of your impl.py
Handlers to craft powerful interactions with third-party systems.
You can use these integrations to:
- Check group memberships in SaaS tools like Okta or GitHub
- Check on-call status with PagerDuty
- Fire Lambdas
- Make arbitrary HTTP calls to external endpoints
- ...and more!
Integration | SDK Docs | Used For |
---|---|---|
Checking for on-call status in the context of an approval workflow | ||
AWS Lambda | Calling Lambda functions | |
Okta | Checking group memberships | |
GitHub | Getting repository collaborators | |
Looking up channels, groups, and users |
Updated about 2 months ago
Did this page help you?