From 2d2c2fa509d448430f255495b17d5979dc6488bb Mon Sep 17 00:00:00 2001 From: fresh-interactive Date: Mon, 20 May 2024 14:37:39 -0400 Subject: [PATCH 01/23] Create sources/iterable.json Source schema for Iterable. https://api.iterable.com/api/docs#campaigns_metrics --- sources/iterable.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sources/iterable.json diff --git a/sources/iterable.json b/sources/iterable.json new file mode 100644 index 00000000..caf0d046 --- /dev/null +++ b/sources/iterable.json @@ -0,0 +1,9 @@ +{ + "id": "ITERABLE", + "name": "Iterable", + "categories": ["MARKETING"], + "organization": "ITERABLE", + "iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRkUh0RCP_g7J2GqazxH50Pb-keNRLVpcaybrN9uj1zeQ&s", + "sourceUrl": "https://api.iterable.com/api/campaigns/metrics", + "dataVisibility": ["PRIVATE"] +} From ca87d183554818eb9762e18bcea5de054cde7989 Mon Sep 17 00:00:00 2001 From: fresh-interactive Date: Thu, 20 Jun 2024 17:03:05 -0400 Subject: [PATCH 02/23] Update iterable.json --- sources/iterable.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/iterable.json b/sources/iterable.json index caf0d046..544cc7ec 100644 --- a/sources/iterable.json +++ b/sources/iterable.json @@ -4,6 +4,6 @@ "categories": ["MARKETING"], "organization": "ITERABLE", "iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRkUh0RCP_g7J2GqazxH50Pb-keNRLVpcaybrN9uj1zeQ&s", - "sourceUrl": "https://api.iterable.com/api/campaigns/metrics", + "sourceUrl": "https://api.iterable.com/api/docs#campaigns_metrics", "dataVisibility": ["PRIVATE"] } From e0994fcb4bd481e508b1fc7600399d51e839b90e Mon Sep 17 00:00:00 2001 From: fresh-interactive Date: Thu, 20 Jun 2024 17:25:07 -0400 Subject: [PATCH 03/23] add iterable to organizations --- organizations/iterable.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 organizations/iterable.json diff --git a/organizations/iterable.json b/organizations/iterable.json new file mode 100644 index 00000000..41a36aeb --- /dev/null +++ b/organizations/iterable.json @@ -0,0 +1,6 @@ +{ + "id": "ITERABLE", + "name": "Iterable", + "iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRkUh0RCP_g7J2GqazxH50Pb-keNRLVpcaybrN9uj1zeQ&s", + "orgUrl": "https://iterable.com" +} From 0ef3397658298bf6ef87d856df7c4e122e493b48 Mon Sep 17 00:00:00 2001 From: Ricardo Reghin Date: Mon, 8 Jul 2024 11:26:00 -0300 Subject: [PATCH 04/23] Create inumero.json Create Inumero organization --- organizations/inumero.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 organizations/inumero.json diff --git a/organizations/inumero.json b/organizations/inumero.json new file mode 100644 index 00000000..f2dee5ca --- /dev/null +++ b/organizations/inumero.json @@ -0,0 +1,6 @@ + { + "id": "INUMERO", + "name": "INUMERO", + "iconUrl": "https://inumero.com.br/img/icons/android-chrome-192x192.png", + "orgUrl": "https://inumero.com.br/" + } From fee8335ffefc1552270556ec59435e1b6a97a8b4 Mon Sep 17 00:00:00 2001 From: Ricardo Reghin Date: Mon, 8 Jul 2024 11:39:01 -0300 Subject: [PATCH 05/23] Create inumero.json Create sources Inumero --- sources/inumero.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sources/inumero.json diff --git a/sources/inumero.json b/sources/inumero.json new file mode 100644 index 00000000..ebdc1dd4 --- /dev/null +++ b/sources/inumero.json @@ -0,0 +1,9 @@ +{ + "id": "INUMERO", + "name": "INUMERO", + "categories": ["API", "DATABASE"], + "organization": "INUMERO", + "iconUrl": "https://inumero.com.br/img/icons/android-chrome-192x192.png", + "sourceUrl": "https://www.inumero.com.br/", + "dataVisibility": ["PRIVATE"] +} From 602f1141a16f00d0eb242869a126b4fe59b90f35 Mon Sep 17 00:00:00 2001 From: Chris Wathen <34251245+chriswathen@users.noreply.github.com> Date: Tue, 6 Aug 2024 15:06:21 -0500 Subject: [PATCH 06/23] add Ghost Metrics organization and source --- organizations/ghost_metrics.json | 6 ++++++ sources/ghost_metrics.json | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 organizations/ghost_metrics.json create mode 100644 sources/ghost_metrics.json diff --git a/organizations/ghost_metrics.json b/organizations/ghost_metrics.json new file mode 100644 index 00000000..bd0db8c7 --- /dev/null +++ b/organizations/ghost_metrics.json @@ -0,0 +1,6 @@ +{ + "id": "GHOST_METRICS", + "name": "Ghost Metrics", + "iconUrl": "https://assets.ghostmetrics.io/ghostmetrics-icon.png", + "orgUrl": "https://ghostmetrics.io/" +} diff --git a/sources/ghost_metrics.json b/sources/ghost_metrics.json new file mode 100644 index 00000000..677f6bce --- /dev/null +++ b/sources/ghost_metrics.json @@ -0,0 +1,9 @@ +{ + "id": "GHOST_METRICS", + "name": "Ghost Metrics", + "categories": ["ANALYTICS"], + "organization": "GHOST_METRICS", + "iconUrl": "https://assets.ghostmetrics.io/ghostmetrics-icon.png", + "sourceUrl": "https://ghostmetrics.io", + "dataVisibility": ["PRIVATE"] +} From 60e297d3800b3a42aa9108e987523684f1e75f39 Mon Sep 17 00:00:00 2001 From: fresh-interactive Date: Wed, 7 Aug 2024 10:29:18 -0400 Subject: [PATCH 07/23] Update iterable.json run prettier From 9d7f36942b737862deb605e11a5783d55046a83b Mon Sep 17 00:00:00 2001 From: fresh-interactive Date: Wed, 7 Aug 2024 10:29:46 -0400 Subject: [PATCH 08/23] Update iterable.json run prettier From 9350c6a44f55f4140c1a7c8a190832f42135b12a Mon Sep 17 00:00:00 2001 From: HeatherSoersdal <91738272+HeatherSoersdal@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:03:28 -0400 Subject: [PATCH 09/23] Create etsy.json --- organizations/etsy.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 organizations/etsy.json diff --git a/organizations/etsy.json b/organizations/etsy.json new file mode 100644 index 00000000..0ae26661 --- /dev/null +++ b/organizations/etsy.json @@ -0,0 +1,7 @@ +{ + "id": "ETSY", + "name": "Etsy", + "iconUrl": + "https://s22.q4cdn.com/941741262/files/design/etsy-logo.png", + "orgUrl": "https://www.etsy.com" +} From 7b4fb8c7c75d80d2a8b08c8af71640aa38c2c6b3 Mon Sep 17 00:00:00 2001 From: HeatherSoersdal <91738272+HeatherSoersdal@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:11:16 -0400 Subject: [PATCH 10/23] Create etsy.json --- sources/etsy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sources/etsy.json diff --git a/sources/etsy.json b/sources/etsy.json new file mode 100644 index 00000000..cdaf72e4 --- /dev/null +++ b/sources/etsy.json @@ -0,0 +1,10 @@ +{ + "id": "ETSY", + "name": "Etsy", + "categories": ["ECOMMERCE"], + "organization": "ETSY", + "iconUrl": + "https://s22.q4cdn.com/941741262/files/design/etsy-logo.png", + "sourceUrl": "https://www.etsy.com/", + "dataVisibility": ["PRIVATE"] +} From 48ffb2cacf508cf96f3c2638d345c7a9249f5a36 Mon Sep 17 00:00:00 2001 From: HeatherSoersdal <91738272+HeatherSoersdal@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:04:30 -0400 Subject: [PATCH 11/23] Create salesmanago.json --- organizations/salesmanago.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 organizations/salesmanago.json diff --git a/organizations/salesmanago.json b/organizations/salesmanago.json new file mode 100644 index 00000000..ebe4a608 --- /dev/null +++ b/organizations/salesmanago.json @@ -0,0 +1,6 @@ +{ + "id": "SALESMANAGO", + "name": "SALESmanago", + "orgUrl": "https://www.salesmanago.com/", + "iconUrl": "https://files.salesmanago.pl/smweb/logo/badge_green.png" +} From d7117dc1cd14c7e1db53da883d91595095eb2ec4 Mon Sep 17 00:00:00 2001 From: HeatherSoersdal <91738272+HeatherSoersdal@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:26:19 -0400 Subject: [PATCH 12/23] Create salesmanago.json --- sources/salesmanago.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sources/salesmanago.json diff --git a/sources/salesmanago.json b/sources/salesmanago.json new file mode 100644 index 00000000..f2144f5b --- /dev/null +++ b/sources/salesmanago.json @@ -0,0 +1,9 @@ +{ + "id": "SALESMANAGO", + "name": "SALESmanago", + "categories": ["MARKETING", "CRM"], + "organization": "SALESMANAGO", + "iconUrl": "https://files.salesmanago.pl/smweb/logo/badge_green.png", + "sourceUrl": "https://www.salesmanago.com/", + "dataVisibility": ["PRIVATE"] +} From 9476cc624bcedb3b4499cdb4384f97b86af16fba Mon Sep 17 00:00:00 2001 From: Marc-Olivier Sercki Date: Sun, 1 Sep 2024 08:16:58 +0200 Subject: [PATCH 13/23] add bubble organisation and source --- organizations/bubble.json | 7 +++++++ sources/bubble.json | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 organizations/bubble.json create mode 100644 sources/bubble.json diff --git a/organizations/bubble.json b/organizations/bubble.json new file mode 100644 index 00000000..ac4340e8 --- /dev/null +++ b/organizations/bubble.json @@ -0,0 +1,7 @@ +{ + "id": "BUBBLE", + "name": "Bubble", + "iconUrl": + "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_a0c0df848f7bec900334406179f9beaf/bubble.png", + "orgUrl": "https://bubble.io/" +} diff --git a/sources/bubble.json b/sources/bubble.json new file mode 100644 index 00000000..2a3347ce --- /dev/null +++ b/sources/bubble.json @@ -0,0 +1,10 @@ +{ + "id": "BUBBLE", + "name": "Bubble", + "categories": ["DATABASE", "DATA_COLLECTION", "TOOLS"], + "organization": "BUBBLE", + "iconUrl": + "https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_a0c0df848f7bec900334406179f9beaf/bubble.png", + "sourceUrl": "https://bubble.io/", + "dataVisibility": ["PRIVATE"] +} From 2affbda705aa47d6b89fb38209a10769b7876760 Mon Sep 17 00:00:00 2001 From: Digital-MicroEnterprise <40577734+Digital-MicroEnterprise@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:25:25 -0400 Subject: [PATCH 14/23] Create beehiiv.json --- organizations/beehiiv.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 organizations/beehiiv.json diff --git a/organizations/beehiiv.json b/organizations/beehiiv.json new file mode 100644 index 00000000..88556d54 --- /dev/null +++ b/organizations/beehiiv.json @@ -0,0 +1,6 @@ +{ + "id": "BEEHIIV", + "name": "beehiiv", + "iconUrl": "https://beehiiv-marketing-images.s3.amazonaws.com/Redesign2023/favicon.png", + "orgUrl": "https://www.beehiiv.com/" +} From ac226791380cd11d2d85d9372a67a99121cd5f6b Mon Sep 17 00:00:00 2001 From: Digital-MicroEnterprise <40577734+Digital-MicroEnterprise@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:28:35 -0400 Subject: [PATCH 15/23] Create ccv_shop.json --- organizations/ccv_shop.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 organizations/ccv_shop.json diff --git a/organizations/ccv_shop.json b/organizations/ccv_shop.json new file mode 100644 index 00000000..361a4603 --- /dev/null +++ b/organizations/ccv_shop.json @@ -0,0 +1,6 @@ +{ + "id": "CCV_SHOP", + "name": "CCV Shop", + "iconUrl": "https://www.ccvshop.nl/favicon-32x32.png", + "orgUrl": "https://www.ccvshop.nl/" +} From 4a32b483531d997186117a3553dd40f6b95f4052 Mon Sep 17 00:00:00 2001 From: Digital-MicroEnterprise <40577734+Digital-MicroEnterprise@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:30:28 -0400 Subject: [PATCH 16/23] Create jobber.json --- organizations/jobber.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 organizations/jobber.json diff --git a/organizations/jobber.json b/organizations/jobber.json new file mode 100644 index 00000000..61c0f5dc --- /dev/null +++ b/organizations/jobber.json @@ -0,0 +1,6 @@ +{ + "id": "JOBBER", + "name": "Jobber", + "iconUrl": "https://getjobber.com/wp-content/uploads/2024/04/cropped-favicon-2-32x32.png", + "orgUrl": "https://getjobber.com/" +} From a1e851f469d3fdff21ef3ca2786ecda1650eaa60 Mon Sep 17 00:00:00 2001 From: Digital-MicroEnterprise <40577734+Digital-MicroEnterprise@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:33:31 -0400 Subject: [PATCH 17/23] Create beehiiv.json --- sources/beehiiv.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sources/beehiiv.json diff --git a/sources/beehiiv.json b/sources/beehiiv.json new file mode 100644 index 00000000..ffa047e0 --- /dev/null +++ b/sources/beehiiv.json @@ -0,0 +1,13 @@ +{ + "id": "BEEHIIV", + "name": "beehiiv", + "categories": [ + "EMAIL" + ], + "organization": "BEEHIIV", + "iconUrl": "https://beehiiv-marketing-images.s3.amazonaws.com/Redesign2023/favicon.png", + "sourceUrl": "https://www.beehiiv.com/", + "dataVisibility": [ + "PRIVATE" + ] +} From e629e2ba0406f8d7593c8821bb751a92a2856332 Mon Sep 17 00:00:00 2001 From: Digital-MicroEnterprise <40577734+Digital-MicroEnterprise@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:36:06 -0400 Subject: [PATCH 18/23] Create ccv_shop.json --- sources/ccv_shop.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sources/ccv_shop.json diff --git a/sources/ccv_shop.json b/sources/ccv_shop.json new file mode 100644 index 00000000..f05e92dc --- /dev/null +++ b/sources/ccv_shop.json @@ -0,0 +1,13 @@ +{ + "id": "CCV_SHOP", + "name": "CCV Shop", + "categories": [ + "ECOMMERCE" + ], + "organization": "CCV_SHOP", + "iconUrl": "https://www.ccvshop.nl/favicon-32x32.png", + "sourceUrl": "https://www.ccvshop.nl/", + "dataVisibility": [ + "PRIVATE" + ] +} From 0473b0a7269b1824a53aaeaa013188f35bf9048b Mon Sep 17 00:00:00 2001 From: Digital-MicroEnterprise <40577734+Digital-MicroEnterprise@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:38:52 -0400 Subject: [PATCH 19/23] Create jobber.json --- sources/jobber.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sources/jobber.json diff --git a/sources/jobber.json b/sources/jobber.json new file mode 100644 index 00000000..1a20b47b --- /dev/null +++ b/sources/jobber.json @@ -0,0 +1,13 @@ +{ + "id": "JOBBER", + "name": "Jobber", + "categories": [ + "FIELD_SERVICE_MANAGEMENT" + ], + "organization": "JOBBER", + "iconUrl": "https://getjobber.com/wp-content/uploads/2024/04/cropped-favicon-2-32x32.png", + "sourceUrl": "https://getjobber.com/", + "dataVisibility": [ + "PRIVATE" + ] +} From 73bdee5e58d7259e4cf70124d02d8374e4d06a47 Mon Sep 17 00:00:00 2001 From: Shwetagni Karad <112082430+shwetagninkarad@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:28:00 +0530 Subject: [PATCH 20/23] Create datastore --- sources/datastore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sources/datastore diff --git a/sources/datastore b/sources/datastore new file mode 100644 index 00000000..20432ecd --- /dev/null +++ b/sources/datastore @@ -0,0 +1,10 @@ +{ + "id": "DATASTORE", + "name": "Datastore", + "categories": ["DATABASE"], + "organization": "GOOGLE", + "iconUrl": + "https://www.google.com/url?sa=i&url=https%3A%2F%2Fpnghut.com%2Fpng%2Fh9hf1jajK7%2Fgoogle-cloud-platform-storage-computing-microsoft-azure-business-transparent-png&psig=AOvVaw3ercMwy1tYww015UCAyozw&ust=1726311407438000&source=images&cd=vfe&opi=89978449&ved=0CBQQjRxqFwoTCJjB4q3hv4gDFQAAAAAdAAAAABAE", + "sourceUrl": "https://cloud.google.com/products/datastore", + "dataVisibility": ["PRIVATE"] +} From a493fe8d1b157e2d78f7267cd7281957d871fa32 Mon Sep 17 00:00:00 2001 From: enmaleonis <126872077+enmaleonis@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:20:02 +0200 Subject: [PATCH 21/23] Create WorkMeter.json --- sources/WorkMeter.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sources/WorkMeter.json diff --git a/sources/WorkMeter.json b/sources/WorkMeter.json new file mode 100644 index 00000000..ebd83bee --- /dev/null +++ b/sources/WorkMeter.json @@ -0,0 +1,8 @@ +{ + "id": "WORKMETER", + "name": "WorkMeter", + "categories": ["BUSINESS TOOLS"], + "organization": "WORKMETER SL", + "iconUrl": "https://www.workmeter.com/wp-content/uploads/2024/09/Logo_WorkMeter.png", + "dataVisibility": ["PRIVATE"] +} From fd0faab69d5adf60de4f4a2311a288014f2ecd0d Mon Sep 17 00:00:00 2001 From: enmaleonis <126872077+enmaleonis@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:20:02 +0200 Subject: [PATCH 22/23] Create WorkMeter.json --- sources/WorkMeter.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sources/WorkMeter.json diff --git a/sources/WorkMeter.json b/sources/WorkMeter.json new file mode 100644 index 00000000..ebd83bee --- /dev/null +++ b/sources/WorkMeter.json @@ -0,0 +1,8 @@ +{ + "id": "WORKMETER", + "name": "WorkMeter", + "categories": ["BUSINESS TOOLS"], + "organization": "WORKMETER SL", + "iconUrl": "https://www.workmeter.com/wp-content/uploads/2024/09/Logo_WorkMeter.png", + "dataVisibility": ["PRIVATE"] +} From be404baa4ecca0bc5820468829bc356d4b0906db Mon Sep 17 00:00:00 2001 From: matthias Date: Thu, 19 Sep 2024 17:16:36 +0200 Subject: [PATCH 23/23] auth0 --- organizations/auth0.json | 7 +++++++ sources/auth0.json | 10 ++++++++++ 2 files changed, 17 insertions(+) create mode 100644 organizations/auth0.json create mode 100644 sources/auth0.json diff --git a/organizations/auth0.json b/organizations/auth0.json new file mode 100644 index 00000000..2793a619 --- /dev/null +++ b/organizations/auth0.json @@ -0,0 +1,7 @@ +{ + "name": "Auth0", + "id": "AUTH0", + "iconUrl": + "https://windsor.ai/wp-content/uploads/2024/09/auth0.png", + "orgUrl": "https://auth0.com/" +} diff --git a/sources/auth0.json b/sources/auth0.json new file mode 100644 index 00000000..acf1454d --- /dev/null +++ b/sources/auth0.json @@ -0,0 +1,10 @@ +{ + "id": "AUTH0", + "name": "Auth0", + "categories": ["ECOMMERCE"], + "organization": "TOOLS", + "iconUrl": + "https://windsor.ai/wp-content/uploads/2024/09/auth0.png", + "sourceUrl": "https://auth0.com/", + "dataVisibility": ["PRIVATE"] +}