Hello, I’ve been trying to push my leads from Make into Instantly but keep coming across the same issue (attached below). I have talked to instantly support, and they said it was on the Make side since the origin says make. I made sure to delete any extra spaces, entered my API after bearer, and tried a bunch of variations of the URL, but I still can’t find this invalid character in the header content. I appreciate any help.
Hey @Arthur_Glinkin - not sure if it’s case-sensitive, have you tried authorization
instead of Authorization
?
Hey Sierra, thanks for answering. I made that change but I’m still having the issue
Got it - I’d suggest triple-checking the Bearer token then unfortunately.
Bearer<space><token>
No line breaks/new lines before or after.
Try getting a new token from Instantly, copy it using their copy button, paste after Bearer<space>
.
Also for the URL - you’ll want to use https://api.instantly.ai/api/v2/leads
(this isn’t related to your error but would have been the next error you ran into after fixing the token issue)
Good luck, let me know how it goes.
Thanks, I’ll try it out!
Hi @Arthur_Glinkin,
You can try using the blueprint below. As @SierraV mentioned, the URL has issues. Also, if you need to add a lead to a campaign, make sure to include the correct campaign ID.
Additionally, double-check that the API key or token you’re using is from the V2 version.
You can directly test the token here: https://developer.instantly.ai/api/v2/lead/createlead
blueprint.json (12.3 KB)
I got it all figured out. Thanks for the help! Real quick, is there any way to import the title of the lead into the campaign? I don’t don’t see the title header in the API documentation.
Hi @Arthur_Glinkin,
There is no default field to store the Title, but you can create a custom field and add data to it.
Here’s how to map a custom field in the API:
Thank you so much for the help!