Hi everyone,
I’m trying to send a POST request from Zapier to a Stape Meta CAPI Gateway I created (on their $10 Meta plan). Everything is set up correctly in Zapier, including the URL, headers (api_key and Content-Type), and JSON payload.
The endpoint I'm using is:
https://capi.stape.io/capi/v1/ngtkgjyk
But every time I test the Zap, I get this error:
Failed to create a request in Webhooks by Zapier
request to https://capi.stape.io/capi/v1/ngtkgjyk failed, reason: getaddrinfo ENOTFOUND capi.stape.io
I’ve also tried visiting the endpoint directly in my browser and confirmed the URL returns DNS_PROBE_FINISHED_NXDOMAIN
, meaning the subdomain can’t be reached.
It seems like Zapier can’t resolve capi.stape.io
, but I don’t know if this is a DNS issue on Stape’s side or if I’m missing something in Zapier.
Any help would be appreciated!
Thanks,
Tony