Query MySQL
1 - Query MySQL
Installing a custom flow step requires Admin permissions in Marketo. Apart from the Installation URL, all other aspects of a serviced may be edited after completing initial onboarding by drilling down into the service detail screen from the Service Providers grid.
In Marketo navigate to Admin → Service Providers and click Add New Service
From here, follow the bellow steps to install and configure the flow step.
Outbound Fields
The Query MySQL flow step does not use outbound fields.
Inbound Fields
The Query MySQL flow step uses user driven mapping for inbound fields. This means there are no preset inbound fields but you can set select which person fields the flow step is allowed to write to.
Global Configuration Fields
Global user inputs that are passed along with every call to the Query MySQL flow step service. Global attributes can be set during installation or updated from the Service Provider admin menu.
Name | API Name | Type | Description |
---|---|---|---|
MySQL Host | host | string | ip address or url for database connection |
MySQL User | user | string | User to connect to your database. Permissions should be highly restricted |
MySQL Password | password | string | MySQL database Password |
MySQL database | database | string | MySQL database name |
MySQL port (default 3306) | port | integer | MySQL port (default 3306) |
Flow Step Fields
These fields are set for each individual instance of the Query MySQL flow step and are sent per-lead when it is called.
Name | API Name | Type | Description |
---|---|---|---|
Query | query | string | Query in sql format. Database query should only return one row. |
Return JSON | returnField | string | When selected the entire query result will be saved to this field in JSON format |
Context Data
Name | Description |
---|---|
Program Context | Data about the program where the flow step was triggered including name, id, type, workspace etc. |
Campaign Context | Data about the campaign where the flow step was triggered, including name, id, type, status, etc. |
Trigger Context | Context around the trigger that initiated the smart campaign where the flow step was called. No data is sent if the flow step was called in a batch campaign. |
Subscription Context | General data about the subscription including munchkinId and name |
Flow Step
Once the Query MySQL flow step is installed it becomes available in smart campaigns.
1 - Query MySQL
Trigger & Filter
Once the Query MySQL flow step is in use the activity can be used as a trigger or a filter inside smart lists and smart campaigns.