Hello, sorry to come and disturb you with this but I don’t know where to look.
My zaps are not triggered because the triggers are not launched when a post is published. All the configuration is good according to Zapier and the connection to ghost is in success. It does detect an example post during configuration.
I’m on the latest version of ghost, 3.15.3, but I did have the same problem in 3.x. Deployed via docker, with letsencrypt for SSL and apache in reverse proxy.
The configuration has not changed since the old versions which worked without worries (don’t remember release number)
I tested calls on the API via postman by making a custom integration and no worries.
can be a configuration reverse proxy side? but I don’t see any reason. If someone has an idea
@pierre_brisorgueil do you have anything in your Docker/hosting setup that may be stopping Ghost making external requests?
One quick way to test this could be pasting a YouTube URL into a new paragraph in the editor, if external requests are working then it should automatically convert into an embed card.
I don’t know a huge amount about docker but I don’t think those configs will be where your problem lies. You should look into your bridge network setup to make sure your containers can access the outside world or possibly into any firewalls you have set up.