
Marketo API Integration Profile
Information and guides about integrating with Marketo API
Add Marketo Integration to Your Product- Get Export Activity Jobs
Returns a list of export jobs that were created in the past 7 days. Required Permissions: Read-Only Activity
- Create Export Activity Job
Create export job for search criteria defined via "filter" parameter. Request returns the "exportId" which is passed as a parameter in subsequent calls to Bulk Export Activities endpoints. Use Enqueue Export Activity Job endpoint to queue the export job for processing. Use Get Export Activity Job Status endpoint to retrieve status of export job. Required Permissions: Read-Only Activity
- Cancel Export Activity Job
Cancel export job. Required Permissions: Read-Only Activity
- Enqueue Export Activity Job
Enqueue export job. This will place export job in queue, and will start the job when computing resources become available. The export job must be in "Created" state. Use Get Export Activity Job Status endpoint to retrieve status of export job. Required Permissions: Read-Only Activity
- Get Export Activity File
Returns the file content of an export job. The export job must be in "Completed" state. Use Get Export Activity Job Status endpoint to retrieve status of export job. Required Permissions: Read-Only Activity
The file format is specified by calling the Create Export Activity Job endpoint. The following is an example of the default file format ("CSV"). Note that the "attributes" field is formatted as JSON.marketoGUID,leadId,activityDate,activityTypeId,campaignId,primaryAttributeValueId,primaryAttributeValue, attributes
122323,6,2013-09-26T06:56:35+0000,12,11,6,Owyliphys Iledil,[{"name":"Source Type","value":"Web page visit"}]
- Get Export Activity Job Status
Returns status of an export job. Job status is available for 30 days after Completed or Failed status was reached. Required Permissions: Read-Only Activity
- Import Custom Objects
Imports a file containing data records into the target instance. Required Permissions: Read-Write Custom Object
- Get Import Custom Object Failures
Returns the list of failures for the import batch job. Required Permissions: Read-Write Custom Object
- Get Import Custom Object Status
Returns the status of an import batch job. Required Permissions: Read-Write Custom Object
- Get Import Custom Object Warnings
Returns the list of warnings for the import batch job. Required Permissions: Read-Write Custom Object