Tessra
Menu

Paste these commands into Snowflake to run your first governed action.

RequestPolicyApprovalExecutionReceipt

Tessra

Ad spend

Use packaged keys after the Ad Spend starter is enabled in your Native App (Snowpark session).

Keys

  • ad_budget.increase
  • campaign.pause / resume, account.topup

Cortex submit

CALL APP.REQUEST_ACTION_FROM_CORTEX(
  'ad_budget.increase',
  OBJECT_CONSTRUCT('amount', 5000, 'currency', 'USD'),
  'Approval-band demo'
);

Poll

CALL APP.GET_ACTION_STATUS_FOR_CORTEX(
  '<intent_id>'
);

Bands (illustrative)

For ad_budget.increase: mid band requires approval when Slack is configured—see Configure approvals.

More