action statsocial_post_reports_twitter_create { label: "Used to create twitter follower report" description: "This report uses the twitter followers as the audience. To create custom or tweet reports other methods must be used. Any report older than two days will be automatically regenerated upon create.\n" provider: statsocial method: POST path: "/reports/twitter/create/" encoding: json input: { type: "object" properties: { filter: { type: "string" } twitter_handle: { type: "string" } twitter_id: { type: "integer" } } additionalProperties: false } output: { properties: { data: { type: "object" properties: { report_hash: { type: "string" } } } msg: { type: "string" } success: { type: "string" } } } }