AI Numbers icon

AI Numbers

Sending What's app messages

Overview

This node interacts with the AI Numbers API to list contact information. It is useful for scenarios where you need to retrieve and manage contact data from the AI Numbers service, such as for messaging or customer management applications.

Use Case Examples

  1. Retrieve a list of all contacts from the AI Numbers service to display in a CRM system.
  2. Fetch contact details to synchronize with another database or application.

Output

JSON

  • contacts - Array of contact objects returned from the API, containing contact information.

Dependencies

  • Requires an API key credential for the AI Numbers API to authenticate requests.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to access contact data.
  • Check network connectivity to the AI Numbers API endpoint (https://api-v2.sendbee.io/contacts).
  • Verify that the API endpoint URL and HTTP method (GET) are correct for listing contacts.

Links

Discussion