Ghost x Zapier - error message

When trying to connect Zapier to Ghost, I get the following error:

We hit an error adding your new account
authentication failed: request to https://URL/ghost/api/v0.1/authentication/token failed, reason: connect ECONNREFUSED IPADDRESS:443

Make sure you click “Allow” or “Accept” on the permission popup
Double check your Account has the correct permissions
Check out our help docs for more information

Using a self-hosted version of Ghost 1.22.2

When opening this URL directly in the browser, I get:

{“errors”:[{“message”:“Resource not found”,“errorType”:“NotFoundError”}]}

It’s saying that Zapier’s servers were unable to reach your blog. This is unlikely to be a problem within Ghost so you need to double check your hosting setup to ensure that your API routes are available on HTTPS, they’re open for external hosts and that you’re not filtering any specific HTTP verbs such as POST.

That’s expected because there’s no GET endpoint for that URL, you can only POST to it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.