As we start the month of December, it's time for a new Pinpointe release. This one is a bit smaller in scope than the last one, but please read the release notes below for further details. 


FEATURES

 

  • DND Builder (PINPOINTE-3961): Implement Content Blocks feature


BUGS


  • API (PINPOINTE-3992): API call getNewsletters not returning all records 
  • API (PINPOINTE-4046): AsyncJob Status Inconsistency in how limit is applied 
  • DND Builder (PINPOINTE-3923): Allow case-insensitive custom fields (only for variables without logic)
  • Email Campaign Send (PINPOINTE-4052): Reason and recipient id are not getting recorded on queue_unsent table 
  • Stats (PINPOINTE-3966): Async exports and exports need more detail 
  • Stats (PINPOINTE-4022): Bounce column not appearing on archived campaign page 
  • Stats (PINPOINTE-4030): Journey Stats load slow - Stats Aggr through a console exception error
  • Suppression Lists (PINPOINTE-3938): Suppression list remove file import should work with CSV files with multiple columns  


DETAIL REVIEW


FEATURES

 

  • DND Builder (PINPOINTE-3961): Implement Content Blocks feature
    • Content Blocks allow for small handlebar contents to be reused in different campaigns
    • Content Blocks can include text, HTML, and other handlebars logic
    • Content Blocks are created in Resources -> Content Blocks 
      •  


BUGS


  • API (PINPOINTE-3992): API call getNewsletters not returning all records 
  • API (PINPOINTE-4046): AsyncJobStatus Inconsistency in how limit is applied 
    • Limit is now applied correctly when making the ASyncJobStatus API call. 
  • Email Campaign Send (PINPOINTE-4052): Reason and recipient id are not getting recorded on queue_unsent table 
    • If sending to recipient or subscriber fails, the reasons and recipient ids are now recorded properly on the queue_unsent table
  • Stats (PINPOINTE-3966): Async imports and exports email reports need more details
    • New fields added to the export email reports include Instance, Database, and Number of Contacts
    • New fields added to the import email reports include Instance
  • Stats (PINPOINTE-4022): Bounce column not appearing on archived campaign page 
    • On the Archived Campaign. tab of the Email Campaign Statistics page, the Bounces column now displays correctly 
  • Stats (PINPOINTE-4030): Journey Stats load slow - Stats Aggr through a console exception error
    • Journey Stats now load more efficiently 
    • If Journeys have a large volume, they now have an interstitial loading graphic on the Stat pages for aggregates and details 
  • Suppression Lists (PINPOINTE-3938): Suppression list remove file import should work with CSV files with multiple columns  
    • This applies to both the Remove Emails/Domains from Suppression List and the Add Emails/Domains to Suppression List forms
    • Button behavior is fixed