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 h...
Thanks Sanford!I have already implemented following lines of code before calling APIvar httpContent = new StringContent(json);httpContent.Headers.ContentType = new MediaTypeHeaderV...
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 practice...
Say for example, if abc@test.comgets processed before email@test.comthen webhook will not be called because of email address comparison to email@test.com. In such case UTM paramete...
Thank you, Sanford!So I would have toAdd a lead record say email@test.comto the list which is being used to send campaign emailsCheck if email address is email@test.comin the choic...
Thank you, Sanford!What you are saying is, get the program tags values and populate my token(s) via API and use these my token(s) in UTM parameters.is there any trigger to use wher...