action postmarkapp_request_spfverification_for_domain { label: "Request DNS Verification for SPF" provider: postmarkapp method: POST path: "/domains/{domainid}/verifyspf" encoding: json input: { type: "object" properties: { "X-Postmark-Account-Token": { type: "string" } domainid: { type: "string" } } required: ["X-Postmark-Account-Token", "domainid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }