NextGen Knowledge Center

Destination Settings

These are general settings that apply to all destination connectors. They include configuring the destination queue, whether to validate responses, and whether to re-attach attachments on outbound messages.

ItemNameDescription
AQueue Messages
  • Never: Disable the destination queue.
  • On Failure: Attempt to send the message first before queuing it. This will allow subsequent destinations and the Postprocessor to use the response from this destination if it successfully sends before queuing.
  • Always: Immediately queue the message. Subsequent destinations and the Postprocessor will always see this destination's response as QUEUED.
BAdvanced Queue SettingsConfigure how often to re-attempt queued messages, increase queue threads, and more.
CValidate ResponseSelect Yes to validate the response. Responses can only be validated if the response transformer's inbound properties contains a Response Validation section. If validation fails, the message will be marked as queued or errored. For additional information, see Data Types.
DReattach Attachments
  • If enabled, replacement tokens using the ${ATTACH:...} syntax are automatically replaced with the associated attachment content before the message is sent.
  • If disabled, the tokens are expanded to the full ${ATTACH:channelId:messageId:attachmentId} syntax which can then be reattached in downstream channels.

For additional information, see Attachment Handlers.