action data2crm_create_lead_entity { label: "POST for lead" description: "Add lead into the system" provider: data2crm method: POST path: "/application/entity/lead" encoding: json input: { type: "object" properties: { "X-API2CRM-APPLICATION-KEY": { type: "string" } "X-API2CRM-DESCRIBE-LIFETIME": { type: "string" } "X-API2CRM-NATIVE-ENABLE": { type: "string" } "X-API2CRM-USER-KEY": { type: "string" } } required: ["X-API2CRM-APPLICATION-KEY", "X-API2CRM-USER-KEY"] additionalProperties: false } output: { type: "object" additionalProperties: true } }