MassProspecting / docs

Public documentation, roadmap and issue tracker of MassProspecting
http://doc.massprospecting.com/
1 stars 0 forks source link

Master Node + Wizards: Integrations Wizard, Marketplace. #4

Closed leandrosardi closed 2 months ago

leandrosardi commented 4 months ago

Brainstorming

/dashboard

/step1 (integrations)

/step2 (CRM)

/step3 (Automation)

leandrosardi commented 4 months ago

Integrations

image

adspower basic integration

advanced integrations

leandrosardi commented 4 months ago

PVA Store

leandrosardi commented 3 months ago

Tasks

Integrations

Account / Marketplace:

General:

leandrosardi commented 3 months ago

Helping Queries

Master:

delete from subaccount;

Slave:

update "user" set email='leandro@connectionsphere.com-'||cast(current_timestamp as varchar(8000)) where email='leandro@connectionsphere.com';
delete from "profile" where create_time>current_timestamp - interval '10 minutes';
leandrosardi commented 3 months ago

Related with #172 and #175.