Anyone gotten Twenty -> Zapier -> Slack to work?
Hi everyone, when I'm trying to set up notifications for Created & Updated records as well as moved between different opportunity stages it seems to not work as expected. Anyone have any pro tips? π
I simply create a Company created in the Twenty config in Zapier and then I do Record name in Record opportunities stage and it works in the test, but then it never pushes any more updates after that. I only get the message in Slack for the actual test case from Zapier, in this case "Ribbn" added in "SCREENING".
Any ideas how to get it to work for all Companies created and all Opportunity stages?
Cheers
14 Replies
Hey thank you for reaching us, are you self hosting?
Yes!
Hey, @Andreas. I think you have those zap values hard set. I was using zaps just fine, I've since moved over to n8n on a self hosted instance.
@Raph - when I set up the Twenty trigger it shows like this, and I have to choose one record (i.e. Ribbn in the example above). Then in the Slack config it shows the hardcoded like that. So not sure how to get around it tbh?
If you are self hosting, the issue is likely due to your worker not working. You can check by setting a webhook in your settings using this webhook test website https://webhook-test.com/
Webhook Tester | Webhook Testing Tool
Experience instant, free access to a unique URL and email address at webhook-test.com. Test, inspect, and automate incoming HTTP requests effortlessly with our powerful tools, including a visual workflow editor and customizable scripts. Streamline your testing process and enhance your automation
Zapier trigger works with twenty webhooks, and webhooks needs the worker to be running. Zapier testing just simulates the webhook action, and test the Slack action of posting a message.
Twenty - Local Setup
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
Hmm, ok@martmull will try to test it! But question, does these actions require SSL to be setup? I read somewhere that some features does not work without SSL.
That one does not need ssl
In fact I need to check that point one sec
I confirm that SSL is not required to run the worker or the app (only recommended in production)
Alright! Because my worker is running as it should be I think. But running webhook-test.com didn't return anything it seems like.. π€
Mmh, ok, can you connect to the worker container to see the logs ?
Yes, anything specific I should check for in the log? I just tested the zapier connection again with the same problem. And the docker log for worker looks like attached.
Looks you only have the logs of a properly working worker. I only see the database initialization logs. @charles any idea on that?