Install docker-zapier into a Twenty docker instance
Hi everyone,
I manage a twenty docker instance, and I would like to install twenty-zapier package into.
From your zapier-app documentation page https://twenty.com/developers/section/backend-development/zapier, I can see the setup is based on a yarn install triggered from
packages/twenty-zapier
directory.
Can you confirm please that this is the only existing method, even for a zapier docker instance ? Because I guess I would need to do it again when my docker container get killed.
Or maybe for the moment the Zapier App setup is not designed for twenty docker instances ?
Regards, and thanks for your work !4 Replies
Like you wrote, that's the only way to host it, twenty-zapier doesn't have it's own container as you can see here https://hub.docker.com/u/twentycrm
@Crosp @ɃØĦɆᵾS - I wish this was documented a little more. I'm trying to use zapier, but the state for the zapier trigger (update/create) isn't being picked up by zapier. Is that package still a requirement for zapier?
I remember that @martmull was fixing something with Zapier week ago, did you pull his fixes maybe?
twenty-zapier contains some code to deploy a zapier integration, on Zapier itself. You cannot deploy that on any server
we deploy that code to our Twenty Zapier integration
And you can use this one to create some automation with your twenty self-hosted instance
https://zapier.com/app/connections/twenty
I agree that stuff is not properly documented. is it clearer with the messages above?