每当smartsheet向我的回调URL发出POST请求时,我都会尝试验证smartsheet的WebhookAPI。以前有没有人用过这个?每当调用我的回调URL时,我都需要验证POST请求是否来自Smartsheet。To authenticate a callback request:
1.Calculate the HMAC of the webhook's sharedSecret and the request bo
我正在尝试使用curl从我在php中的一个应用程序创建一个webhook。下面是我使用的代码片段(我的令牌是正确的,我拥有6642490389358468张表) // API Url// BASE_API_URL = "https://api.smartsheet.com/2.0/";
$url = s