Add a custom field (apiAddSubscriberField) Using this function, you can create a new personalization field. Request Error Response PHP5 Example
Get Subscriber Fields
Getting a subscribers custom fields (apiGetSubscriberFields) With this option, you retrieve the custom fields of the subscriber. Response Error Response PHP5 Example
Unsubscribe From All
Unsubscribe subscriber from all lists (apiUnsubscribeSubscriberFromAll) Use this function to remove subscribers from all lists. Request Error Response PHP5 Example
Unsubscribe From List
Unsubscribe subscriber from list (apiUnsubscribeSubscriberFromList) Use this function to remove subscribers from individual lists. Request Error Response PHP5 Example
Delete Subscriber
Delete subscriber (apiDeleteSubscriber) Use this function to delete a subscriber. It is possible to delete multiple subscribers per call. Request Error Response PHP5 Example
Add Subscriber Doi
Adding a subscriber using Double-Opt-In (apiAddSubscriberDoi) Use this function to add subscribers to a subscriber list. The subscriber must have a valid e-mail. Personalization fields can be passed (max 25), and for this purpose, the customFieldID and all relevant content must be transmitted. If an incorrect customFieldID is passed, personalization fields are not applied. If […]
Add Subscriber
Adding a subscriber (apiAddSubscriber) Use this function to add subscribers into a subscriber list. The subscriber must have a valid e-mail. Personalization fields may be passed (max 25). For this, the customFieldID and all relevant content must be passed. If an incorrect customFieldID is passed, no personalization fields are applied. If a subscriber to be […]
Get Subscriber History
Getting a subscriber’s history (apiGetSubscriberHistory) With this function, you can call up the history of a subscriber. It displays all the mailings that have been received by the subscriber. Request Response Error Response PHP5 example