Uday
03/03/2025, 9:50 AMCeligo AI
03/03/2025, 9:50 AMAI generated answer (using internal Slack threads):To trigger a Token-based webhook listener using Postman, you need to follow these steps: 1. Open Postman and create a new request. 2. Set the HTTP method to POST (or the method required by your webhook). 3. In the URL field, enter the URL of your webhook listener. 4. In the
Authorization
tab, select OAuth 1.0
from the TYPE dropdown menu.
5. Fill in the following fields:
- `Consumer Key`: Your consumer key
- `Consumer Secret`: Your consumer secret
- `Token`: Your token ID
- `Token Secret`: Your token secret
- `Realm`: Your account ID (replace '-' with '_')
6. Make sure the Add authorization data to
dropdown is set to Request Headers
.
7. You don't need to provide Callback URL, Verifier, and Timestamp. The Nonce is automatically generated by Postman.
8. Click Send
to trigger the webhook.
Please note that if you're dealing with highly privileged roles, you might need to use nlauth_otp
in the Authorization header.
******
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:51 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.816168308
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813809216
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.813303828
Celigo AI
03/03/2025, 9:51 AM