The resubmitMarketoLead() GraphQL mutation is used to resubmit a marketo lead. It requires root level privileges and an organization owner from the organization.

Syntax

Below is the syntax for the resubmitMarketoLead() mutation field:

resubmitMarketoLead(input: ResubmitMarketoLeadData!): boolean!

Given Datatypes

For the given datatype, ResubmitMarketoLeadData, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: ResubmitMarketoLeadData

ParameterTypeRequired[a]DefaultDescription
utmParamsUtmParamsyes The Urchin Tracking Module (UTM) parameters used for tracking a marketing campaign (see UtmParams Table).
zipstringyes Our GraphQL pages are currently under development. This description will be added soon.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.