Hi @admin_mike @nathaniel .
I have some struggle with my You don't have permission to access that Pickaxe! pickaxe.
-
It needs to call n8n webhook and receive response with sent LinkedIn profile latest posts - to then use it as a source data for all future questions from user
-
Well, it ust sometimes crashes and return error. Obviously even before calling the webhook.
-
Also the pickaxe prompts are somewhat overcomplicated, but this is due to I struggle a lot to explain AI what data it get (and what it doesn’t), because it either trying to scrape LinkedIn profile directly, or anyway thinks it’s profile data, but not profile posts data even so it’s very clear from the webhook response data.
This is the example response data, but chatbot keeps saying it doesn’t have number of engagements or links:
[
{
“data”: [
{
“Hailey Brooke Weiss’s post 16m ago”: “Remember this is what 500 people looks like next time you’re unhappy with getting 500 views on a post ”,
“Link to this post”: “Hailey Brooke Weiss on LinkedIn: Remember this is what 500 people looks like next time you’re unhappy with…”,
“Post reactions”: “1”,
“Post comments”: “0”,
“Reposts”: “0”
},
{
“Nate Stoltenow’s post 2mo ago”: “If you had just 24 hours to save your job, how would you spend it?\n\nYou wouldn’t spend it:\n\n↳ Updating your CRM\n↳ Waiting for inbound leads\n↳ Perfecting your pitch deck\n↳ Hoping your SDR sets more meetings\n↳ Holding your breath for Marketing’s next case study\n\nStop sweating the small stuff; focus on what truly matters.\n\nP.S. let me know below if you think I’m wrong.”,
“Link to this post”: “Nate Stoltenow on LinkedIn: If you had just 24 hours to save your job, how would you spend it? You… | 11 comments”,
“Post reactions”: “23”,
“Post comments”: “11”,
“Reposts”: “2”
}
]
}
]
Thank you very much for your help!