pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] whatconverts

Open pipedream-component-development opened this issue 1 year ago • 0 comments

whatconverts

URLs

  • https://www.whatconverts.com/api/overview/

Polling Sources

new-lead-added

Prompt

Emit new event when a lead is newly generated. Required props: app instance and app connection. Optional props: filtering criteria (like source, lead status etc.)

updated-lead

Prompt

Emit new event when any existing lead data is updated. Required props: app instance and app connection. Optional props: filtering criteria to target specfic updates.

Actions

find-lead

Prompt

Locate an existing lead. This action requires 'leadId' prop as the unique identifier for the lead. Optionally, a 'criteria' prop could be included for fine-tuned searching.