Meta-Data from the Email tool to confirm it was sent
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Community members!
I am currently creating a workflow which collates emails to be sent and records when they were sent. Is there a way to extract meta-data from the email tool/log files/XLS to confirm the email was definitely sent? Currently I rely on the workflow writing to a table and recording the email sent date but if the table fails to write the email can still be sent - this may end up in sending duplicate emails because i have no record of the email being sent.
Any help would be gratefully received!
Thank you
Laura
Solved! Go to Solution.
- Labels:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
email deliverability aside, you can set the workflow to run a subsequent workflow after completion through events.
The email tool waits for the entire workflow to run before sending, so there isn't a way to natively check the email THEN write to a database table unless you have another workflow and you run the conditional runner macro (see Crew Macro package) or you run an event.
One way to run with event is to write a temp yxdb right before the email output, then through an event run another workflow that picks that yxdb up and inserts into the database you are referring to above. I recommend Crew Macros though for the conditional runner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you Jarrod! Its very useful to know that the email will not send until the entire workflow completes. Using this knowledge, I will split the workout into two (as suggested) and make them sequential (we already use the Crew list runner).
Thanks so much!!
