Overview
This node fetches sales correspondence data from a database by making a POST request to a specified API endpoint. It is useful for workflows that need to retrieve sales-related communication records without requiring an API key, using user ID credentials instead. For example, it can be used to automate the retrieval of sales emails or messages for analysis or reporting.
Use Case Examples
- Automate fetching sales correspondence for CRM updates.
- Retrieve sales communication data for generating sales performance reports.
Output
JSON
responseData- The sales correspondence data retrieved from the database.
Dependencies
- Requires user ID credentials for authentication to access the database API.
Troubleshooting
- Ensure that the user ID credentials are correctly configured and valid, as the node requires these to authenticate the request.
- Check network connectivity and API endpoint availability if the node fails to fetch data.
- Verify that the API endpoint URL has not changed and matches the one specified in the node configuration.