Invitee canceled (instant)
Triggers when an invitee cancels a scheduled event.
Invitee created (instant)
Triggers when an invitee schedules an event. NOTE: this trigger does not support custom questions and answers.
Invitee created with questions and answers (instant)
Triggers when an invitee schedules an event, with support for custom questions and answers. Requires signing up for the event when configuring the trigger. NOTE: the automation needs to use a trigger filter and only process invitees for the configured event.
Create single-use scheduling link for an organization event
Creates a single-use scheduling link for the specified organization event
Get invitee next scheduled event
Gets the next scheduled event for the invitee specified by their email.
Add contact
Adds a new contact. No check is done for matching contacts.
Add contact with on-the-fly custom field id lookup
Adds a contact. Makes an additional API call to fetch custom fields in order to determine custom field ids via matching names of custom fields. An error will occur if a custom field does not exist. No check is done for matching contacts.
Add tag to contact
Adds one or more tags to a specified contact.
Clear contact custom field value
Clears the value of the specified custom field for the specified contact.
Create contact custom field
Creates a contact custom field. Note, no error occurs if a field of the same name already exists.
Create tag
Creates a new tag in the specified category. An error will occur if a tag with the same name already exists in the category.
Create tag category
Creates a new Keap tag category. POST /crm/rest/v1/tags/categories with mapped Name and optional Description. Returns the new category ID. Includes the isConfiguring guard so save-time validation in the assembly editor does not hit the live Keap API. Used by the v1.5 admin onboarding automation to seed the Services category that the mapped-category tag actions consume.
Create tag via mapped category
Creates a new Keap tag in the Category ID specified as a mapped input field. Use this variant when the target category is dynamic (e.g. read from a Lookup Table value). Sibling of "Create tag" — that one keeps Category as a per-action setting; this one accepts Category ID as data-mapped input. An error will occur if a tag with the same name already exists in the category.
Find contact
Searches for a contact by any combination of email, first name, or last name. An error occurs if zero or multiple are found.
Find contacts
Searches for a contacts by any combination of email, first name, or last name. No error occurs if none are found.
Get all contact custom fields
Returns information about all contact custom fields.
Get contact
Returns contact details for the specified ID.
Get contact tags
Returns up to 1000 tags applied to a specified contact.
Get tag ID by mapped category
Returns the Tag ID and description for the specified tag name in the Category ID specified as a mapped input field. Use this variant when the target category is dynamic (e.g. read from a Lookup Table value). Sibling of "Get tag ID by name" — that one keeps Category as a per-action setting; this one accepts Category ID as data-mapped input. An error occurs if not found.
Get tag ID by name
Returns the tag ID and description for the specified tag name in the specified category. An error occurs if not found.
Remove tag from contact
Removes a tag from a specified contact.
Two-way sync add or update a contact
An action for two-way syncing new and updated contacts, with enhanced on-the-fly mapping using contact email addresses for matching. Can only be used with enhanced two-way sync triggers that support on-the-fly mapping.
Update contact
Updates the specified contact.
Update contact with on-the-fly custom field id lookup
Updates an existing contact. Makes an additional API call to fetch custom fields in order to determine custom field ids via matching names of custom fields. An error will occur if a custom field does not exist.