Skip to content

Add New 8 API Endpoint Functions

Latest
Compare
Choose a tag to compare
@pekral pekral released this 29 Aug 08:24
v1.2.7
6f24ff2
  • Added getSubscriberByEmail($email) function to retrieve subscriber details by email address.
  • Added getCampaignStatsDetail($campaignId, $queryParams = array()) function to retrieve detailed statistics for a campaign.
  • Added getPipelineStats($pipelineId) function to retrieve statistics for an automation pipeline.
  • Added getPipelineStatsDetail($pipelineId, $queryParams = array()) function to retrieve detailed statistics for an automation pipeline.
  • Added refreshDataFeed($feedId) function to refresh a data feed by its ID.
  • Added search($query) function to perform a search using the specified query.
  • Added importCoupons(array $data) function to import coupons using provided data.
  • Added deleteCoupons(array $data) function to delete coupons using provided data.
  • Updated readme file to match changes.