Skip to main content

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!


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



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.