RESPOND_SUCCESS

Responds to an incoming request with a success message. Action is loggable and can be used for goal tracking. Multiple RESPOND_SUCCESS actions can be called in a single data flow. Only the first encountered RESPOND_SUCCESS will actually be delivered to the client.

Properties

Code
response_successCode

Response code used when successfully responding to inbound requests

Log Identifier
response_successMessage

Message sent to clients when responding that the action was successful. Also used as the identifier when recording the success log. Accepts template syntax. Success logs are searchable by this value. Please set this to make your success logs easier to interpret.

Format
response_successFormat

The syntax used to format your response body.

valid options
application/jsonJSON (Javascript Object Notation). Common format for communication between computer systems.
text/plainThe raw unparsed data in a text document
text/xmlUses XML syntax and structure. Common format for communication between computer systems.
text/htmlResponse is in HTML and is designed to be interpreted by a person viewing the results in a webpage
text/csvComma delimited flat file. Use this when importing the data into spreadsheet software.

Log as System Success
response_logSuccess

Enable to record the success log so that it may be reviewed in the admin panel.

Template
response_template

The template used as the response body data. Accepts template syntax.

Use Template
response_useTemplate

Enable to use the template as the response data instead of the default preformatted field data.

Output Data Key
response_successFormatCollectionKey

Use Item Identifier
response_useItemIdentifier

Item Identifier
response_itemIdentifier

fields

A set of records that are used to define process data keys that are to be included when executing various actions.