One way would be to use JavaScript on the landing page which fills a hidden form field.Other option would be to: * Add a flag field on the profile * Set the flag to 1 on form submission * Have a scheduled workflow finding all with flag = 1 * Copy Modification date to submission date, flag = 0
Are you using "real-time transactional messages" or "profile transactional messages"?For profile messages, the regular filtering rules can be applied.For real-time ones, unfortunately you can't apply such a filter
If you are opening the delivery log tab on the delivery page, unfortunately you can't add this information. You can display it only in following 2 places:* On the delivery logs tab of a profile* Via a workflow
Partha is right on the mechanism.1 important thing to note from the beginning:Always assign custom IDs to the objects created (e.g. wkfImportCrm instead of WKF1234).Else package export would fail with the default names
APNS = Apple Push Notification ServiceFCM = Firebase Cloud Messaging. For an API call, you could use the External API activity in a workflow.There are some sizing constraints but it may be suitable for your use case