GistGist / Create Or Update Contact

appKey: gist
actionKey: create-or-update-contact

Action Inputs

The following parameters are available when configuring this action:
customProperties
Custom Properties
A JSON object containing the contact's custom properties. E.g. { "name": "John Doe" }
string | undefined
email
Email
The contact's email address. Required on create. Required if no user_id is supplied on update.
string | undefined
lastSeenIp
Last Seen Ip
The last IP address the contact visited your website from
string | undefined
lastSeenUserAgent
Last Seen User Agent
The last contact agent the contact was seen using
string | undefined
name
Name
The full name of the contact
string | undefined
phone
Phone
The contact number of the contact
string | undefined
signedUpAt
Signed Up At
The time the contact signed up
string | undefined
The tag that will be added
string | undefined
unsubscribedFromEmails
Unsubscribed From Emails
If the contact has unsubscribed from emails or not
boolean | undefined
userId
User Id
A unique string identifier for the user. It is required to create Contact of type User. Required on create. Required if no email is supplied.
string | undefined