SOLVED

Facing problems with Marketo Rest API: Update Landing Page Template Content

Go to solution
Sabeeh_Khan
Level 1

Facing problems with Marketo Rest API: Update Landing Page Template Content

I am trying to add some html in the landing page via API call using Postman

 

Sabeeh_Khan_0-1724861479171.png

 

If i add Html code directly or stringify it, it is giving me error

 

 

{
requestId: '15bd2#19199b87634',
success: false,
warnings: [],
errors: [ { code: '611', message: 'System error' } ]
}

 

 

How should I add HTML? Is there any other way?

1 ACCEPTED SOLUTION

Accepted Solutions
Sabeeh_Khan
Level 1

Re: Facing problems with Marketo Rest API: Update Landing Page Template Content

Solved the issue by setting the content as file and then uploading the file

Sabeeh_Khan_0-1724866887766.png

 

View solution in original post

1 REPLY 1
Sabeeh_Khan
Level 1

Re: Facing problems with Marketo Rest API: Update Landing Page Template Content

Solved the issue by setting the content as file and then uploading the file

Sabeeh_Khan_0-1724866887766.png