ExpandedVenture / ConnectionSphere

Simple Service to Start Prospecting Online
0 stars 0 forks source link

Automation is not working as designed - New connections are not getting followups created #156

Open ExpandedVenture opened 2 years ago

ExpandedVenture commented 2 years ago

image

ExpandedVenture commented 2 years ago

Analysis

Followups are not being created because the accounts exceeeds the daily quota of logins.

Solution

  1. Create followup messages with no daily-quota validation.
  2. Process only messages allowed by the daily quota.
  3. Add a banner in the conversation, in responses screen, if the account is exceeding the daily/hourly quota of logins/messages
  4. Show the number of messages delivered by an account, day by day, hour by hour, in order to resolve the complaints "a message has been in queue for long time"
ExpandedVenture commented 2 years ago

Fix Patch

Resolved points 1, 2 and 3.

image