Search code examples
pythonzapier

Can I import a library in zapier code


Is there a way to import a library in Zapier Python Code? Specifically, I want the 'datasift' library.

When I try, I just get "ImportError: No module named datasift"


Solution

  • In the zapier documentation, it specifically says that it only allows for the requests import and standard python imports