Request Information
URI Parameters :
None.
Body Parameters :
email_notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| communication_id | globally unique identifier | ||
| db_table_id | globally unique identifier | ||
| id_in_table | globally unique identifier | ||
| email_to | string | ||
| email_cc | string | ||
| email_bcc | string | ||
| email_subject | string | ||
| email_body | string | ||
| type | string | ||
| date_create | date |
Request Formats :
application/json, text/json
Sample:
{
"id": "5dfc58b8-dc1d-4eac-9758-862f3a143acc",
"communication_id": "5255fd1b-7ec1-4fa2-9aae-4579837c95d4",
"db_table_id": "c286a32a-1d23-4f9e-be56-84b08da9975e",
"id_in_table": "16ff0677-55c6-4c2b-ad8c-e7535a353918",
"email_to": "sample string 5",
"email_cc": "sample string 6",
"email_bcc": "sample string 7",
"email_subject": "sample string 8",
"email_body": "sample string 9",
"type": "sample string 10",
"date_create": "2026-01-11T23:49:59.4142222+00:00"
}
application/xml, text/xml
Sample:
<email_notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <communication_id>5255fd1b-7ec1-4fa2-9aae-4579837c95d4</communication_id> <date_create>2026-01-11T23:49:59.414Z</date_create> <db_table_id>c286a32a-1d23-4f9e-be56-84b08da9975e</db_table_id> <email_bcc>sample string 7</email_bcc> <email_body>sample string 9</email_body> <email_cc>sample string 6</email_cc> <email_subject>sample string 8</email_subject> <email_to>sample string 5</email_to> <id>5dfc58b8-dc1d-4eac-9758-862f3a143acc</id> <id_in_table>16ff0677-55c6-4c2b-ad8c-e7535a353918</id_in_table> <type>sample string 10</type> </email_notification>
Response Information
Resource Description :
email_notification| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| communication_id | globally unique identifier | ||
| db_table_id | globally unique identifier | ||
| id_in_table | globally unique identifier | ||
| email_to | string | ||
| email_cc | string | ||
| email_bcc | string | ||
| email_subject | string | ||
| email_body | string | ||
| type | string | ||
| date_create | date |
Response Formats
application/json, text/json
Sample:
{
"id": "b11d8637-2057-43c9-8035-919faa38dc10",
"communication_id": "3d13dd08-4f35-4d33-b7bc-8c191d2a9c80",
"db_table_id": "68956bf8-9a7d-4015-ae4e-9b10c01291ea",
"id_in_table": "6ca10675-3d1b-42e4-ad58-f79e785713ac",
"email_to": "sample string 5",
"email_cc": "sample string 6",
"email_bcc": "sample string 7",
"email_subject": "sample string 8",
"email_body": "sample string 9",
"type": "sample string 10",
"date_create": "2026-01-11T23:49:59.4622418+00:00"
}
application/xml, text/xml
Sample:
<email_notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <communication_id>3d13dd08-4f35-4d33-b7bc-8c191d2a9c80</communication_id> <date_create>2026-01-11T23:49:59.462Z</date_create> <db_table_id>68956bf8-9a7d-4015-ae4e-9b10c01291ea</db_table_id> <email_bcc>sample string 7</email_bcc> <email_body>sample string 9</email_body> <email_cc>sample string 6</email_cc> <email_subject>sample string 8</email_subject> <email_to>sample string 5</email_to> <id>b11d8637-2057-43c9-8035-919faa38dc10</id> <id_in_table>6ca10675-3d1b-42e4-ad58-f79e785713ac</id_in_table> <type>sample string 10</type> </email_notification>