Passing metadata values into tools

I'm currently using make.com to call the create call api and have the lead's email in the metadata portion of the payload.

However, my book meeting tool needs the lead email in order to send them the meeting invite so I need to pass {{metadata.email}} into the tool somehow.

Problem is that my book meeting tool is written in python and hosted on a server while my create call api call is made on make.com.

Where can I pass {{metadata.email}} in the vapi dashboard?
Was this page helpful?