MySQL Recipes
No limits in how MySQL may be connected with your services and APIs using a time-saving approach.
These recipes may help you to get started with the use of MySQL in YepCode. Some ideas:
- Build your ETLs with other databases
- Push information from your database to any API (or viceversa)
- Automate reports generation
- Perform selective backups
- …and much more!
Share
Look for your recipe combination:
Showing 61 recipes
- Airtable to MySQL
List records from Airtable table using them to insert rows into MySQL table
- Amazon S3 CSV file to MySQL
Read CSV file entries from Amazon S3 bucket using them to insert rows into MySQL table
- AWS Redshift to MySQL
Read rows from AWS Redshift table using them to insert rows into MySQL table
- Clickhouse to MySQL
Read rows from Clickhouse table using them to insert rows into MySQL table
- Discord messages to MySQL
Get Discord messages using them to insert rows into MySQL table
- Factorial leaves to MySQL
Get employee leaves from Factorial HR API using them to insert rows into MySQL table
- Firebase Realtime Database to MySQL
Read items from Firebase Realtime Database using them to insert rows into MySQL table
- Google BigQuery to MySQL
Read rows from Google BigQuery table using them to insert rows into MySQL table
- Google Sheets to MySQL
Read rows from Google Sheets using them to insert rows into MySQL table
- Google Storage CSV file to MySQL
Read CSV file entries from Google Storage bucket using them to insert rows into MySQL table
- GraphQL to MySQL
Read a JSON array from one GraphQL API using them to insert rows into MySQL table
- Holded documents to MySQL
Get documents from Holded API using them to insert rows into MySQL table
- HubSpot contacts to MySQL
Get HubSpot contacts using them to insert rows into MySQL table
- Microsoft SQL Server to MySQL
Read rows from Microsoft SQL Server table using them to insert rows into MySQL table
- MongoDB to MySQL
Read documents from MongoDB collection using them to insert rows into MySQL table
- MySQL to Airtable
Read rows from MySQL table using them to create new records on Airtable table
- MySQL to Amazon S3 CSV file
Read rows from MySQL table using them to create CSV file entries in Amazon S3 Bucket
- MySQL to Apollo.io contacts
Read rows from MySQL table using them to create contacts using Apollo.io API
- MySQL to AWS Redshift
Read rows from MySQL table using them to insert rows into AWS Redshift table
- MySQL to Clickhouse
Read rows from MySQL table using them to insert rows into Clickhouse table
- MySQL to Factorial employees
Read rows from MySQL table using them to create employees using Factorial HR API
- MySQL to Firebase Realtime Database
Read rows from MySQL table using them to insert items into Firebase Realtime Database
- MySQL to Google BigQuery
Read rows from MySQL table using them to insert rows into Google BigQuery table
- MySQL to Google Sheets
Read rows from MySQL table using them to insert rows into Google Sheets table
- MySQL to Google Storage CSV file
Read rows from MySQL table using them to create CSV file entries in Google Storage Bucket
- MySQL to GraphQL
Read rows from MySQL table using them to call a GraphQL mutation
- MySQL to Holded contacts
Read rows from MySQL table using them to create contacts using Holded API
- MySQL to Holded product stock
Read rows from MySQL table using them to update product stocks using Holded API
- MySQL to HubSpot contacts
Read rows from MySQL table using them to create HubSpot contacts
- MySQL to Kafka
Read rows from MySQL table using them to send Kafka topic messages
- MySQL to Keycloak users
Read rows from MySQL table using them to create Keycloak users
- MySQL to Microsoft SQL Server
Read rows from MySQL table using them to insert rows into Microsoft SQL Server table
- MySQL to MongoDB
Read rows from MySQL table using them to insert documents into MongoDb collection
- MySQL to MySQL
Read rows from MySQL table using them to insert rows into MySQL table
- MySQL to Oracle
Read rows from MySQL table using them to insert rows into Oracle table
- MySQL to Personio employees
Read rows from MySQL table using them to create employees using Personio API
- MySQL to Pipedrive persons
Read rows from MySQL table using them to create persons in Pipedrive
- MySQL to PostgreSQL
Read rows from MySQL table using them to insert rows into PostgreSQL table
- MySQL to RabbitMQ
Read rows from MySQL table using them to send RabbitMQ messages
- MySQL to REST API
Read rows from MySQL table using them to calls a REST API endpoint
- MySQL to Segment
Read rows from MySQL table using them to send Segment track event
- MySQL to Snowflake
Read rows from MySQL table using them to insert rows into Snowflake table
- Notion pages to MySQL
Get Notion pages using them to insert rows into MySQL table
- Oracle to MySQL
Read rows from Oracle table using them to insert rows into MySQL table
- Pipedrive persons to MySQL
Get persons from Pipedrive using them to insert rows into MySQL table
- PostgreSQL to MySQL
Read rows from PostgreSQL table using them to insert rows into MySQL table
- Remote CSV file to MySQL
Read CSV entries from a remote file using them to insert rows into MySQL table
- REST API to MySQL
Read a JSON array from one REST API using them to insert rows into MySQL table
- Send Discord messages with MySQL information
Read rows from MySQL table using them to send Discord messages
- Send email with MySQL information
Read rows from MySQL table using them to send email messages
- Send Slack messages with MySQL information
Read rows from MySQL table using them to send Slack messages
- Send SMS using Twilio with MySQL information
Read rows from MySQL table using them to send SMS using Twilio
- Send SMS using Vonage API with MySQL information
Read rows from MySQL table using them to send SMS using Vonage API
- Send WhatsApp messages using Twilio with MySQL information
Read rows from MySQL table using them to send WhatsApp messages using Twilio
- Send WhatsApp messages using Vonage API with MySQL information
Read rows from MySQL table using them to send WhatsApp messages using Vonage API
- Send WhatsApp messages with template using Vonage API with MySQL information
Read rows from MySQL table using them to send WhatsApp messages with template using Vonage API
- Shopify orders to MySQL
Get orders from Shopify API using them to insert rows into MySQL table
- Snowflake to MySQL
Read rows from Snowflake table using them to insert rows into MySQL table
- Tinybird to MySQL
Get Tinybird CSV endpoint entries using them to insert rows into MySQL table
- Webhook to MySQL
Uses a custom Webhook to read items payload using them to insert rows into MySQL table
- ZoomInfo contacts to MySQL
Get contacts from ZoomInfo API using them to insert rows into MySQL table
FAQs
These recipes are a good starting point for you to build your own YepCode processes and solve your integration and automation problems.
YepCode is a SaaS platform that allows to create, execute and monitor integrations and automations using source code in a serverless environment.
We like to call it the Zapier for developers, since we bring all the agility and benefits of NoCode tools (avoid server provisioning, environment configuration, deployments,...), but with all the power of being able to use a programming language like JavaScript with a NodeJS engine.
You only have to fill the sign up form and your account will be created with our FREE plan (no credit card required).
YepCode has been created with a clear enterprise approach (multi-tenant environment, team management, high security and auditing standards, IdP integrations, on-premise options,...) so we can be the Swiss army knife of any team of engineering, especially those that need to extract or send information to external systems, and where a certain dynamism or adaptation to change is necessary in that process.
Sure! You just need to do some configuration to allow YepCode servers to connect to that service. Check our docs page to get more information.