APIs & Integrations

yeti_t
Membro

Bool Checkbox Custom Workflow Action

Hey I am using the Automation API (v4) described here.

I am having trouble getting a booleancheckbox to work. The documentation suggests that I can get a it to appear inside my custom workflow action input fields.

Here is what I have when I GET my definition:
...
{
"typeDefinition": {
"name": "preventsDuplicateMessages",
"type": "bool",
"fieldType": "booleancheckbox",
"options": [],
"optionsUrl": null,
"referencedObjectType": null
},
"supportedValueTypes": [
"STATIC_VALUE"
],
"isRequired": true
}
...
But this is what shows up:
Screen Shot 2020-12-22 at 5.17.28 PM.png
5 Respostas 5
JackPW
Membro

Bool Checkbox Custom Workflow Action

Hi there, I am currently having the same issue as above, could we please get some further information on how to include these? They are present in the default actions provided so I hope there is a simple way we can included these options.

0 Avaliação positiva
dennisedson
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Bool Checkbox Custom Workflow Action

This is a known limitation.  Hopefully, there will be better documentation on the limitation or a fix.


 

0 Avaliação positiva
kierana
Colaborador(a)

Bool Checkbox Custom Workflow Action

I am seeing this behaviour too. 

0 Avaliação positiva
CWThomson
Membro | Parceiro
Membro | Parceiro

Bool Checkbox Custom Workflow Action

I'm seeing the same behavior and there appears to be very little/no documentation on either the "checkbox" or "boolcheckbox" fieldType option for custom workflow actions. Both just display as dropdowns with no values.

0 Avaliação positiva
dennisedson
Equipe de Produto da HubSpot
Equipe de Produto da HubSpot

Bool Checkbox Custom Workflow Action

Hi @yeti_t 

Are you still working on this?

@IvanGil , @Hanta , @Oscar1 , have any of you worked with the automations api and maybe have some suggestions?