action contract_p_post_connections_resource { label: "Create connection" description: "Create a new connection bound to the given scope (can be a project or inbox)\n\n**Permission required:** edit_integrations" provider: contract_p method: POST path: "/connections" encoding: json input: { type: "object" properties: { "X-Fields": { type: "string" format: "mask" } } additionalProperties: false } output: { type: "object" } }