action contract_p_post_blue_dots_resource { label: "Get the Blue Dots statistics for the inbox" description: "Compute and return the blue dots statistics, optionally restricted to date range, fields and versions\n\n**Permission required:** submit" provider: contract_p method: POST path: "/stats/{inbox_id}/blue_dots" encoding: json output: { type: "object" additionalProperties: true } }