Lists, Lead Scoring & Workflows

bendonahower
Guide | Diamond Partner
Guide | Diamond Partner

How do I create 100s of similar workflows?

SOLVE

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

Ben Donahowers HubSpot community signature
0 Upvotes
2 Accepted solutions
darynsmith
Solution
Top Contributor | Elite Partner
Top Contributor | Elite Partner

How do I create 100s of similar workflows?

SOLVE

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

View solution in original post

Krystina
Solution
Key Advisor | Diamond Partner
Key Advisor | Diamond Partner

How do I create 100s of similar workflows?

SOLVE
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 »

View solution in original post

2 Replies 2
Krystina
Solution
Key Advisor | Diamond Partner
Key Advisor | Diamond Partner

How do I create 100s of similar workflows?

SOLVE
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
Top Contributor | Elite Partner
Top Contributor | Elite Partner

How do I create 100s of similar workflows?

SOLVE

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