Skip to content

[🌐 INTERNATIONAL] Tellows API Request #268

Description

@PocketFR

The regex/workflow

Use Tellows API (You can adjust the domain name to your country)

{
	"id": 1,
	"desc": "Tellows",
	"actions": [
	  {
		"type": "ParseIncomingNumber",
		"numberFilter": ".*"
	  },
	  {
		"type": "HttpDownload",
		"method": 0,
		"url": "https://www.tellows.com/basic/num/%2B{cc}{domestic}?json=1",
		"header": "",
		"body": ""
	  },
	  {
		"type": "ParseQueryResult",
		"negativeSig": "\"score\":\"(7|8|9)\"",
		"negativeFlags": 5,
		"positiveSig": "\"score\":\"(1|2|3)\"",
		"positiveFlags": 5,
		"categorySig": "",
		"categoryFlags": 5
	  },
	  {
		"type": "FilterSpamResult"
	  },
	  {
		"type": "ImportToSpamDB",
		"importReason": "Manually"
	  }
	],
	"enabled": true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    share regex/workflowshare your regex, API query, report or workflow template, it will be synchronized to the wiki page.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions