action sakari_contacts_create { label: "Create contact" provider: sakari method: POST path: "/v1/accounts/{accountId}/contacts" encoding: json input: { type: "object" properties: { mergeStrategy: { type: "string" enum: ["append", "core", "remove"] } } additionalProperties: false } output: { type: "object" } }