Code by Zapier – using JavaScript or Python code in your Zaps
The next step up from using webhooks and API requests in your Zaps is to use code when you can’t achieve what you need to with the no-code built-in apps, Webhooks by Zapier, or API Request action steps. You can write custom code in either the JavaScript or Python programming languages and use it in your Zaps with Code by Zapier to either trigger the workflow or perform various tasks to transform and customize your data.
The Code by Zapier built-in app can be used via the following trigger and action events:
- Run JavaScript (trigger): This trigger event allows you to use JavaScript to start a workflow
- Run Python (trigger): This trigger event allows you to use Python to start a workflow
- Run JavaScript (action): This action event allows you to run JavaScript as an action step in your Zap
- Run Python (action): This action event allows you to run Python as an action step in your Zap ...