Campaign from list not linked to Recipient table | Community
Skip to main content
maurizio_coro
Level 3
April 5, 2019

Campaign from list not linked to Recipient table

  • April 5, 2019
  • 4 replies
  • 10710 views

Hi guys, I'd like to configure an import WF that, from a csv file (name,surname,email) will send campaigns to these users, without any interaction with Recipient table.  

Any idea? I've updated a list, but when I try to send the email, this error occurs: 05/04/2019 23:53:26 deliveryEmail The schema for recipients specified in the transition ('temp:enrich') is not compatible with the schema defined in the delivery template ('nms:recipient'). They should be identical.

Maybe there's a way to configure a delivery template ad hoc?

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

david--garcia
Level 10
April 6, 2019

You can construct a SOAP call and send the request to message centre to trigger a transactional email to these users, no need for interaction with the recipient's schema.

https://www.linkedin.com/in/david-garcia-uk/ | https://martech.network
Venu_Reddy
Level 6
April 6, 2019

Hello,

You can import data without mapping it with the database data using the Import a list function.

The data can then be used exclusively in workflows via the Read list object.

You can check similar thread here Target Data and Delivery Activity

For more details check here:

Importing data

Targeting activities

Regards,

Venu

DavidKangni
Community Advisor
Community Advisor
April 9, 2019

You have to use the external file delivery mapping or create your own delivery mapping if you want to store your users in a specific tables in ACC.

Target mapping

Thanks

David Kangni
Adobe Employee
April 9, 2019

Hi Maurizio Coro,

Try steps below

1) Go to the Delivery, Select the Email tab and go to "To" Email parameter

2) In the "Main Target" tab, select External File in the "Target Mapping".

Now it shouldn't throw that error while executing this delivery.

Thank you,

Aneet Arora