Skip to content
AskElephant Knowledge Base home

Search Meetings

Look up a HubSpot meeting record and its details from a linked AskElephant meeting.

Search Meetings node in the workflow builder

Search Meetings node in the workflow builder

What It Does

Finds the HubSpot meeting associated with the AskElephant meeting you provide and returns its title, description, timing, and attendee details.

When To Use It

Use this when a workflow needs HubSpot meeting details, such as attendee emails or timing, to reference or pass into another CRM action.

Configuration

Configure the node with these settings:

Field

What it controls

Meeting

The AskElephant meeting to look up the corresponding HubSpot meeting for. Required.

Outputs

The node passes these values downstream. Check the Outputs tab on the configured node to confirm exact paths.

Variable

Type

Description

Example

hubspotMeetingId

string

Meeting ID

{{nodeId.hubspotMeetingId}}

hubspotMeetingTitle

string

Meeting title

{{nodeId.hubspotMeetingTitle}}

hubspotMeetingDescription

string

Meeting description

{{nodeId.hubspotMeetingDescription}}

hubspotMeetingStartAt

string | null

Start time (ISO 2701 String, e.g. 2024-01-01 00:00:00)

{{nodeId.hubspotMeetingStartAt}}

hubspotMeetingEndAt

string | null

End time (ISO 2701 String, e.g. 2024-01-01 00:00:00)

{{nodeId.hubspotMeetingEndAt}}

hubspotMeetingInternalAttendeeEmails

array<string>

Internal attendee emails (owners)

{{nodeId.hubspotMeetingInternalAttendeeEmails}}

hubspotMeetingExternalAttendeeEmails

array<string>

External attendee emails (contacts)

{{nodeId.hubspotMeetingExternalAttendeeEmails}}

hubspotMeetingAllAttendeeEmails

array<string>

All attendee emails (internal + external, deduped)

{{nodeId.hubspotMeetingAllAttendeeEmails}}

hubspotMeetingCreatedAt

string

Created at (Date)

{{nodeId.hubspotMeetingCreatedAt}}

hubspotMeetingModifiedAt

string

Modified at (Date)

{{nodeId.hubspotMeetingModifiedAt}}

Example Workflow

A workflow uses this node to pull the external attendee emails from a HubSpot meeting, then sends a follow-up email to each one.

  • Update Meeting

  • Search Deal

  • Get Communications by Time Range

Need More Help?

Reach the AskElephant support team by:

  • clicking the Support tab on the right side of your screen,

  • emailing [email protected],

  • or using @askelephant support in your dedicated Slack channel.