Hello.
I am using sms sending based on contact based in workflow in a custom app created with developer account.
However, when I create dealbased, the app I created is not showing up, could you help me understand why this is happening?
FYI, I thought it was an issue with the app feature scope, but the scope is deal related.
Can anyone help me?
Hi, @전Hubspot-Dev
Can you share your custom action definition? To make sure that `DEAL` is set for
`objectTypes`. Example from the docs:
{
"actionUrl":"SOME_URL",
"objectTypes":[
"DEAL"
]
}
Thanks! — Jaycee
Hi I have solved exposing the deal using workflow extensions api v4.
However, I am having a bit of difficulty with the options in select as the data type has changed to label,value.
In the documentation, I thought it was contact-based only in v1, but in the example you gave, objectTypes : [“DEAL”] is using v4, right? I would appreciate it if you could tell me if this is not the case in v1.