Actions71
- Settings Actions
- Subscribers Actions
- Create Subscriber
- Manage Subscriber Lists By Query
- Get Subscribers
- Delete Subscriber By List
- Get Subscriber By Id
- Update Subscriber By Id
- Delete Subscriber By Id
- Manage Subscriber Lists
- Manage Subscriber List By Id
- Manage Blocklist By Subscriber List
- Manage Blocklist Subscribers By Id
- Export Subscriber Data By ID
- Get Subscriber Bounces By Id
- Delete Subscriber Bounces By Id
- Subscriber Send Optin By Id
- Delete Subscriber By Query
- Blocklist Subscribers Query
- Bounces Actions
- Import Actions
- Campaigns Actions
- Update Preview Campaign By Id
- Get Campaigns
- Create Campaign
- Get Campaign By Id
- Update Campaign By Id
- Delete Campaign By Id
- Get Running Campaign Stats
- Get Campaign Analytics
- Preview Campaign By Id
- Preview Campaign Text By Id
- Update Campaign Status By Id
- Update Campaign Archive By Id
- Create Campaign Content By Id
- Test Campaign By Id
- Media Actions
- Templates Actions
- Public Actions
- Miscellaneous Actions
- Admin Actions
- Logs Actions
- Lists Actions
- Transactional Actions
- Maintenance Actions
Overview
This node interacts with the Listmonk API to retrieve detailed information about a specific bounce by its unique identifier. It is useful in scenarios where you need to analyze or manage email bounces individually, such as troubleshooting delivery issues or maintaining email list hygiene. For example, you can use this node to fetch bounce details for a particular email campaign or subscriber.
Use Case Examples
- Retrieve bounce details by providing the bounce ID to investigate why an email was not delivered.
- Use the node to fetch bounce information as part of an automated workflow for email list management.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the bounce to retrieve. This is a required numeric input. |
| Request Options | Optional settings to customize the API request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout. |
Output
JSON
id- The unique identifier of the bounce record.email- The email address associated with the bounce.bounceType- The type or category of the bounce.timestamp- The date and time when the bounce occurred.details- Additional information or metadata about the bounce.
Dependencies
- Listmonk API
Troubleshooting
- Ensure the provided bounce ID is valid and exists in the Listmonk system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests time out or fail to connect.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
- Verify that the API credentials (base URL and API key) are correctly configured in the node credentials.