I’m trying to build a custom OAuth2 Integration with Netsuite using the developer console.
Netsuite’s documentation requires a “state” parameter in the OAuth urls that is between 24 and 1024 characters long.
Zapier’s state parameter is… 23 characters long 🤦
Is there anyone who has successfully integrated with Netsuite who may have encountered this? I was hoping there’d be a way to override Zapier’s state param but I’m not seeing a way. Otherwise, is there perhaps another known way to do the integration (please don’t tell me I have to build a custom OAuth1 app).