Create Email

Description

This service is used to create a partner email for the authenticated user.


Request

Restrictions

This service requires an authenticated user and can only be called after a successful partner login.

Endpoint

POST https://<server-url>/api/v4/partner/emails

Parameters

You can pass the following authentication credentials as query parameters or HTTP headers.

Parameter
Location
Description

touchpoint

Query / Header

The identifier for the touchpoint. Use Thalamus-Touchpoint for the header.

token

Query / Header

The authentication token for the API session. Use Thalamus-Token for the header.

Full URL Example

Request Body

Field
Type
Required
Description

email

string

Yes

Email to whom to report datasource processes.

active

boolean

Yes

Activate or deactivate email to receive information

JSON


Response

✅ Successful Response: 201 Created

  • HTTP Status Code: 201 Created

  • Body: A JSON object confirming the creation of the datasource.

Example Response

JSON

❌ Unsuccessful Response: 400 Bad Request

  • HTTP Status Code: 400 Bad Request

  • Body: A JSON object containing details about the error.

Example Response

JSON

Last updated

Was this helpful?