Question

Creating triggers programatically

  • 10 August 2021
  • 2 replies
  • 168 views

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


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 +9

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.

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?