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 operations related to lists, specifically checking if a given value exists within a specified list. It is useful for scenarios where you need to verify membership or presence of an item (e.g., an email or phone number) in a list managed by Oki-Toki. For example, it can be used to validate if a contact is part of a marketing list before sending a campaign.

Use Case Examples

  1. Check if an email address exists in a mailing list before sending a newsletter.
  2. Verify if a phone number is part of a call list before initiating a call campaign.

Properties

Name Meaning
List ID The ID of the list to check the value against.
Value The value to check for existence in the specified list.

Output

JSON

  • json - The JSON response from the Oki-Toki API indicating whether the value exists in the list.

Dependencies

  • Oki-Toki API with authentication credentials

Troubleshooting

  • Ensure the List ID is valid and exists in the Oki-Toki system to avoid errors.
  • Verify that the API credentials are correctly configured and have the necessary permissions.
  • If the value to check is empty or improperly formatted, the API may return an error or unexpected results.

Links

Discussion