OptimusBain Posted February 11, 2022 Posted February 11, 2022 Good day, I have integrated my community with sendgrid emails and it works fine. I am wondering it is possible to synchronise the signup forms and add new members to a sendgrid list. Thanks
Marc Posted February 11, 2022 Posted February 11, 2022 This may well be possible by using Zapier. Of course you would need to get yourself set up with zapier, but that would certainly be one way you may be able to achieve this. It will not do it automatically through the standard sendgrid integration
Sonya* Posted February 11, 2022 Posted February 11, 2022 Just now, Marc Stridgen said: This may well be possible by using Zapier. SendGrid has only one action in Zapier -> Send E-Mail. No lists, no subscribes, nothing else, unfortunately. OptimusBain and Marc 2
Solution Marc Posted February 11, 2022 Solution Posted February 11, 2022 1 minute ago, Sonya* said: SendGrid has only one action in Zapier -> Send E-Mail. No lists, no subscribes, nothing else, unfortunately. Ah, thank you for the input there Sonya. You would need development to achieve this, if this is the case @OptimusBain SeNioR- 1
OptimusBain Posted February 11, 2022 Author Posted February 11, 2022 4 minutes ago, Marc Stridgen said: This may well be possible by using Zapier. Of course you would need to get yourself set up with zapier, but that would certainly be one way you may be able to achieve this. It will not do it automatically through the standard sendgrid integration Zapier is a problem. Tried to set it up, sent numerous support requests. Impossible. Besides, in order to set it up (if I could) my server would become more vulnerable since there would be a single instance of PHP running with the settings required to run zapier, as my webmaster told me. 2 minutes ago, Marc Stridgen said: Ah, thank you for the input there Sonya. You would need development to achieve this, if this is the case @OptimusBain I will try to find a developer for this functionality then. Thanks
Daniel F Posted February 11, 2022 Posted February 11, 2022 What was the issue with setting up Zapier? And when have you tried it?Have you tried it recently? We’ve changed her few things in the last releases to improve the process.
OptimusBain Posted February 11, 2022 Author Posted February 11, 2022 41 minutes ago, Daniel F said: What was the issue with setting up Zapier? And when have you tried it?Have you tried it recently? We’ve changed her few things in the last releases to improve the process. Last time I tried, it was last October 2021. It was impossible to configure my dedicated server. I asked many times, even Charles contacted me. Impossible. The requirements needed are vague. There are many different servers configurations out there, I understand. However, the minimum requirements aren't clear so I gave up.
Daniel F Posted February 11, 2022 Posted February 11, 2022 I guess NGINX and not being able to set up the proper /api/index.php route or probably a missing header? I would really give it another try with the recent version, the November release included some changes which should address your issue🙂 OptimusBain 1
Emediate Posted March 8, 2022 Posted March 8, 2022 I haven't found a direct way to integrate this either. The workaround I came up with is to export the memberlist every few months, honouring those that agreed to receive emails, and then upload that to my Interspire mailing list. It dedupes at the same time, so works perfectly.
Daniel F Posted March 29, 2023 Posted March 29, 2023 Just for reference since this question came up again by somebody linking to this topic: This is the custom redirect rule which you need for nginx for the API folder URL redirect: location /api/ { if (!-e $request_filename){ rewrite ^/api/(.*)$ /api/index.php; } } Thanks to @Chris027 for sharing this a while ago. Emediate, SeNioR- and Maxxius 3
Recommended Posts