APIs & Integrations

EBHamer
Member

Nurture time range when creating a workflow via the API

SOLVE

We are trying to create a workflow via the API.  For the days and time range, we have this JSON:

"onlyExecOnBizDays": true,
"enabled": true,
"nurtureTimeRange": {
"enabled": true,
"startHour": 8,
"stopHour": 19
},

 

and it works fine.

 

The question I have, for the start and stop time, if I wanted it to stop at 7:30 PM, is there any way that I can do this, or do they need to be based on hours only?

 

Thanks,

 

Eric Hamer

0 Upvotes
1 Accepted solution
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Nurture time range when creating a workflow via the API

SOLVE

Hey @EBHamer,

 

Do you mean you'd like to set specific time on the workflow like this?

workflow.png

 

In which the workflow stop will stop action from executing at 1930 for all days?

View solution in original post

0 Upvotes
1 Reply 1
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Nurture time range when creating a workflow via the API

SOLVE

Hey @EBHamer,

 

Do you mean you'd like to set specific time on the workflow like this?

workflow.png

 

In which the workflow stop will stop action from executing at 1930 for all days?

0 Upvotes