-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(integration): ✨ Add Make.com block
- Loading branch information
1 parent
a5491dc
commit 38c53fb
Showing
12 changed files
with
156 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
import { Icon, IconProps } from '@chakra-ui/react' | ||
|
||
export const MakeComLogo = (props: IconProps) => ( | ||
<Icon | ||
viewBox="0 0 195 139" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props} | ||
> | ||
<path | ||
d="M189.89 136.77H156C154.759 136.77 153.569 136.277 152.691 135.399C151.813 134.522 151.32 133.331 151.32 132.09V7.0001C151.328 5.76317 151.824 4.57945 152.701 3.70666C153.578 2.83388 154.763 2.34271 156 2.3401H189.88C191.12 2.33744 192.31 2.82659 193.189 3.70023C194.068 4.57386 194.565 5.76062 194.57 7.0001V132.09C194.572 132.705 194.451 133.314 194.217 133.883C193.982 134.451 193.637 134.967 193.202 135.402C192.768 135.837 192.251 136.182 191.683 136.417C191.114 136.651 190.505 136.771 189.89 136.77V136.77Z" | ||
fill="url(#paint0_linear_132_18)" | ||
/> | ||
<path | ||
d="M32.8198 137.24L2.54979 122C1.4416 121.443 0.600022 120.468 0.210001 119.29C-0.18002 118.113 -0.0865786 116.829 0.469792 115.72L56.6298 3.99999C57.1872 2.89179 58.1617 2.05022 59.3393 1.6602C60.5169 1.27018 61.8011 1.36362 62.9098 1.91999L93.1898 17.13C94.298 17.6874 95.1396 18.6619 95.5296 19.8395C95.9196 21.017 95.8262 22.3013 95.2698 23.41L39.0998 135.16C38.5424 136.268 37.5679 137.11 36.3903 137.5C35.2127 137.89 33.9285 137.796 32.8198 137.24V137.24Z" | ||
fill="url(#paint1_linear_132_18)" | ||
/> | ||
<path | ||
d="M122.23 134.72L146.23 12.9099C146.468 11.697 146.217 10.4388 145.532 9.41022C144.846 8.38162 143.781 7.66611 142.57 7.41994L109.36 0.709944C108.756 0.588979 108.134 0.588219 107.529 0.707709C106.925 0.827198 106.35 1.06459 105.837 1.40634C105.325 1.74808 104.884 2.18747 104.542 2.69941C104.199 3.21135 103.96 3.7858 103.84 4.38994L79.8397 126.21C79.6012 127.424 79.8535 128.684 80.5413 129.713C81.229 130.741 82.2964 131.456 83.5097 131.7L116.71 138.4C117.314 138.524 117.937 138.526 118.542 138.408C119.148 138.29 119.723 138.053 120.237 137.71C120.75 137.368 121.19 136.928 121.532 136.415C121.874 135.901 122.111 135.325 122.23 134.72V134.72Z" | ||
fill="url(#paint2_linear_132_18)" | ||
/> | ||
<defs> | ||
<linearGradient | ||
id="paint0_linear_132_18" | ||
x1="110.22" | ||
y1="92.6901" | ||
x2="201.65" | ||
y2="58.9801" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop offset="0.02" stopColor="#B02DE9" /> | ||
<stop offset="0.8" stopColor="#6D00CC" /> | ||
</linearGradient> | ||
<linearGradient | ||
id="paint1_linear_132_18" | ||
x1="29.9698" | ||
y1="77.31" | ||
x2="128.26" | ||
y2="34.81" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop stopColor="#FF00FF" /> | ||
<stop offset="0.18" stopColor="#E80DF9" /> | ||
<stop offset="0.54" stopColor="#C024ED" /> | ||
<stop offset="0.73" stopColor="#B02DE9" /> | ||
</linearGradient> | ||
<linearGradient | ||
id="paint2_linear_132_18" | ||
x1="7.03968" | ||
y1="108.59" | ||
x2="208.52" | ||
y2="34.4099" | ||
gradientUnits="userSpaceOnUse" | ||
> | ||
<stop offset="0.02" stopColor="#FF00FF" /> | ||
<stop offset="0.09" stopColor="#E80DF9" /> | ||
<stop offset="0.23" stopColor="#C024ED" /> | ||
<stop offset="0.3" stopColor="#B02DE9" /> | ||
<stop offset="0.42" stopColor="#A42BE3" /> | ||
<stop offset="0.63" stopColor="#8527D5" /> | ||
<stop offset="0.85" stopColor="#6021C3" /> | ||
</linearGradient> | ||
</defs> | ||
</Icon> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38c53fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
builder-v2 – ./apps/builder
builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io
38c53fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-v2 – ./apps/viewer
bot.joof.it
talk.gocare.io
bergamo.store
bots.bridge.ai
bot.tvbeat.it
chat.hayuri.id
gollum.riku.ai
app.yvon.earth
yoda.riku.ai
bot.jesopizz.it
fitness.riku.ai
bot.contakit.com
zap.fundviser.in
demo.wemakebots.xyz
bot.danyservice.it
bot.rihabilita.it
bot.dsignagency.com
chatbot.matthesv.de
viewer.typebot.io
88584434.therpm.club
bot.barrettamario.it
92109660.therpm.club
bot.coachayongzul.com
hello.advergreen.com
bot.digitalpointer.id
bot.eikju.photography
bot.outstandbrand.com
bot.robertohairlab.it
criar.somaperuzzo.com
bot.ilmuseoaiborghi.it
bot.pratikmandalia.com
form.bridesquadapp.com
michaeljackson.riku.ai
arrivalx2.wpwakanda.com
87656003.actualizar.xyz
91375310.actualizar.xyz
88152257.actualizar.xyz
bot.hotelplayarimini.it
invite.bridesquadapp.com
link.venturasuceder.com
bot.amicidisanfaustino.it
chat.thehomebuyersusa.com
forms.hiabhaykulkarni.com
typebot-viewer.vercel.app
casestudyemb.wpwakanda.com
herbalife.barrettamario.it
chat.atlasoutfittersk9.com
bot.adventureconsulting.hu
liveconvert.kandalearn.com
homepageonly.wpwakanda.com
mainmenu1one.wpwakanda.com
tarian.theiofoundation.org
bot.seidinembroseanchetu.it
bot.polychromes-project.com
bot.pinpointinteractive.com
bot.seidibergamoseanchetu.it
bot.studiotecnicoimmobiliaremerelli.it
liveconvert2.kandalearn.com
forms.escoladeautomacao.com.br
viewer-v2-git-main-typebot-io.vercel.app
viewer-v2-typebot-io.vercel.app
38c53fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
viewer-v2-alpha – ./apps/viewer
sakuranembro.it
bot.upfunnel.art
zap.techadviser.in
forms.webisharp.com
bot.incusservices.com
stan.vselise.com
chat.hayurihijab.com
boyfriend-breakup.riku.ai
gcase.barrettamario.it
aibot.angrybranding.co.uk
piazzatorre.barrettamario.it
personal-trainer.barrettamario.it
onboarding.libertydreamcare.ie
viewer-v2-alpha-git-main-typebot-io.vercel.app
viewer-v2-alpha-typebot-io.vercel.app
38c53fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
landing-page-v2 – ./apps/landing-page
landing-page-v2-git-main-typebot-io.vercel.app
www.typebot.io
landing-page-v2-typebot-io.vercel.app
typebot.io
www.get-typebot.com
get-typebot.com