Infomaniak CoreResources icon

Infomaniak CoreResources

Interact with Infomaniak API

Overview

This node interacts with the Infomaniak API to manage user profiles and their related sub-resources. Specifically, the "Get Profile Phone" operation retrieves detailed information about a specific phone number associated with the current user's profile by its unique identifier.

Use cases include:

  • Fetching a particular phone number's details from a user's profile for verification or display.
  • Integrating profile phone data into workflows that require contact information.
  • Automating profile management tasks where phone details are needed.

Example: You want to retrieve the phone number details of a user in your system by specifying the phone ID, then use this data to update records or trigger notifications.

Properties

Name Meaning
Phone ID The unique identifier (number) of the phone number to retrieve from the user profile.

Output

The output is a JSON object representing the phone number resource retrieved from the Infomaniak API. It contains all available details about the specified phone number associated with the user's profile.

If the operation succeeds, the output will be an array containing one or more JSON objects with phone details such as number, type, label, and other metadata provided by the API.

No binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Infomaniak API.
  • The node makes HTTP requests to the Infomaniak API endpoints.
  • Proper configuration of the API authentication token in n8n credentials is necessary.

Troubleshooting

  • Error: Failed to retrieve phone [ID]
    This indicates the phone ID does not exist or is inaccessible. Verify the phone ID is correct and belongs to the authenticated user.

  • API Authentication Errors
    Ensure the API key credential is valid and has sufficient permissions to access profile phone data.

  • Network or Timeout Issues
    Check network connectivity and API availability.

  • Invalid Input
    The Phone ID must be a valid number and is required. Missing or invalid values will cause errors.

Links and References

Discussion