Skip to main content
Best answer

Is there a Zap that lets me call/execute a PHP program?

  • February 2, 2020
  • 2 replies
  • 1010 views

Forum|alt.badge.img

There are a number of database operations I want to execute (create the database, create a user, set user permissions to the database) in a PHP program.

Is there a way for a Zap to call a program? I need to be able to pass it parameters.


Thanks!


Best answer by AndrewJDavison_LuhhuBest answer by AndrewJDavison_Luhhu

@JeffB

Not directly inside a zap - but if you hosted a PHP script somewhere that could be triggered by webhook, that could be an option.


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.

2 replies

AndrewJDavison_Luhhu
Forum|alt.badge.img+10

@JeffB

Not directly inside a zap - but if you hosted a PHP script somewhere that could be triggered by webhook, that could be an option.



DataHelp
  • Zapier Expert
  • 2 replies
  • February 5, 2020

You can invoke AWS Lambda Functions with a Zap. I've invoked Python Lambda Functions with Zaps before but not PHP. I believe it will work with PHP also.