Uday
03/03/2025, 9:53 AMCeligo AI
03/03/2025, 9:53 AMAI generated answer (using internal Slack threads):To trigger Verification type as Token based webhook listener using Postman, you need to follow these steps: 1. Generate the necessary tokens: You need four tokens in total. Two are consumer-related ones from the integration record and the other two are token ones from the access token record. 2. Set up Token Based Authentication (TBA): You can find general instructions to set up TBA in the NetSuite help center. After setting up the required features, roles, and the integration record, you either assign a TBA token or create one. Both methods will give you the token id and token secret to fill in Postman. 3. Use the tokens in Postman: In the Postman authorization tab, you need to fill in the tokens you generated in the previous steps. Make sure to replace "-" with "_" in the Realm. 4. Call the service: Now you can call the
Issue Token
REST service using Postman. If you are dealing with highly privileged roles, you should use nlauth_otp
in the Authorization header.
Please note that if you encounter an error like INVALID_LOGIN_ATTEMPT
, it might be due to an issue with the integration record. Regenerating the integration record can fix this issue.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
03/03/2025, 9:54 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.795580089
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.79287529
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791976511
Celigo AI
03/03/2025, 9:54 AM