---
title: "POST /v1/Services/{ServiceSid}/Notifications"
method: POST
path: "/v1/Services/{ServiceSid}/Notifications"
---

# POST /v1/Services/{ServiceSid}/Notifications

`POST /v1/Services/{ServiceSid}/Notifications`

## Path parameters

- `ServiceSid` string, required

## Response `201`

Created

- NotifyV1ServiceNotification
  - `sid` string, nullable — The unique string that identifies the resource
  - `account_sid` string, nullable — The SID of the Account that created the resource
  - `service_sid` string, nullable — The SID of the Service that the resource is associated with
  - `date_created` string, date-time, nullable — The RFC 2822 date and time in GMT when the resource was created
  - `identities` string[], nullable — The list of identity values of the Users to notify
  - `tags` string[], nullable — The tags that select the Bindings to notify
  - `segments` string[], nullable — The list of Segments to notify
  - `priority` 'high' | 'low'
  - `ttl` integer, nullable — How long, in seconds, the notification is valid
  - `title` string, nullable — The notification title
  - `body` string, nullable — The notification body text
  - `sound` string, nullable — The name of the sound to be played for the notification
  - `action` string, nullable — The actions to display for the notification
  - `data` unknown
  - `apn` unknown
  - `gcm` unknown
  - `fcm` unknown
  - `sms` unknown
  - `facebook_messenger` unknown
  - `alexa` unknown

---

[API](https://skmtc.dev/twilio/apis/notify-v1.md) · [All operations](https://skmtc.dev/twilio/apis/notify-v1/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/notify-v1/revisions/df9264bfa4e9?raw)
