Skip to content

New Features in Pepipost API

Compare
Choose a tag to compare
@ivikramsahu ivikramsahu released this 20 May 13:50
· 14 commits to master since this release

Highlights for V5

  • Users can now schedule emails for up to 72 hours.
  • Users can mark multiple recipients in 'To', 'Cc' and 'Bcc'.
  • Recipient names are now supported across all the email address fields.
  • Adding(or Removing) email addresses & domains to the suppression list is easier.

SendEmail Support

  • Structural changes are implemented in the Send Email API to allow JSON objects.
  • Support for addition of multiple email address in 'To' field.
  • Support for recipient name included in 'To', 'Cc' & 'Bcc'.
  • Support for sending a personalized attachment in a single API call.
  • Content-type to distinguish and support multi-content with "AMP" & "HTML" content.
  • Schedule email feature
  • Now, X-APIHEADER will be known as token_to.
  • Now X-APIHEADER_CC will be known as token_cc.
  • Error response structure is modified for Send Email API.