ActionTechStackScan
Per-action config for the "Tech Stack Agent" action. The account's website is scanned in a headless browser and the marketing automation platform it runs is written to the chosen Account field. Detection is deterministic and consumes no AI credits.
type ActionTechStackScan {
created_at: DateTime
created_by: User
id: ID!
map_account_custom_field_id: ID
rescan_after_days: Int
updated_at: DateTime
updated_by: User
}
Fields
ActionTechStackScan.created_at ● DateTime scalar
ActionTechStackScan.created_by ● User object
ActionTechStackScan.id ● ID! non-null scalar
ActionTechStackScan.map_account_custom_field_id ● ID scalar
The Account custom field the detected platform is written to. Must be a drop-down field.
ActionTechStackScan.rescan_after_days ● Int scalar
Re-scan an account once its result is older than this many days (null = scan once).
ActionTechStackScan.updated_at ● DateTime scalar
ActionTechStackScan.updated_by ● User object
Member Of
Action object


