action callfire_find_text_auto_replys { label: "Find auto replies" description: "Find all text autoreplies created by user. Returns a paged list of TextAutoReply" provider: callfire method: GET path: "/texts/auto-replys" encoding: json input: { type: "object" properties: { fields: { type: "string" } limit: { type: "integer" format: "int32" } number: { type: "string" } offset: { type: "integer" format: "int32" } } additionalProperties: false } output: { description: "~" type: "object" } }