What do you want to automate

with Nextlead and End?

Prompt, edit and deploy AI agents that connect to Nextlead, End and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
End Workflow with End API on New Lead Added to List from Nextlead API
Nextlead + End
 
Try it
End Workflow with End API on New Lead Created from Nextlead API
Nextlead + End
 
Try it
End Workflow with End API on New Lead Updated from Nextlead API
Nextlead + End
 
Try it
New Lead Added to List from the Nextlead API

Emit new event when a lead is added to a list in NextLead. See the documentation

 
Try it
New Lead Created from the Nextlead API

Emit new event when a new lead is captured in NextLead. See the documentation

 
Try it
New Lead Updated from the Nextlead API

Emit new event when a lead is updated in NextLead. See the documentation

 
Try it
End Workflow with the End API

Terminate workflow execution

 
Try it
Search Leads with the Nextlead API

Search for leads by email in NextLead. See the documentation

 
Try it
Integrate the Nextlead API with the End API
Setup the Nextlead API trigger to run a workflow which integrates with the End API. Pipedream's integration platform allows you to integrate Nextlead and End remarkably fast. Free for developers.

Connect Nextlead

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    nextlead: {
      type: "app",
      app: "nextlead",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.nextlead.$auth.api_url}/identify-user`,
      headers: {
        Authorization: `Bearer ${this.nextlead.$auth.api_key}`,
      },
    })
  },
})

Connect End

1
2
3
4
5
export default defineComponent({
  async run({ $ }) {
    $.flow.exit('Reason for ending the workflow');
  },
});

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo