I have a url that takes me to a jpg of a lead card (clients fill them out and then mail them back in). The URL currently sits in a custom field of “leadimageurl” in Go High Level. I’d like to be able to grab that url, download the jpg, convert to a pdf and then email it out to the agent.
The workflow in GHL would be > agent assigns a specific tag to the lead > it webhooks out to n8n > pdf is created and then emailed to agent from n8n.
We can’t bulk download, print, or email leads in GHL, and we’re having issues loading PDFs into the contact itself in GHL, so we need to webhook out to create the PDF and email to agents so they can print them off.
New to this side of programming/webhooks/API usage so just trying to see where to start. Thank you!