New Basic Editor - Basic Editor Members Public

When the new Basic Editor first opens, you will be presented with this view (Fig 1): Fig 1 At the top of the page are familiar buttons currently available in the WYSIWYG Editor: * Inbox Preview: Opens up a third-party preview tool hosted by Litmus; this is essentially the same type

Mat Bradley-Tschirgi
The Pinpointe Playbook

New Basic Editor - Overview Members Public

The New Basic Editor has a more modern UI making it easier to use. Unlike the old WYSIWYG Editor, the Basic Editor has been broken up into 2 tools: * Basic Editor: Use Pinpointe's editing toolbar to insert content or change to "Code View" to directly type

Mat Bradley-Tschirgi
The Pinpointe Playbook

New Drag & Drop Builder - Overview Members Public

The New Drag & Drop Builder tool provides a more modern UI for creating email campaigns in Pinpointe while improving overall functionality. Although the basic structural layout remains mostly the same as the current D&D Builder, there are changes to various icons, their placement, and so on.  We

Mat Bradley-Tschirgi
The Pinpointe Playbook

API - Date Formats Members Public

When using dates in APIs, the preferred format is Zulu time, which can be presented in one of the following ways:  * 2025-08-19T16:03:59.123Z * 1467331200.123456 Although other date formats can be used such as YYYYMMDD, we are discouraging users from doing so as this format may be deprecated

Mat Bradley-Tschirgi
The Pinpointe Playbook

API - Update Content Blocks Members Public

This API updates content blocks. Note: If you are editing a more complex Content Block in the content field that requires double quotes in it, they must be entered and exited with a backslash Example:  content: "{{#if (eq [First-Name] \"Tommy\")}}<p>Hello there. {{[First-Name]}}<

The Pinpointe Playbook

API - Get Content Blocks Members Public

Returns a list of content blocks. { "//DOC": [ "ContentBlock::Debug", "", "Return a list of content blocks." ], "username": "matbt@pinpointe.com", "usertoken": "XXX", "requesttype": "ContentBlock", "requestmethod": "GetContentBlocks", "

The Pinpointe Playbook

API - Delete Content Blocks Members Public

This API deletes content blocks. { "//DOC": [ "ContentBlock::DeleteContentBlock", "", "Delete a content block.", "", " id [int, required]: content block id" ], "username": "johnsmith@pinpointe.com", "usertoken": "XXX", "requesttype": "ContentBlock"

The Pinpointe Playbook

API - Create Content Blocks Members Public

Note: If you are entering a more complex Content Block in the content field that requires double quotes in it, they must be entered and exited with a backslash Example: content: "{{#if (eq [First-Name] "Tommy")}}Hello there. {{[First-Name]}}{{else}}What is your name?{{/if}}" { "//DOC&

The Pinpointe Playbook