> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/changelog/2023.md).

# 2023

{% updates format="full" %}
{% update date="2023-12-04" tags="feature" %}

## Facebook connector, Transactional email, and Custom Signals

* **Facebook connector** — receive Lead Form submits from Facebook Ads directly into eMarketeer for scoring, nurturing, and lead generation.
* **Transactional email sendouts** — override consent to send to your whole list. Use with caution, for non-marketing emails only.
* **Custom Signals** — send custom signals from external systems via the API. Signals appear on contact timelines, can be scored, and can trigger journeys.
  {% endupdate %}

{% update date="2023-11-08" tags="improvement,fix" %}

## SuperOffice Consent Sync rebuilt

* **SuperOffice Consent Sync v2** — rebuilt from the ground up. Works for both Online and onPremise. Syncs the send list at sendout time rather than in real time, giving 100% accurate consent status for all emails sent.

<details>

<summary>Improved</summary>

* Journey "Send email" step: transactional option (ignore consent).
* IF/Else logic: now uses only the latest form answer when evaluating conditions.
* SuperOffice create activity/sale: new options for adding to a project and assigning a sales user.
* Legal basis: optional description text when setting legal basis.
* New journey triggers: legal basis change, lead stage change.
* Contacts: tags now shown in the contact list.
* SuperOffice side panel: shows legal basis and contact tags.
* Forms: new rich-text editor for the closed form message.

</details>

<details>

<summary>Fixed</summary>

* When deleting a form answer, the corresponding timeline event is now also deleted.

</details>
{% endupdate %}

{% update date="2023-10-16" tags="feature,fix" %}

## New journey steps, API tags, and Lead Board Quick Share

* Journey step: Start new journey.
* Journey step: Send notifier email.
* API for tags.
* Tags shown in the campaign list.
* SuperOffice side panel shows answers from eMarketeer forms and LinkedIn Lead Gen Forms.
* Lead Board: Quick share to CRM.
* Faster email sends from journeys and Quick Send.

<details>

<summary>Fixed</summary>

* JavaScript in form design HTML failed to save.
* Journey stats and duplicate email issues.
* Various small fixes.

</details>
{% endupdate %}

{% update date="2023-09-12" tags="feature" %}

## New API — Contacts, Engagement, and Tags

* New API released for contacts, engagement (history/stats), and tags.
* Access your API key and Swagger documentation under Settings in your account.
  {% endupdate %}

{% update date="2023-08-03" tags="feature" %}

## LinkedIn Lead Gen Forms and Signals API

* **LinkedIn connector** — automatically send submitted LinkedIn Lead Gen Forms to eMarketeer.
* **Signals API** — allows external systems to send contacts and events to eMarketeer.
  {% endupdate %}
  {% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.emarketeer.com/changelog/2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
