MailSlurpAPI.Model.WebhookNewContactPayload (mailslurp v15.17.22)
NEW_CONTACT webhook payload. Sent to your webhook url endpoint via HTTP POST when an email is received by the inbox that your webhook is attached to that contains a recipient that has not been saved as a contact.
Summary
Types
@type t() :: %MailSlurpAPI.Model.WebhookNewContactPayload{ company: String.t() | nil, contactId: String.t(), createdAt: DateTime.t(), emailAddresses: [String.t()], eventName: String.t(), firstName: String.t() | nil, groupId: String.t() | nil, lastName: String.t() | nil, messageId: String.t(), metaData: Map | nil, optOut: boolean(), primaryEmailAddress: String.t() | nil, tags: [String.t()], webhookId: String.t(), webhookName: String.t() | nil }