Skip to content

Releases: Ecomailcz/ecomail-php

Add New 8 API Endpoint Functions

29 Aug 08:24
v1.2.7
6f24ff2
Compare
Choose a tag to compare
  • 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.

Fixes from contributors

17 Apr 13:35
v1.2.6
48d29ac
Compare
Choose a tag to compare

Thanks for fixes.

Fixes from contributors

06 Sep 09:37
c737022
Compare
Choose a tag to compare

Thanks for fixes.

Campaign stats endpoint

18 May 18:03
9ce713b
Compare
Choose a tag to compare

Add campaign stats endpoint

Add delete subscriber method

12 Mar 16:03
7274edc
Compare
Choose a tag to compare
Merge pull request #23 from oxyshop/feature-delete-subscriber

Add deleteSubscriber() method

v1.2.1: Merge pull request #22 from jakubboucek/fix-json-req

25 Feb 11:16
57ebeab
Compare
Choose a tag to compare

v1.2: Merge pull request #19 from Ecomailcz/add-missing-content-type

20 Feb 10:06
eea4c56
Compare
Choose a tag to compare

Cleaning and fixes

17 Feb 11:41
8383558
Compare
Choose a tag to compare

v1.0

09 Dec 17:04
da03470
Compare
Choose a tag to compare
Check status code of response