An Implementation for Lead Collections.
RDStation
Fake
CreateLead: Creates a lead stored on the integrated platform.
const email = 'email@mail.com'; await this.leadProvider.createLead(email);
Last updated 2 days ago