We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new Postgres database is created in a Neon project. Requires configuration of the project ID to monitor.
Emit new event when a new database branch is created in a specified Neon project. Requires selection of project ID.
Emit new event when a new user role is created in a Neon Postgres project. Requires configuration of project ID to monitor roles.
Create a new Postgres database in a specified Neon project. Requires project ID and database name.
Create a new branch from an existing Neon Postgres database. Requires project ID, parent branch ID, and branch name.
Run a SQL query against a specified Neon Postgres branch and database. Requires project ID, branch ID, database name, and SQL query string.
The text was updated successfully, but these errors were encountered:
being tackled at #16620
Sorry, something went wrong.
No branches or pull requests
neon_postgres
URLs
Webhook Sources
new-database-instant
Description
Emit new event when a new Postgres database is created in a Neon project. Requires configuration of the project ID to monitor.
new-branch-instant
Description
Emit new event when a new database branch is created in a specified Neon project. Requires selection of project ID.
new-role-instant
Description
Emit new event when a new user role is created in a Neon Postgres project. Requires configuration of project ID to monitor roles.
Actions
create-database
Description
Create a new Postgres database in a specified Neon project. Requires project ID and database name.
create-branch
Description
Create a new branch from an existing Neon Postgres database. Requires project ID, parent branch ID, and branch name.
execute-sql-query
Description
Run a SQL query against a specified Neon Postgres branch and database. Requires project ID, branch ID, database name, and SQL query string.
The text was updated successfully, but these errors were encountered: