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 retrieve contact records based on specified filters. It is useful for scenarios where users need to fetch a list of contacts with pagination support, such as integrating contact data into workflows or CRM systems. For example, a user can retrieve up to 100 contacts starting from a specific offset to process or analyze contact information.
Use Case Examples
- Retrieve the first 100 contacts from the Oki-Toki system.
- Fetch contacts starting from the 50th record to implement pagination in a contact management workflow.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Optional parameters to control the number of contacts returned and pagination offset. |
Output
JSON
json- The JSON response containing the list of contacts retrieved from the Oki-Toki API.
Dependencies
- Oki-Toki API with authentication credentials
Troubleshooting
- Ensure the API credentials are correctly configured and valid to avoid authentication errors.
- If no contacts are returned, verify that the limit and offset parameters are set correctly and that there are contacts available in the system.
- Handle API rate limits or network issues by enabling 'Continue On Fail' to prevent workflow interruption.
