In this article
...
If the API rate limit of 100 calls per 20 seconds exceed, the API responds with a 606 error code and the Snap fails.
This Snap fails with 709 error on selecting Update Email Full Content, Update Landing Page Dynamic Content Section, Approve program, and Activate smart campaign commands.
This Snap fails with 702 error on selecting Delete Landing Page and Discard Email Draft commands.
This Snap fails to discard drafts with 1003 error on selecting Discard Custom Activity Type Draft command.
Marketo Snaps do not support some special characters (for example, (
𝖖𝖗𝖘𝖬𝖭𝖮𝗕𝗖𝘧𝘨𝘩𝛀𝛁𝛂𝛃𝛄𝛅𝛆𝛇,𝖗𝖘𝖬𝛌𝛗𝛘𝛙𝛴
).
...
Input/Output | Type of View | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| Write to the Lead database using a command. |
Output | Document |
|
| Results returned by Marketo. |
...
Field Name | Description | |
---|---|---|
Label* | Specify an unique label for the Snap. Default Value: Lead Write | |
Command* | Enter the command to query the Asset database to retrieve the desired records. Alternatively, click the Suggestion icon to fetch a list of commands. DefaultValue: N/A | |
Query Parameters | You can use this fieldset field set to define the name and value for query parameters on request. info
| |
Name | Specify the name of the query parameter for retrieving assets. Default Value:N/A Example: leadIds | |
Value | Specify the value for the query parameter for retrieving assets. Default Value:N/A Example: 17 or 17,18 | |
Snap Execution | Select one of the three following modes in which the Snap executes:
DefaultValue: Validate & Execute |
...
The following example Pipeline demonstrates how we can sync a lead to the Lead database using the Lead Write Snap.
Initially, we pass the following required lead values and account name in the Pipeline as key-value parameters.
Key | Value |
---|---|
MarketoAccountName | DG_Marketo_Account |
FirstName | John |
Gender | Male |
LastName | Doe |
...