Actions30
- Call Actions
- Contact Actions
- Dialer Actions
- Integration Actions
- List Actions
- Report Actions
- SMS Actions
- User Actions
- Developer Feedback Actions
Overview
This node interacts with the Oki-Toki API to perform various operations related to external integrations. Specifically, for the 'Integration' resource and 'Get List' operation, it retrieves a list of all external integrations, optionally filtered by integration type (e.g., Drive, Mail, Slack, SMS, Webhook, etc.). This is useful for scenarios where users want to fetch and manage available integrations within the Oki-Toki platform, such as displaying them in a dashboard or using them in further automation workflows.
Use Case Examples
- Fetch all available integrations without filtering to display a complete list.
- Retrieve only Slack integrations to manage Slack-related automation.
- Get SMS integrations to send SMS messages through specific gateways.
Properties
| Name | Meaning |
|---|---|
| Type | Filter integrations by type, such as Drive, Mail, Slack, SMS, Webhook, etc. |
Output
JSON
items- Array of integration objects returned by the Oki-Toki API, each representing an external integration with its details.
Dependencies
- Oki-Toki API
Troubleshooting
- Ensure the Oki-Toki API credentials are correctly configured and valid to avoid authentication errors.
- If no integrations are returned, verify the filter type is correct or try with 'All Types' to fetch all integrations.
- Network issues or API downtime may cause request failures; check connectivity and Oki-Toki service status.
Links
- Oki-Toki API Documentation - Integration List - Official API endpoint documentation for retrieving the list of external integrations.
