action callfire_send_texts { label: "Send texts" description: "Use the /texts API to send individual texts quickly. By default all texts are going out from CallFire's dedicated short code. Example: 67076, 818818 etc" provider: callfire method: POST path: "/texts" encoding: json input: { type: "object" properties: { campaignId: { type: "integer" format: "int64" } defaultMessage: { type: "string" } fields: { type: "string" } strictValidation: { type: "boolean" } } additionalProperties: false } output: { description: "~" type: "object" } }