I am trying to build a webhook automation that checks my schedule and can provide times when I am free via text message. the automation works using AI and the get all calendar events action but it is grossly token inefficient as it has to load roughly 33k tokens per run.
I tried to set up a custom API call to the free busy end point as this would require far fewer tokens. but no matter what configuration I try ( even using the custom code action) AP modifies the API call to prevent it from connecting to the free busy endpoint. Can you fix this or add a free busy action?