APIs & Integrations

juliardi
Member

How to obtain Contact read permission in Workflow Extension

I have tested workflow extension with several enrolled contacts, the requests which I got was : 

{
    "origin": {
        "portalId": 7861782,
        "actionDefinitionId": 1581,
        "actionDefinitionVersion": 5,
        "extensionDefinitionId": 1581,
        "extensionDefinitionVersionId": 5
    },
    "object": {
        "objectId": 3827,
        "propertyValues": {},
        "properties": {},
        "objectType": "CONTACT"
    },
    "fields": {
        "message_id": "kajdklajldja",
        "internal_key": "kajdla",
        "message_placeholder": "adadkajlda"
    },
    "callbackId": "ap-7861782-37634654884-180105910-0",
    "inputFields": {
        "message_id": "kajdklajldja",
        "internal_key": "kajdla",
        "message_placeholder": "adadkajlda"
    }
}

The properties and propertyValue was empty. What kind of permission should be granted to be able to read these contact properties?

0 Upvotes
2 Replies 2
Willson
HubSpot Employee
HubSpot Employee

How to obtain Contact read permission in Workflow Extension

Hi @juliardi 

 

When integrating this to your Portal, you'll want to be sure you're App has the contacts scope in order to access this data.

 

I hope this helps!

Product Manager @ HubSpot
0 Upvotes
juliardi
Member

How to obtain Contact read permission in Workflow Extension

I am sure that contacts already been set up. Until now I am still get empty properties.scopes.png

0 Upvotes