action envoice_payment_link_api_new { label: "Create a payment link" provider: envoice method: POST path: "/api/paymentlink/new" encoding: json input: { type: "object" properties: { "x-auth-key": { type: "string" } "x-auth-secret": { type: "string" } } required: ["x-auth-key", "x-auth-secret"] additionalProperties: false } output: { type: "integer" format: "int32" } }