I keep running into an error in the personalised email workflow using Airtable. I've tried swapping the Perplexity API and adding a new HTTP node, but still no joy. Any advice would be greatly appreciated! Thanks
##Your request is invalid or could not be processed by the service
413 Payload Too Large The request entity exceeds the maximum allowed.##
{
"model": "llama-3.1-sonar-small-128k-online",
"messages": [
{
"role": "system",
"content": "Provide indepth research about this person"
},
{
"role": "user",
"content": "Name: {{ $json['First Name'] }} {{ $json['Last Name'] }}, Linkedin profile: {{ $json['Linkedin'] }} at {{ $json['Company name'] }}, Company_Linkedin: {{ $json['Linkedin_Company'] }}"
}
],
"return_citations": true
}