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 lists, such as checking if a specific value exists in a list. It is useful for scenarios where you need to verify membership or presence of data within a list, for example, checking if an email address or phone number is part of a predefined list before proceeding with further automation steps.
Use Case Examples
- Check if an email address exists in a marketing list before sending a campaign.
- Verify if a phone number is present in a contact list to avoid duplicate entries.
Properties
| Name | Meaning |
|---|---|
| List ID | The ID of the list to check the value in. |
| Value | The value to check for existence within 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 value to check is correctly formatted and not empty.
- Check API credentials and network connectivity if requests fail.
- Common error messages may include invalid list ID, unauthorized access due to missing or incorrect API credentials, or network timeouts. Resolving these involves verifying input parameters, credentials, and network status.
