Unipile icon

Unipile

Interact with Unipile API

Overview

This node interacts with the Unipile API to list followers of a specific user. It is useful in scenarios where you want to retrieve and analyze the followers of a user account, for example, to monitor social media engagement or manage user relationships.

A practical example would be fetching the followers of a user to display them in a dashboard or to process them further for marketing or analytics purposes.

Properties

Name Meaning
User ID The unique identifier of the user whose followers you want to list.
Account ID The identifier of the account associated with the user.
Additional Fields Optional parameters to refine the request:
- Cursor A pagination cursor to fetch the next set of results.
- Limit Maximum number of follower results to return (minimum 1, default 50).

Output

The output contains a JSON object representing the list of followers retrieved from the Unipile API. This typically includes follower details such as their identifiers and related metadata. The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating with the Unipile API.
  • The base URL for API requests is configured via credentials.
  • No additional external dependencies are indicated.

Troubleshooting

  • Missing or invalid User ID or Account ID: Ensure these required fields are provided and correctly formatted.
  • API authentication errors: Verify that the API key credential is valid and has the necessary permissions.
  • Pagination issues: If using the cursor for pagination, ensure it is correctly passed; otherwise, the node may return incomplete results.
  • Limit parameter errors: The limit must be at least 1; setting it below this may cause errors.

Links and References

Discussion