postmark-gem icon indicating copy to clipboard operation
postmark-gem copied to clipboard

PM-1743. update Postmark Ruby gem to support CustomTracking

Open J0SUEFDZ opened this issue 7 months ago • 2 comments

JIRA

  • https://activecampaign.atlassian.net/browse/PM-1734

What

  • Adds support for CustomTracking in the postmark gem.
  • Since the gem directly communicates with the API, all responses already include the changes to support CustomTrackingCNAMEValue, CustomTrackingDomain, and CustomTrackingVerified values where required, so no extra work is needed.
  • This PR enables the possibility to verify the domain using verify_domain_custom_tracking

Why

With CustomTracking almost ready to ship to production, we needed to add support for CustomTracking in this gem.

Tests

Manual tests for all endpoints pertinent to Custom Tracking, specified in the JIRA ticket, are returning the expected outut.

J0SUEFDZ avatar Jul 30 '24 21:07 J0SUEFDZ