action ix_api_contacts_create { label: "contacts_create" description: "Create a new contact." provider: ix_api method: POST path: "/contacts" encoding: json input: { type: "object" } output: { type: "object" } }