creating custom credential for webhook
# support
b
Could you tell me where this is on the dashboard?
v
To create a custom credential for a webhook, go to your organization settings in the Vapi dashboard and look for the Custom Credentials section. Click Add Custom Credential, fill in the required fields, and save. You’ll receive a
credentialId
to use in your webhook config, for example:
Copy code
json
{
  "server": {
    "url": "https://your-server.com/webhook",
    "credentialId": "cred_abc123"
  }
}
For more details, see the [Vapi documentation](https://docs.vapi.ai/server-url/server-authentication). Source: - [Server authentication](https://docs.vapi.ai/server-url/server-authentication)
b
I think I found it. This is hidden. It needs to be more visible
c
To create a custom credential for webhooks, navigate to Organization Settings in the Vapi dashboard. You'll find a Custom Credentials section where you can add and manage your credentials.