NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox.
Go to siteThe NetHunt CRM API provides powerful access to manage customer relationship data programmatically. With this API and Pipedream, you can automate tasks, synchronize customer data across platforms, trigger communications based on customer interactions, and much more. Pipedream's serverless execution model and vast library of app integrations open up a myriad of possibilities for streamlining sales processes and enhancing customer engagement by automating the flow of information between NetHunt CRM and other business tools.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
nethunt_crm: {
type: "app",
app: "nethunt_crm",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://nethunt.com/api/v1/zapier/triggers/readable-folder`,
auth: {
username: `${this.nethunt_crm.$auth.email_address}`,
password: `${this.nethunt_crm.$auth.api_key}`,
},
})
},
})
Lead Qualification Automation: Automatically qualify and score leads in NetHunt CRM based on data from web forms submitted through Typeform. When a prospect fills out a contact form, the workflow can enrich the lead data with additional information, score the lead based on predefined criteria, and update the lead status in NetHunt CRM for immediate follow-up by the sales team.
Customer Support Ticket Creation: Create a support ticket in Zendesk whenever a new conversation is started by a customer in NetHunt CRM. This workflow can also include fetching relevant customer data from NetHunt CRM to provide context within the Zendesk ticket, ensuring that support agents have all the information they need to assist the customer efficiently.
Automated Data Sync Between CRM and Newsletter Service: Sync contact updates from NetHunt CRM to a Mailchimp list, ensuring that email marketing campaigns are always targeting the most current customer information. This workflow can be designed to trigger whenever a contact is updated or added in NetHunt CRM, automatically updating subscriber details or adding new subscribers to designated Mailchimp audience lists.
NetHunt CRM uses API keys for authentication. When you connect your NetHunt CRM account, Pipedream securely stores the keys so you can easily authenticate to NetHunt CRM APIs in both code and no-code steps.
email_address
field, use the Gmail with Nethunt enabled.