Sending methods

Provides operations for sending newsletters.

  • DeleteSendingById

    Delete a sending for a given sendQueueId

  • GetBounces

    Get bounces for a specific sending, only subscribers that still exists are included. Fetch by date interval (optional) by using the following date format: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources.

  • GetClicks

    Get clicks for a specific sending, optionally by date interval. The following date format is valid: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources.

  • GetFutureSendings

    Get all sendings on account scheduled for future send-out (direct).

  • GetOpens

    Get opens for a specific sending, optionally by date interval. The following date format is valid: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources.

  • GetOptOuts

    Get optouts for a specific sending, optionally by date interval. The following date format is valid: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources.

  • GetPaginated

    Return a paginated list of all the sendings for this account

  • GetSendingById

    Get sending details for a given sendQueueId

    2016-01-27 v2: (first version is v2)

  • GetSendingsByDateInterval

    Get sendings by interval

  • GetSendingsByNewsletterId

    Get sendings by newsletter Id

  • GetSendingsBySubscriberId

    Gets a paginated list of all to a specific subscriber

  • SendNewsletter

    Send an email campaign or a newsletter to one or more lists. This method can also be used to send SMS to a list. The following date format is valid: yyyyMMddTHHmmss. Optional to include a CampaignId. This Id will be available shortly in API methods related to send-outs (i.e. it can currently not be retrieved using the API). This method returns a SendQueueId in response to a successful call.