Been playing around with some APIs lately but I’m having trouble setting up this one. So from my understanding I first need to use the POST function to get a key from Snov (the API I’m using).
However when setting it up nothing happens. Am I doing this right? (image below). Here’s the API doc: https://snov.io/api (also image below from relevant part)
With this type of api you need to use “OAuth2 Custom Token” and not “None or self-handled” In this case you’ll not have to worry about expiry of your token as bubble will handle it. Again bubble with auto-add Bearer to returned token.
I received an email today from Snov.IO saying that Domain Search V1 is being fully deprecated on Aug 31st, 2020, and I should switch to Domain Search V2.
Have you seen this?
The main differences are:
It uses GET and not POST
For obtaining more than 100 email addresses, they use a parameter of lastId rather than offset.
However, I’m having trouble getting it to work.
The API call initializes properly, but my workflow never proceeds to the step immediately following the API call.
It’s not than an update was pushed per se, but rather that V1 of the Domain Search API call will not work come Sep 1, so anyone who is using it needs to switch to V2.
Unfortunately, using V2 seems to introduce a critical error.