DevCEDTeam / CED

0 stars 0 forks source link

Description #109

Open DevCEDTeam opened 9 months ago

DevCEDTeam commented 9 months ago

To locate the dynamic code/syntax that pulls your client's registration date from your database contact field 'dtRegDate' and then pushes the registration date to your email message campaign, you can follow these steps:

  1. Log in to your Mautic account and go to the "Emails" section.
  2. Create a new email message or edit an existing one.
  3. In the email editor, position your cursor where you want to insert the dynamic text.
  4. Click on the "Personalization" button and select "Dynamic content".
  5. In the "Dynamic content" dialog box, select "Contact" from the drop-down list.
  6. Select the "Field value" option and enter "dtRegDate" as the field name.
  7. Click on the "Insert" button to insert the dynamic code/syntax into your email message.
  8. Save your email message and send it to your contacts.

The dynamic code/syntax that pulls your client's registration date from your database contact field 'dtRegDate' and then pushes the registration date to your email message campaign is:

{contactfield=dtRegDate}

You can use this code/syntax in your email message to display the registration date in the format that you want. For example, to display the registration date as "You signed up to receive mail from example.com on March 24, 2015.", you can use the following code/syntax:

You signed up to receive mail from example.com on {contactfield=dtRegDate|date_format('F j, Y')}.

This code/syntax will display the registration date in the format "March 24, 2015".

I hope this helps!

Citations: [1] https://learn.microsoft.com/en-us/dynamics365/customer-insights/journeys/dynamic-email-content [2] https://experienceleague.adobe.com/docs/campaign-standard/using/testing-and-sending/scheduling-messages/computing-the-sending-date.html?lang=en [3] https://experienceleague.adobe.com/docs/marketo/using/product-docs/email-marketing/general/functions-in-the-editor/using-dynamic-content-in-an-email.html?lang=en [4] https://mailchimp.com/developer/transactional/docs/templates-dynamic-content/ [5] https://www.jotform.com/help/126-how-to-insert-update-submissions-to-your-mysql-database-using-php/ [6] https://mailchimp.com/help/all-the-merge-tags-cheat-sheet/