Actions7
Overview
This node interacts with the HideMail API to activate an email alias. It is useful in scenarios where users want to manage disposable or masked email addresses, enabling them to activate a specific alias for receiving emails. For example, a user might create multiple aliases for different services and then activate one of them when needed to control incoming mail or protect their primary email address.
Properties
| Name | Meaning |
|---|---|
| The email alias you want to activate |
Output
The node outputs JSON data representing the response from the HideMail API after attempting to activate the specified email alias. This typically includes details about the alias status and any relevant metadata returned by the API. The node does not output binary data.
Dependencies
- Requires an API key credential for authenticating with the HideMail API.
- The base URL for the API and the authorization token must be configured in the node credentials.
- Depends on the external HideMail service being available and reachable.
Troubleshooting
- Common issues:
- Invalid or missing API token can cause authentication failures.
- Incorrect email alias format may result in API errors.
- Network connectivity problems can prevent reaching the HideMail API.
- Error messages:
- Authentication errors usually indicate invalid or expired API tokens; verify and update credentials.
- Validation errors from the API suggest the provided email alias is incorrect or not found; double-check the input.
- Timeout or connection errors imply network issues; ensure the n8n instance has internet access and the API endpoint is reachable.
Links and References
- HideMail API Documentation (replace with actual URL)
- n8n documentation on creating custom nodes