You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Access denied. Please ensure your Ashby API Key has the apiKeysWrite permission.'
224
207
}elseif(/duplicatewebhook/i.test(errorMessage)){
225
-
// Ashby has no webhook.list endpoint, so a lost externalId (e.g. a
226
-
// prior attempt succeeded in Ashby but we failed to persist the
227
-
// result) can't be self-healed by looking the webhook up — the
228
-
// user must remove the stale one in Ashby before retrying.
229
208
userFriendlyMessage=
230
209
'A webhook for this URL and event already exists in Ashby. This usually happens when a previous save succeeded in Ashby but Sim failed to record it. Delete the duplicate webhook under Ashby Settings > API/Webhooks, then re-save this trigger.'
231
210
}elseif(errorMessage&&errorMessage!=='Unknown Ashby API error'){
0 commit comments