The contact webhook event object

A webhook event for contacts

AttributeTypeDescription
after.attributesarrayList of attribute resources of the contact.
after.attributes[].labelstringThe label of the attribute.
after.attributes[].valuestringThe value of the attribute.
after.attributes[].uidstringPodium unique identifier for attribute.
after.attributes[].dataTypestringThe data type for the attribute value. Possible values: ["ADDRESS", "BOOLEAN", "DATETIME", "FLOAT", "INTEGER", "STRING", "UUID", "SINGLE_SELECT", "MULTI_SELECT"]
after.attributes[].ownerResource.typestringProduct or organization
after.attributes[].ownerResource.uidstringPodium unique identifier for attribute.
after.namestringThe name of the contact resource.
after.address.statestringThe state of the address.
after.address.countrystringThe country of the address.
after.address.citystringThe city of the address.
after.address.addressLine1stringThe first line of the address.
after.address.addressLine2stringThe second line of the address.
after.address.postalCodestringThe postal code of the address.
after.organization.uidstringPodium unique identifier for the referenced resource.
after.tagsarrayList of tag resources of the contact.
after.tags[].labelstringThe label of the attribute.
after.tags[].descriptionstringDescription of the tag.
after.tags[].uidstringPodium unique identifier for tag.
after.uidstringPodium unique identifier for contact.
after.channelsarray
after.channels[].labelstringA label for the channel.
after.channels[].typestringThe type of the channel. Possible values: ["EMAIL", "PHONE"]
after.channels[].identifierstringThe unique identifier for the channel.
after.channels[].createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
after.channels[].updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
after.channels[].transactionalOptedOutAtstringTimestamp when the contact channel opted out of transactional messages.
after.channels[].marketingOptedInLocationUidsarray[string]Location UIDs where marketing messages are opted in for the contact channel.
after.locationsarrayReference to the location resource.
after.locations[].uidstringPodium unique identifier for the referenced resource.
after.conversationsarrayReference to the conversation resource.
after.conversations[].uidstringPodium unique identifier for the referenced resource.
after.phoneNumbersarray[string]
after.emailsarray[string]
after.createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
after.updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
errorsarray[string]
before.attributesarrayList of attribute resources of the contact.
before.attributes[].labelstringThe label of the attribute.
before.attributes[].valuestringThe value of the attribute.
before.attributes[].uidstringPodium unique identifier for attribute.
before.attributes[].dataTypestringThe data type for the attribute value. Possible values: ["ADDRESS", "BOOLEAN", "DATETIME", "FLOAT", "INTEGER", "STRING", "UUID", "SINGLE_SELECT", "MULTI_SELECT"]
before.attributes[].ownerResource.typestringProduct or organization
before.attributes[].ownerResource.uidstringPodium unique identifier for attribute.
before.namestringThe name of the contact resource.
before.address.statestringThe state of the address.
before.address.countrystringThe country of the address.
before.address.citystringThe city of the address.
before.address.addressLine1stringThe first line of the address.
before.address.addressLine2stringThe second line of the address.
before.address.postalCodestringThe postal code of the address.
before.organization.uidstringPodium unique identifier for the referenced resource.
before.tagsarrayList of tag resources of the contact.
before.tags[].labelstringThe label of the attribute.
before.tags[].descriptionstringDescription of the tag.
before.tags[].uidstringPodium unique identifier for tag.
before.uidstringPodium unique identifier for contact.
before.channelsarray
before.channels[].labelstringA label for the channel.
before.channels[].typestringThe type of the channel. Possible values: ["EMAIL", "PHONE"]
before.channels[].identifierstringThe unique identifier for the channel.
before.channels[].createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
before.channels[].updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
before.channels[].transactionalOptedOutAtstringTimestamp when the contact channel opted out of transactional messages.
before.channels[].marketingOptedInLocationUidsarray[string]Location UIDs where marketing messages are opted in for the contact channel.
before.locationsarrayReference to the location resource.
before.locations[].uidstringPodium unique identifier for the referenced resource.
before.conversationsarrayReference to the conversation resource.
before.conversations[].uidstringPodium unique identifier for the referenced resource.
before.phoneNumbersarray[string]
before.emailsarray[string]
before.createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
before.updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
{
  "after": {
    "attributes": [
      {
        "label": "",
        "value": "",
        "uid": "00000000-0000-0000-0000-000000000000",
        "dataType": "ADDRESS",
        "ownerResource": {
          "type": "",
          "uid": "00000000-0000-0000-0000-000000000000"
        }
      }
    ],
    "name": "",
    "address": {
      "state": "",
      "country": "",
      "city": "",
      "addressLine1": "",
      "addressLine2": "",
      "postalCode": ""
    },
    "organization": {
      "uid": "00000000-0000-0000-0000-000000000000"
    },
    "tags": [
      {
        "label": "",
        "description": "",
        "uid": "00000000-0000-0000-0000-000000000000"
      }
    ],
    "uid": "00000000-0000-0000-0000-000000000000",
    "channels": [
      {
        "label": "",
        "type": "EMAIL",
        "identifier": "+15555555555",
        "createdAt": "2015-01-23T23:50:07Z",
        "updatedAt": "2015-01-23T23:50:07Z",
        "transactionalOptedOutAt": "2015-01-23T23:50:07Z",
        "marketingOptedInLocationUids": [
          "00000000-0000-0000-0000-000000000000"
        ]
      }
    ],
    "locations": [
      {
        "uid": "00000000-0000-0000-0000-000000000000"
      }
    ],
    "conversations": [
      {
        "uid": "00000000-0000-0000-0000-000000000000"
      }
    ],
    "phoneNumbers": [
      ""
    ],
    "emails": [
      ""
    ],
    "createdAt": "2015-01-23T23:50:07Z",
    "updatedAt": "2015-01-23T23:50:07Z"
  },
  "errors": [
    ""
  ],
  "before": {
    "attributes": [
      {
        "label": "",
        "value": "",
        "uid": "00000000-0000-0000-0000-000000000000",
        "dataType": "ADDRESS",
        "ownerResource": {
          "type": "",
          "uid": "00000000-0000-0000-0000-000000000000"
        }
      }
    ],
    "name": "",
    "address": {
      "state": "",
      "country": "",
      "city": "",
      "addressLine1": "",
      "addressLine2": "",
      "postalCode": ""
    },
    "organization": {
      "uid": "00000000-0000-0000-0000-000000000000"
    },
    "tags": [
      {
        "label": "",
        "description": "",
        "uid": "00000000-0000-0000-0000-000000000000"
      }
    ],
    "uid": "00000000-0000-0000-0000-000000000000",
    "channels": [
      {
        "label": "",
        "type": "EMAIL",
        "identifier": "+15555555555",
        "createdAt": "2015-01-23T23:50:07Z",
        "updatedAt": "2015-01-23T23:50:07Z",
        "transactionalOptedOutAt": "2015-01-23T23:50:07Z",
        "marketingOptedInLocationUids": [
          "00000000-0000-0000-0000-000000000000"
        ]
      }
    ],
    "locations": [
      {
        "uid": "00000000-0000-0000-0000-000000000000"
      }
    ],
    "conversations": [
      {
        "uid": "00000000-0000-0000-0000-000000000000"
      }
    ],
    "phoneNumbers": [
      ""
    ],
    "emails": [
      ""
    ],
    "createdAt": "2015-01-23T23:50:07Z",
    "updatedAt": "2015-01-23T23:50:07Z"
  }
}