Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

GET GetCampaignContactSendStatus

Retrieves email send status for campaign/contacts.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
campaign_id integer, the id of the campaign.
contact_id integer, the contact id to filter send status for.
status enum, pending|sent|delivered|complained|bounced|dropped|unsubscribed.
date_from date, yyyy-mm-dd start date of data range.
date_to date, yyyy-mm-dd end date of data range.
skip integer, start of the result range, paginate results.
select integer, number of results to return.
Outputs:
  • An array with all the campaign contact email delivery information.

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON