💬 RevOps Discussions

CDeMares
Participante

Creating a meeting activity via Workflow

resolver

We have a deal stage in the sales pipeline called ''meeting scheduled'' - however some of our sales reps forget to register the meeting activity in HubSpot, so to address this I want to be able to create workflow or a validation rule that when a deal is move to the ''meeting scheduled'' stage there should be an existing meeting activity associated to the contact or the deal. 

 

Now since I have a lot of cases where the deals are being place in ''meeting scheduled'' and no meeting activities are registered I want to able to create them via workflow. 

0 Me gusta
1 Soluciones aceptada
karstenkoehler
Solución
Miembro del salón de la fama | Partner
Miembro del salón de la fama | Partner

Creating a meeting activity via Workflow

resolver

Hi @CDeMares,

 

Going forward, you might want to evaluate deal approvals so that you can check whether a meeting is logged before a deal can proceed: https://knowledge.hubspot.com/object-settings/pipeline-approvals

 

Alternatively, on an Enterprise subscription, there is also a solution where a deal can only pass to a next stage when a meeting is logged. The approach would be as follows:

  1. Create custom deal property "Meeting logged" (single checkbox)
  2. Set property permissions for this property to view only for all non-super-admins (this is an Enterprise feature)
  3. Create a workflow that enrolls deals when they're associated to a meeting, then use the "Set property value" workflow action to check the property from step 1
  4. Make the property from step 1 a required property for the next deal stage

 

Regarding your question of retroactively creating meetings automatically, this is unfortunately not possible via workflow, at least not without custom code. If you want to retro-actively create meetings for deals that are missing one, here's what I would do:

  1. Create a list of deals that are associated to a meeting
  2. Create a list of deals that are not in the list from step 1 but have the deal stage "Meeting scheduled" or later
  3. Export those deals
  4. In the export file, add new columns with the meeting information for each deal
  5. Re-import the file as multiple objects (deals, meetings)

For meetings, you'll have to include the following columns:

 

Meeting description,

Meeting start time, and

Meeting end time.

 

When importing new meetings, it's also recommended to include Activity date.

The start time, end time, and activity date values should be formatted as date-time properties.

 

See here: https://knowledge.hubspot.com/import-and-export/set-up-your-import-file#required-properties

 

This is the fastest and easiest way to create meetings historically in bulk.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Ver la solución en mensaje original publicado

1 Respuesta 1
karstenkoehler
Solución
Miembro del salón de la fama | Partner
Miembro del salón de la fama | Partner

Creating a meeting activity via Workflow

resolver

Hi @CDeMares,

 

Going forward, you might want to evaluate deal approvals so that you can check whether a meeting is logged before a deal can proceed: https://knowledge.hubspot.com/object-settings/pipeline-approvals

 

Alternatively, on an Enterprise subscription, there is also a solution where a deal can only pass to a next stage when a meeting is logged. The approach would be as follows:

  1. Create custom deal property "Meeting logged" (single checkbox)
  2. Set property permissions for this property to view only for all non-super-admins (this is an Enterprise feature)
  3. Create a workflow that enrolls deals when they're associated to a meeting, then use the "Set property value" workflow action to check the property from step 1
  4. Make the property from step 1 a required property for the next deal stage

 

Regarding your question of retroactively creating meetings automatically, this is unfortunately not possible via workflow, at least not without custom code. If you want to retro-actively create meetings for deals that are missing one, here's what I would do:

  1. Create a list of deals that are associated to a meeting
  2. Create a list of deals that are not in the list from step 1 but have the deal stage "Meeting scheduled" or later
  3. Export those deals
  4. In the export file, add new columns with the meeting information for each deal
  5. Re-import the file as multiple objects (deals, meetings)

For meetings, you'll have to include the following columns:

 

Meeting description,

Meeting start time, and

Meeting end time.

 

When importing new meetings, it's also recommended to include Activity date.

The start time, end time, and activity date values should be formatted as date-time properties.

 

See here: https://knowledge.hubspot.com/import-and-export/set-up-your-import-file#required-properties

 

This is the fastest and easiest way to create meetings historically in bulk.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.