[SalesForce] Triggered send not working

i'm trying to make the next triggered send work:

Triggered send definition

It is active and it is supposed to be working on lead create. Nonetheless the item gets queued in mkt cloud but then becomes an error.

MKT Cloud triggered sends

Triggered sends on object are working, The one below the example is also on the same object. I´m not really sure whats going on, email passes validation and after create it goes into queue and into trigger data extension.

Anyone have any clue where i went wrong?

Thank you!

Best Answer

The problem resided in the ampscript of the email. It made reference to a field that I didn't fill in my tests. Therefore after trying a couple of times the trigger deactivated itself.

Related Topic