Skip to main content
Best answer

Using a CLI command to trigger a Zap.

  • July 8, 2020
  • 1 reply
  • 95 views

Hi All,

I’ve got a bit of an odd one.

I have a program that is capable of running a command line or executing a program once it is finished a process. I’d like to use that to trigger a Zap which then kicks off lots of lovely automation.

Has anyone out there managed to do this? Any ideas would be welcome.

Cheers,

RowleyCW

Best answer by ikbelkirasanBest answer by ikbelkirasan

Hi @RowleyCW 

You could set the trigger of your zap to be a webhook, then from your program, run a curl command to call the webhook URL.

View original
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.

1 reply

ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • Answer
  • July 8, 2020

Hi @RowleyCW 

You could set the trigger of your zap to be a webhook, then from your program, run a curl command to call the webhook URL.