Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Manoj_Kumar_
Manoj_Kumar_
Online

Badges

Badges
31

Accepted Solutions

Accepted Solutions
168

Likes Received

Likes Received
265

Posts

Posts
493

Discussions

Discussions
30

Questions

Questions
463

Ideas

Ideas
7

Blog Posts

Blog Posts
0
Top badges earned by Manoj_Kumar_
Customize the badges you want to showcase on your profile
Re: Multiple email addresses for one recipient - Adobe Campaign 17-04-2020
Yes, it won't effect the delivery logs and subscriptions because everything is linked on the basis of primary key.

Views

3.2K

Likes

0

Replies

1
Re: Multiple email addresses for one recipient - Adobe Campaign 14-04-2020
Hello @WesleyXP , You can extend the recipient schema to add more fields like businessEmail and personalEmail.By default the target mapping is set to email fields in recipient table. But you can define the delivery templates and set the target mapping to the custom fields which you have added to your recipient schema.Let me know if that helps.Thanks,Manoj

Views

3.3K

Like

1

Replies

3
Re: use web app click to update a column - Adobe Campaign 13-04-2020
Hello @jitendrakhatwani There are 2 ways to do it in WebApp as shown in the image below: 1) Pass the encrypted id in the webapp URL which is available in the email. Then use preloading to get the recipient and map the has clicked field in the Page and make the form auto submit then use storage to update the hasclicked field and the show the thank you page.2) Use the javascript to get the URL parameter and load the recipient with JS and use xtk session write to update the field.Thanks,Manoj

Views

1.7K

Likes

0

Replies

0
Re: Getting custom fonts to render in email deliveries - Adobe Campaign 30-01-2020
Hello Kevin, The only option is to enable CORS on the server where the fonts are hosted. If you don't have access to that server then i would suggest you to create an account on AWS for S3 or Digitalocean for Spaces. You can upload fonts there and enable cors for all the domains. Upload fonts to adobe server won't help because you won't have access to enable CORS there.Thanks,Manoj

Views

3.8K

Like

1

Replies

0
Re: workflow to check if the servers are running or down - Adobe Campaign 22-01-2020
Hello Raj, There are different ways to check if a server is up of running. If you want to check it with adobe campaign. You can create the workflow and add a JS activity which will ping the server and get a response if the response is 503 then you can send yourself an alert saying which server is down. The other way is to use services like Pingdom and httpstatus. Let me know if that helps. Thanks,Manoj

Views

4.0K

Like

1

Replies

2
Re: Adding Headers to Email Deliveries - Adobe Campaign 27-12-2019
Hello Nitin, You can additional headers in the delivery template >> properties > SMTP tab > Additional SMTP Headers. Thanks,Manoj

Views

2.1K

Likes

0

Replies

1
Re: Driving conditional content in the absence of a field - Adobe Campaign 16-12-2019
Hello Michael,Try thisif (typeof rtEvent.ctx.FIELDNAME1 === "undefined"){CONTENT HERE} ORif(rtEvent.ctx.FIELDNAME1){CONTENT HERE} Let me know if that helps.

Views

997

Likes

0

Replies

0
Re: Email attachment via load balancer - Adobe Campaign 16-12-2019
Hello Milan, You can use Amazon S3 integration in this case and upload your static content there. Thanks,Manoj

Views

2.1K

Likes

0

Replies

1
Re: Inbound population on sub workflows - Adobe Campaign 04-12-2019
Hello Mark,Whatever you are fetching from the Eligible Recipient will be available for the Sub-workflow to use. Did you try running this workflow ?It should work properly.Thanks,Manoj

Views

2.1K

Likes

0

Replies

0
Re: Webapp overriding standard dependencies - Adobe Campaign 04-12-2019
Adding one more point to this questions. Can we complete remove everything that adobe campaign adds to the webapp by default.

Views

1.6K

Like

1

Replies

0