Skip to main content
Question

Creating triggers programatically


Hello. Is there a way to create / edit trigger programatically? For example if i want to add new Twitter handle to be followed directly from my webapp? 

Or should i perhaps create a Zap that reads a from a webhook and executes “create zap” or “edit trigger” task?

 

Thanks

Did this topic help you find an answer to your question?
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

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • August 10, 2021

Hi @BoPe 

Here are the available API endpoints you can call programmatically: https://platform.zapier.com/partner_api/endpoints

 

Not exactly sure whether they have POST trigger option.


  • Author
  • New
  • 1 reply
  • August 10, 2021

Thanks. So that means if i want to create new automation (for new Twitter account i want followed) it has to be done from dashboard, manually. Right?