Skip to content

Commit

Permalink
Add ClickFunnels service (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasread committed Jun 29, 2021
1 parent b91ef14 commit 611f19b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions services/clickfunnels/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"config": {
"name": "ClickFunnels",
"label": "ClickFunnels",
"description": "A website and funnel builder that helps businesses sell their products and services online",
"category": "ecommerce"
},
"records": [
{
"name": "",
"type": "ALIAS",
"content": "target.clickfunnels.com",
"ttl": 3600
},
{
"name": "www",
"type": "URL",
"content": "https://{{domain}}",
"ttl": 3600
}
]
}
Binary file added services/clickfunnels/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions services/clickfunnels/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ClickFunnels](https://www.clickfunnels.com/) is a website and funnel builder that helps businesses sell their products and services https://www.clickfunnels.com/

0 comments on commit 611f19b

Please sign in to comment.