Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you, Sanford!"exposed" I mean client id and client secret is visible in plain text in an URL.That is true I agree with you, but plain text in an URL is more vulnerable than hacking a network protocol. Could be more stringent than just having plain text in an URL.May be something like on the ...
Hi,I noticed Marketo has GET/POST endpoint to get access token, but both endpoints accepting query parameters only, Is there any reason?
Thanks Sanford!Will take a look at it . Thanks,Babu
Thanks Sanford!I have already implemented following lines of code before calling APIvar httpContent = new StringContent(json);httpContent.Headers.ContentType = new MediaTypeHeaderValue("application/x-www-form-urlencoded"); Please advise. Thanks,Babu
Hi,We are sending sample emails via API (/rest/asset/v1/email/{id}/sendSample.json) to an email alias. Email alias has & in the alias name ex: my&email@test.com. For some reason sample is not delivered to the email alias which has &. Email is been delivered successfully to myemail@test.comWe suspec...
I have one more question, Sanford.In case of failing to execute WebhookIs there any way to block sending campaign emails and send an alert to campaign managerWhat are best practices to check for any exception/ Error from a WebhookThanks,Babu
Got it. Thank you Sanford!Thanks for your help! Thanks,Babu
Say for example, if abc@test.com gets processed before email@test.com then webhook will not be called because of email address comparison to email@test.com. In such case UTM parameters will not be populated with tag values in the email that was sent to abc@test.com. Thanks,Babu