---
title: "Get event-triggered campaigns"
method: GET
path: "/companies/{company_key}/mobiledb/event_triggered_messages"
tags: ["Event-Triggered Campaign API"]
---

# Get event-triggered campaigns

`GET /companies/{company_key}/mobiledb/event_triggered_messages`

## Path parameters

- `company_key` string, required

## Query parameters

- `status` string
- `event_type` string

## Headers

- `Content-Type` string, required
- `X-API-Version` string

## Response `200`

Successful response

- EventTriggeredResponse[]
  - `event_triggered_message_id` integer
  - `status` string
  - `event_type` string
  - `start_date` string
  - `end_date` string
  - `created_by` string
  - `created_by_application` string
  - `targeting` object
    - `message_template` string — Body of broadcast message.
    - `short_url_base` string — Base URL to use when shortening URLs.
    - `shorten_urls` boolean — Should URLs be shortened?
    - `channel` string — Message channel for broadcast.
    - `message_format` string — A read-only field that defines the message format.
    - `sms` object
      - `sourcecode` string
      - `country_code` string
      - `sourcecode_type` string
      - `mdn_territory` string
    - `mms` object
      - `sourcecode` string
      - `country_code` string
      - `sourcecode_type` string
      - `subject` string
      - `content` object[] — An array containing a list of objects for your MMS. Your MMS may contain either an uploaded asset, a media URL, or a liquid template tag for personalized sends.
        - `asset_id` string — A read-only string identifying an uploaded asset.
        - `mime_type` string — A read-only string identifying the MIME type of the uploaded asset. For example, `image/jpeg`
        - `media_url` string — A URL link to the media to be included in the MMS.
        - `description` string — An optional description of the media.
        - `body` string — The body text included in the MMS send.
    - `filters` object[]
    - `url` string
    - `created_at` string
    - `updated_at` string

---

[API](https://skmtc.net/vibes/apis/vibes-platform-api.md) · [All operations](https://skmtc.net/vibes/apis/vibes-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vibes/vibes-platform-api/revisions/2d5797ce1b84/schema)
