Best answer

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

  • 2 February 2020
  • 2 replies
  • 896 views

Userlevel 2
Badge

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!


icon

Best answer by AndrewJDavison_Luhhu 3 February 2020, 00:12

View original

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


Userlevel 1

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.