Lists, Lead Scoring & Workflows

bendonahower
Guide | Partenaire solutions Diamond
Guide | Partenaire solutions Diamond

How do I create 100s of similar workflows?

Résolue

I would like to create several hundred workflows that create lists of purchased products. Thanks!

Ben Donahowers HubSpot community signature
0 Votes
2 Solutions acceptées
darynsmith
Solution
Contributeur de premier rang | Partenaire solutions Elite
Contributeur de premier rang | Partenaire solutions Elite

How do I create 100s of similar workflows?

Résolue

Hi @bendonahower - the way I would approach this is to get a script written that uses the HubSpot API to create the workflows: https://developers.hubspot.com/docs/methods/workflows/v3/create_workflow

Daryn Smith
Chief Strategy Officer
Huble Digital

Voir la solution dans l'envoi d'origine

Krystina
Solution
Conseiller clé | Partenaire solutions Diamond
Conseiller clé | Partenaire solutions Diamond

How do I create 100s of similar workflows?

Résolue
Develop a workflow that is triggered upon any product being purchased. Include an action that is a webhook. Have that webhook hit a script that does all of the looping from a data source (flat file or real db). Loop through, do whatever data calculations are desired and then update the contact record via the API.
Did this post help solve your problem? Help the community and mark it as a solution.
Krystina Gillenwater
A B2B Revenue Operations (RevOps) Firm.
HubSpot Diamond Partner BadgeA Diamond Solutions Partner
Book 15 Minutes with Krystina »

Voir la solution dans l'envoi d'origine

2 Réponses
Krystina
Solution
Conseiller clé | Partenaire solutions Diamond
Conseiller clé | Partenaire solutions Diamond

How do I create 100s of similar workflows?

Résolue
Develop a workflow that is triggered upon any product being purchased. Include an action that is a webhook. Have that webhook hit a script that does all of the looping from a data source (flat file or real db). Loop through, do whatever data calculations are desired and then update the contact record via the API.
Did this post help solve your problem? Help the community and mark it as a solution.
Krystina Gillenwater
A B2B Revenue Operations (RevOps) Firm.
HubSpot Diamond Partner BadgeA Diamond Solutions Partner
Book 15 Minutes with Krystina »
darynsmith
Solution
Contributeur de premier rang | Partenaire solutions Elite
Contributeur de premier rang | Partenaire solutions Elite

How do I create 100s of similar workflows?

Résolue

Hi @bendonahower - the way I would approach this is to get a script written that uses the HubSpot API to create the workflows: https://developers.hubspot.com/docs/methods/workflows/v3/create_workflow

Daryn Smith
Chief Strategy Officer
Huble Digital