Skip to main content
POST
Create Notification Group

Headers

x-client-id
string
required

client id generated from the merchant dashboard

x-client-secret
string
required

client secret generated from the merchant dashboard

x-api-version
enum<string>
required

API version to be used. The accepted format is YYYY-MM-DD.

Available options:
2024-07-10T00:00:00.000Z
x-request-id
string

Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to Cashfree Payments.

Example:

"4dfb9780-46fe-11ee-be56-0242ac120002"

Body

application/json

PG VBA Notification Group Create Request

notification_group_name
string

It is the name you create to identify the notification group. The parameter allows alphanumeric characters, hyphen (-), and underscore ( _ ).

Example:

"finance_team"

notification_group_emails
string[]

It is the email addresses of the recipients who receive the notifications.

notification_group_phone_numbers
string[]

It is the phone number of the recipients who receive the notifications.

Response

Success Response.

notification_group
object