SAP Emarsys Campaigns API

The Campaigns API from SAP Emarsys — 1 operation(s) for campaigns.

Operations 1

POST /campaigns/responseSummary/filter Bulk response summary

Documentation

📖
Documentation
https://dev.emarsys.com/
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/43noz8h08gqdv-emarsys-core-api-accounts-endpoint-batch
📖
Authentication
https://dev.emarsys.com/docs/emarsys-core-api-guides/b3c3a1eba8515-authentication
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/vq6ozhk87xpct-emarsys-core-api-auto-import-profiles-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/b8bkfdpzdnrmn-bulk-response-summary
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/f2udgdha9qqax-emarsys-core-api-conditional-text-rules-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/jxv7xghhduivk-emarsys-core-api-contact-and-email-data-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/czeg4wbctz2ey-emarsys-core-api-contact-lists-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/nbmm6cavfbful-emarsys-core-api-contact-sources-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/vhlytrvjmpva3-emarsys-core-api-contacts-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/111vbiacis1pw-emarsys-core-api-email-campaign-lifecycle-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/9mp221uux5ijk-emarsys-core-api-email-campaigns-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/jntjf6yd8bbyp-email-reporting-api
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/ywep93d8zjj38-emarsys-core-api-email-templates-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/a9elofmiccck4-emarsys-core-api-events-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/7nxw96vrmb8uy-emarsys-core-api-external-content-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/mtzemy547drl7-emarsys-core-api-fields-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/k53pb4h4cekls-emarsys-core-api-forms-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/j2c7sbanej44c-emarsys-core-api-keys-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/o26j9gs8fjm9q-emarsys-core-api-media-database-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/mzyq7rihy8uv9-emarsys-core-api-programs-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/0h26fkyuh837z-emarsys-core-api-relational-data-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/14tmor5bfxbov-emarsys-core-api-sections-endpoint-batch
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/ehr0tded4ctcw-emarsys-core-api-segments-endpoint-batch
📖
APIReference
https://emartech.github.io/sms-partner-api-spec/
📖
APIReference
https://dev.emarsys.com/docs/core-api-reference/4kmyl4vlpf9mv-emarsys-core-api-tracked-links-endpoint-batch

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/emarsys-campaigns-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

emarsys-campaigns-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 1.0.0
  title: Bulk Response Summary Campaigns API
  description: In this chapter you may find the bulk response summary endpoint.
servers:
- url: https://api.emarsys.net/api/email/reporting/v1
  description: Public API
security:
- {}
tags:
- name: Campaigns
paths:
  /campaigns/responseSummary/filter:
    post:
      summary: Bulk response summary
      description: '<!-- theme: warning -->

        > #### Important!

        >

        > Please note that the URL for this endpoint differs from other Emarsys Core API URLs. The host server for this endpoint is at: https://api.emarsys.net/api/email/reporting/v1

        The endpoint returns the summary of the responses of multiple email campaigns.'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BulkResponseSummaryRequest'
      responses:
        '200':
          description: Indicates that the request has succeeded.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/BulkResponseSummaryResponse'
        '400':
          description: The campaignIds field is missing, it is not array or it contains at least one invalid type of campaign id.
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: object
                    properties:
                      message:
                        type: string
                      code:
                        type: string
              examples:
                Payload is invalid:
                  value:
                    error:
                      message: Payload is invalid
                      code: invalid-payload
                Field is missing:
                  value:
                    error:
                      message: Field campaignIds is required
                      code: field-is-required
                Field values:
                  value:
                    error:
                      message: Count of campaign ids in payload must be between 1 and 5000
                      code: invalid-count-of-campaign-ids
        '500':
          description: Indicates that the request has been accepted for processing, but the processing has not been completed. The location to check the status of the request should be returned in the response.
          content:
            application/json:
              schema:
                type: object
                properties:
                  error:
                    type: object
                    properties:
                      message:
                        type: string
                        example: Internal Server Error
                      code:
                        type: string
                        example: internal-server-error
              examples:
                default:
                  value:
                    error:
                      message: Internal Server Error
                      code: internal-server-error
      servers:
      - url: https://api.emarsys.net/api/email/reporting/v1
        description: Public API
      tags:
      - Campaigns
components:
  schemas:
    BulkResponseSummaryRequest:
      type: object
      properties:
        campaignIds:
          type: array
          minItems: 1
          maxItems: 3000
          items:
            type: integer
            format: int64
            minimum: 1
            maximum: 3000
          example:
          - 123
          - 456
          - 789
      required:
      - campaignIds
    BulkResponseSummaryResult:
      type: object
      properties:
        campaignId:
          type: integer
          format: int64
        launchId:
          type: integer
          format: int64
        planned:
          type: integer
          format: int64
        sent:
          type: integer
          format: int64
        softBounced:
          type: integer
          format: int64
        hardBounced:
          type: integer
          format: int64
        blockBounced:
          type: integer
          format: int64
        opened:
          type: integer
          format: int64
        privacyOpened:
          type: integer
          format: int64
        unsubscribed:
          type: integer
          format: int64
        totalClicked:
          type: integer
          format: int64
        uniqueClicked:
          type: integer
          format: int64
        complained:
          type: integer
          format: int64
      x-examples:
        Example 1:
          campaignId: 433121
          launchId: 3321345
          planned: -9007199254740991
          sent: -9007199254740991
          softBounced: -9007199254740991
          hardBounced: -9007199254740991
          blockBounced: -9007199254740991
          opened: -9007199254740991
          privacyOpened: -9007199254740991
          unsubscribed: -9007199254740991
          totalClicked: -9007199254740991
          uniqueClicked: -9007199254740991
          complained: -9007199254740991
    BulkResponseSummaryResponse:
      type: object
      properties:
        data:
          type: array
          items:
            $ref: '#/components/schemas/BulkResponseSummaryResult'
x-sap-shortText: Email reporting related API endpoint. It is used to collect reporting information from multiple campaigns.