Overview
This node is a dummy placeholder for the Withings OAuth2 credential package. It does not perform any actual data processing or API calls. Instead, it serves as an informational node to guide users to use HTTP Request nodes configured with the Withings OAuth2 credential for their integrations.
Common scenarios where this node might appear include:
- When setting up workflows that require Withings API access but no direct pre-built node functionality exists.
- As a reminder or placeholder in workflows to indicate that Withings API calls should be made via HTTP Request nodes authenticated with the appropriate OAuth2 credentials.
Practical example:
- A user wants to fetch health data from Withings but finds no dedicated Withings node. This dummy node informs them to use HTTP Request nodes with the Withings OAuth2 authentication instead.
Properties
| Name | Meaning |
|---|---|
| Notice | This is an informational message telling the user that this node is a dummy and to use HTTP Request nodes with the Withings OAuth2 credential instead. |
Output
- The node outputs the input data unchanged without modification.
- The output JSON structure is identical to the input.
- No binary data is produced or handled by this node.
Dependencies
- Requires an OAuth2 credential for Withings API authentication to be configured in n8n.
- Does not itself make any API calls or require external services.
- Users must use HTTP Request nodes with the Withings OAuth2 credential for actual API interactions.
Troubleshooting
- Since this node does not perform any operations, it will not throw errors related to API calls.
- Common confusion may arise if users expect this node to interact with Withings API directly; the notice property clarifies this.
- To resolve confusion, ensure users understand they need to use HTTP Request nodes with the proper OAuth2 credential for Withings.