I’m trying to set up an HTTP request to send messages via PhantomBuster. It requires an agent ID which I’ve included in this URL: https://api.phantombuster.com/api/v2/agents/1941809869126451/launch. Although I keep getting the same error message, no matter what I do. ChatGPTs suggestion doesn’t solve my issue, so trying my luck here instead.
Hello @George_Tasan!
Welcome to the community!
Could you run a check on both the credentials and the fields you’re going through?
I’m sure you’ve already done this but from the error it looks like the node can’t find the resource. So make sure the request values are correct.
If everything is correct, could you also provide the specifications of the error?
I’ve checked the credentials several times, GPT instructs me to use this URL https://api.phantombuster.com/api/v2/agents/1941809869126451/launch with the agent ID 1941809869126451 included for the specific phantom I’m using in Phantombuster. I’m also including my API key under the headers section found in the settings of Phantombuster. I’ll attach a screenshot of the phantom I’m using for this.
Very strange, from the error it looks like I can’t see the endpoint.
You can try to generate a new one. I know it’s a very strange method but turn-on-off sometimes works.
Can you try call
curl --request GET \
--url https://api.phantombuster.com/api/v2/orgs/export-agent-usage
See if that works, this will confirm if you can access, you also need to pass authentication.
The docs mention to use a header see screenshot.
It’s expecting X-PhantomBuster-Key header with ure key attached to it.
My guess is it can’t find the resource because of this.
Best regards,
Samuel