Create a notification configuration for a product or an account
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Request data for creating a notification configuration
notification_type
string
enum
required
The type of notification this configuration is associated with.
ACCOUNT_SYSTEM_TAG_APPLIEDACCOUNT_SYSTEM_TAG_REMOVED
Allowed:
ACCOUNT_SYSTEM_TAG_APPLIED``ACCOUNT_SYSTEM_TAG_REMOVED
applied_to_type
string
enum
The type of entity the notification configuration is applied to.
ACCOUNTACCOUNTPRODUCT
Allowed:
ACCOUNT``PRODUCT
applied_to_id
string
The ID associated with the entity the notification configuration is applied to. time_offset
string
Time offset from the originating event to schedule the notification for.
periodic_interval
string
The interval at which the recurring notification should be sent.
``201 Returns a notification configuration
``400
Bad Request or Validation Failure.
``401
Unauthorized.
``403
Forbidden.
``404
Product or Account not found
``409
Conflict
``422
Invalid input
``429
Too many requests.
``default
Unexpected Error.
Updated 6 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://Contact sales to enable your sandbox/core/v1/notifications/configs
xxxxxxxxxx
curl --request POST \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/core/v1/notifications/configs \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '\n
{\n
"notification_type": "ACCOUNT_SYSTEM_TAG_APPLIED"\n
}\n
'
application/json
``201
Updated6 months ago