Add new transaction alert(s)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Transaction alert data to add.
alert_id
Unique identifier for a alert belonging to a transaction. This is the primary key for a transaction alert and should be unique across all transaction alerts. Updates to a transaction alert should be made using this identifier.
timestamp
When this alert was generated in your system, in ISO 8601 format.
check_type
The type of monitoring check that triggered the alert.
Allowed values:
is_test
If the transaction alert is test data, this should be set to true
status
Allowed values:
Response
Transaction alert added successfully
success
Indicates if the write operation was successful.
write_count
The number of records written to the database.
message
Provides additional information about the operation result.
organization_id
The organization ID for which the operation was performed.