MySQL

MySQL

Connect and run queries against a MySQL database.

Triggers & Actions

Use MySQL as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.

Triggers

No triggers available

Actions

  • Execute Query (MySQL)

    Execute a SQL query against a MySQL database

  • Select Data (MySQL)

    Select rows from a MySQL table

  • Insert Data (MySQL)

    Insert a row into a MySQL table

  • Update Data (MySQL)

    Update rows in a MySQL table

  • Delete Data (MySQL)

    Delete rows from a MySQL table

  • Upsert Data (MySQL)

    Insert or update a row using MySQL ON DUPLICATE KEY UPDATE