Oki-Toki icon

Oki-Toki

Interact with Oki-Toki API (Calls, Contacts, Dialers, Lists, Reports, Users)

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

  1. Fetch all available integrations without filtering to display a complete list.
  2. Retrieve only Slack integrations to manage Slack-related automation.
  3. 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

Discussion