Make API Error
Hello I have created a Prompt Extraction and it works everywhere else except for Make. I am not sure why. I have troubleshooted multiple times and it just does not seem to work for some reason.

6 Replies
Hey Chowederr, could you give us more info about the error? We'd love to look into it
Sure. So this works eerywhere expect for Make for aome reason
{
"url": "https://www.racers-behindthehelmet.com/post/ella-lloyd-joins-f1-academy-grid-as-singapore-wild-card",
"formats": ["extract"],
"onlyMainContent": false,
"extract": {
"prompt": "Extract the following information from the article focusing on women in motorsports:\n\n1. Summary of the Article: Summarize the article in three bullet points, starting with the most impressive fact of the story.\n2. Relevant Tags: Extract all relevant tags including the names of all women mentioned (in lowercase and without accents), race names, and tracks. Exclude all male names. List the tags separated by commas.\n3. Potential Headlines: Create three SEO-friendly headlines of around 80 characters highlighting the most notable accomplishment by any female racer mentioned in the article.\n4. Meta Description: Write a concise meta description of approximately 140 characters mentioning the main women covered in the article.\n5. Upcoming Events: Note any upcoming events related to the content of the article. Do not include a header, just list the events with their dates.\n\nIf no information is available for any of the above, write 'no info'.",
"schema": {
"type": "object",
"properties": {
"article_summary": { "type": "string" },
"relevant_tags": { "type": "string" },
"potential_headlines": {
"type": "array",
"items": { "type": "string" }
},
"meta_description": { "type": "string" },
"upcoming_events": {
"type": "array",
"items": { "type": "string" }
}
},
"required": [
"article_summary",
"relevant_tags",
"potential_headlines",
"meta_description"
]
}
},
"actions": [
{
"type": "wait",
"milliseconds": 6000
}
]
}
Just checking back up on this.
I think you should reach out to make!
If its only there, its probably an issue on their end
It is no issue - I just think you should say formatting will be different. This was an exact copy from your blog and did not work.
Also I made a GPT to do this - so when the cURL is sent, I have it give it to me to put in Make and did not work multiple times
Just a heads up.
I see, this is more reason for us to build a make.com integration natively
That would be cool - I do think ChatGPT should fix things up but yea.
I am also a Make partner and run an Enterprise account so it would be a super plus. Let me know.