action callfire_find_campaign_sounds { label: "Find sounds" description: "To find all campaign sounds which were created by user. Returns all sounds available to be used in campaigns" provider: callfire method: GET path: "/campaigns/sounds" encoding: json input: { type: "object" properties: { fields: { type: "string" } filter: { type: "string" } includeArchived: { type: "boolean" } includePending: { type: "boolean" } includeScrubbed: { type: "boolean" } limit: { type: "integer" format: "int32" } offset: { type: "integer" format: "int32" } } additionalProperties: false } output: { description: "~" type: "object" } }