-
Unfortunately there is no way to edit the primary key inside of an existing data extension. ” After a Data Extension has been created, any established Primary Keys cannot be modified. ” (src). This instead would require you to create a new Data Extension with the required keys/settings. Now this is all well and good […]
-
The LogUnsubEvent api call allows you to unsubscribe a subscriber and log an ‘UnsubEvent’ that is tracked against a specific job. This is mostly used for custom preference centers or unsubscribe pages. By using this call, you are able to track back the unsubscribe to the job that the email was sent, instead of just […]
-
One of the many hiccups people face when trying to interact with SFMC via API is that some parts just cannot be touched, even in SOAP. Script Activities, Cloud pages, and Microsites to name a few. Luckily for us, there is a way to actually interact with Script Activites via API, it is just undocumented. […]
-
**EDIT** 2019-09-22: Added new function at bottom of article to allow for Sendable and Retention inside DE. Copying a data extension inside the UI of SFMC is not too difficult and can be done via the Wizard. The issue comes in that this is a purely manual process and cannot be automated or programmatic. There […]
-
Usually you are limited to the functions of HTTP GET or HTTP POST in SSJS or AMPscript to send an API call. This severely limits your API capabilities, both internally for Salesforce Marketing Cloud (SFMC) and to any external resource. Is there any way via AMPScript or SSJS to utilize HTTP methods outside of GET […]