Skip to main content

Overview of the Transactional Messaging Templates & Dynamic Content API

The Transactional Messaging Templates & Dynamic Content API allows you to manage your Transactional Messages and Dynamic Content:

  • Create, edit, and delete Messages
  • Create, edit, and delete Dynamic Content Blocks
  • Add, edit, track, and untrack Message and Dynamic Content Block links

For further information on how to create, edit, and manage Transactional Messaging creatives, please consult the Actito User Guide or Actito Online Help.

The following methods are available:

Transactional Messaging Templates and Dynamic Content API Use Cases

Create a Dynamic Content Block and Add it to a Template

To create a Dynamic Content Block and add it to a Template, you would typically carry out the following procedure:

  1. Use the Open Connection method to open the connection.
  2. Use the Create Dynamic Content Block method to create the Dynamic Content Block.
  3. Use the Get Templates by Period method to retrieve a list of recently created Template and find the ID of the Template to which you want to add the Dynamic Content Block.
  4. Use the Add Dynamic Content Block method to add the Dynamic Content Block to the Template.
  5. Use the Close Connection method to close the connection.

Clone a Template and Update the New Template with a Different Dynamic Content Block

To add a different Dynamic Content Block to a Template:

  1. Use the Open Connection method to open the connection.
  2. Use the Get Templates by Period method to find the Template ID.
  3. Use the Clone Template method to clone the Template.
  4. Use the Get Dynamic Content Blocks by Period method to retrieve a list of recently created Dynamic Content Blocks and find the new Dynamic Content Block that you want to add.
  5. Use the Update Template method to add the new Dynamic Content Block to the Template.
  6. Use the Close Connection method to close the connection.