Question

Is there an API provided by Zapier for triggers and actions, and where can I find the API key?

  • 29 January 2024
  • 2 replies
  • 35 views

I would like to create Zapier workflow programatically (prefered python). Does Zapier provide API do create triggers and actions? Does Zapier provide API key to call those APIs, and where I can find it? Lets say I have simple worklow: Zapier trigger (scheduler) → Zapier action (some other app integrated with Zapier). Is there some snippet to quickly start? Thank you.

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @jomsborg 

This is the closest available Zapier API: https://docs.api.zapier.com/docs/intro

Thank you, it would be interesting