Skip to main content

DumpDestinationContactModel

Job dump destination contact profile.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"email": "String",
"id": "Integer",
"name": "String",
"number": "String"
}

Fields

email String, Required

Email address comma-separated list.

  • At least 0 and no more than 256 characters.
  • List of 1 or more comma-separated email addresses. Whitespace allowed (newline, space, tab).

id Integer, Required

Dump destination contact id, always null (synthesized).


name String, Required

Contact name.

  • At least 0 and no more than 32 characters.

number String, Required

Contact phone number.

  • At least 0 and no more than 32 characters.