Skip to content

Results

Description

The results object should be sent when you want to end configuration of the app and trigger the Initialize request to be sent. You provide the key-value pairs of data you want access to and we will send these in the Initialize request within a card_creation_options object.

Example Object

results: { "key": "value" } // Can be more than one pair