Hi,
I’m trying to use machine learning to automate my Inbox. I have my machine learning code in Python and I want to use Zapier to integrate with Office 365. It that possible ? if so, is there example for that? I tried to build Zap, and it seems to have support for personal Python code but I did not find any documentation on how to use it. For example, in my Zap , under “Customize Run Python” there is “
What input data should we provide to your code (as strings) via a dictionary set to a variable named input_data
?
and I would like e.g. to get the email Subject and Body as input to my function. But how do I do that ?