Lead
An Implementation for Lead Collections.
Available:
- RDStation 
- Fake 
Methods:
CreateLead: Creates a lead stored on the integrated platform.
const email = 'email@mail.com';
await this.leadProvider.createLead(email);Last updated
Was this helpful?