Hello,
When I handle a “remote options” request, I would expect to get the integrationId
. However, I receive the following:
{
accountId: 123456,
userId: 123456,
backToUrl: undefined,
recipeId: undefined,
integrationId: undefined,
shortLivedToken: 'eyJhbGciOiJIUzI1NdIsInR55CI6IkpXVCJ9.eyJzaG9ydExpdmVkIjp0cnVlLCJ1aWQiOjQ3NzYyOTQxLCJhY3RpZCI6MTYzNjA1ODcsImdFpZCIMTAwOTk3NzAsImFhaSI6MTk5NTY0LCJyZ24iOiJdldMxIdiwiZXhIjoxNtzAyOM2NzA04LCJpQiOjEd33MDIM20MsDR.D_NOlJhdeWBBEuWLNXd3OEbazfVmoUZiJHCxlmoNrCE'
}
According to this link it should be there right? Custom fields
Am I missing something?
Thanks in advance 😁