Skip to content

Commit

Permalink
Merge pull request #12971 from mrgnr/cred-create-marketo-contact
Browse files Browse the repository at this point in the history
Create Marketo lead if it doesn't exist
  • Loading branch information
mrgnr committed Jul 14, 2023
2 parents e6bef80 + 6b8f0dc commit 564c6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/marketo.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_lead(self, id_):

def update_leads(self, leads=None):
data = {
"action": "updateOnly",
"action": "createOrUpdate",
"lookupField": "email",
"input": leads,
}
Expand Down

0 comments on commit 564c6b5

Please sign in to comment.