Getting Started with Functions

Once logged into your Zapier account, you can access Functions by navigating to functions.zapier.com and create your function by clicking + Create.

Adding Triggers

A trigger is an event that starts a Function or Zap. Once you deploy a Function, Zapier will monitor for that trigger event.

Loading

Writing Function Code

In Functions you can write any valid Python code. Below are some additional tips for writing code in Functions.

Loading

Test and Deploy

Testing your Function will run your main.py file and pipe in the sample data you've selected. Once your Function is deployed we will run your main.py file whenever a trigger event occurs.

Loading
Loading