Newfies Signals

post_save_add_contact

dialer_campaign.models.post_save_add_contact(sender, **kwargs)

A post_save signal is sent by the Contact model instance whenever it is going to save.

Logic Description:

  • When new contact is added into Contact model, active the campaign list will be checked with the contact status.
  • If the active campaign list count is more than one & the contact is active, the contact will be added into Subscriber model.