Bounce
Bounce handling involves recording bounce messages into bounce records, which are implemented using this bounce API and model. Administrator can view bounce records in web console or through API explorer. Bounce record is for internal use and should be read-only under normal circumstances.
Model Schema
The API operates on following data model fields:
Name | Attributes | ||||
---|---|---|---|---|---|
channel name of the delivery channel. Valid values: email, sms. |
| ||||
userChannelId user's delivery channel id, for example, email address. |
| ||||
hardBounceCount number of hard bounces recorded so far |
| ||||
state bounce record state. Valid values: active, deleted. |
| ||||
bounceMessages array of recorded bounce messages. Each element is an object containing the date bounce message was received and the message itself. |
| ||||
latestNotificationStarted latest notification started date. |
| ||||
latestNotificationEnded latest notification ended date. |
| ||||
created date and time bounce record was created |
| ||||
updated date and time of bounce record was last updated |
| ||||
id config id |
|