The Acquia Lift adaptor allows integration into Acquia Lift. The node allows integration to the Content, Capture, and Decide Acquia Lift function on the Lift Decision endpoint.
Further details on each action can be found in the Acquia Lift API documentation.

The Adaptor Action dropdown has Content (GET method), Capture (POST method), and Decide (POST method).
Content

The Content Action requires the following query parameters:
- site_id
- account_id
- connector_content_id - by default this is set to content_hub and the URL path:
- contentId
Capture

The Capture endpoint requires the following query parameters:
- site_id
- prefetch - by default set to false
- account_id
The capture endpoint also expects a request body to contain the event that is being captured. See the API documentation for more details.
Decide

The Decide endpoint requires the following query parameters:
- site_id
- prefetch - by default set to false
- account_id
The capture endpoint also expects a request body to contain the event that is being captured. See the API documentation for more details.