---
title: "Get all triggers"
method: GET
path: "/triggers"
tags: ["Triggers"]
---

# Get all triggers

`GET /triggers`

REQUIRED SCOPES <code>['triggers:read']</code><br>Get all triggers

## Response `200`

OK

- Trigger[]
  - `id` integer — ID of the trigger
  - `organization_id` integer — ID of the organization
  - `integration_id` string — ID of the integration
  - `owner_id` integer — ID of the owner
  - `organization_number_id` integer — ID of the organization number
  - `number_id` integer — ID of the number
  - `team_id` integer — ID of the team
  - `is_active` boolean — Indicates if the trigger is active
  - `name` string — Name of the trigger
  - `type` string — Type of the trigger
  - `service_property` string — Service property of the trigger
  - `owner_property` string — Owner property of the trigger
  - `message` string — Message of the trigger
  - `media_url` string[] — Media URL of the trigger
  - `last_received_date` string, date-time — Last received date of the trigger
  - `disabled_at` string, date-time — Disabled date of the trigger
  - `created_at` string, date-time — Creation date of the trigger
  - `updated_at` string, date-time — Last update date of the trigger
  - `integration_name` string — Name of the integration
  - `tag_ids` integer[] — IDs of the tags
  - `integration` object — Integration details
  - `webhook` object — Webhook details
  - `number` object — Number details
  - `team` object — Team details
  - `tags` object[] — Tags details
  - `statistics` object[] — Statistics details
  - `short_urls` object[] — Short URLs details
  - `owner` object — Owner details
  - `analytics` object — Analytics details
  - `is_track_conversion` boolean — Indicates if the trigger tracks conversion
  - `conversion_id` integer — ID of the conversion
  - `is_rvm` boolean — Indicates if the trigger is RVM
  - `send_form` integer[] — Send frim information
  - `all_statistics` integer[] — Statistics

---

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