Workspace credentials are secure authentication keys and tokens that enable your bots to integrate with external services. Unlike API tokens which authenticate API requests, credentials store third-party service authentication data.
Assign a descriptive name to identify the credentials
Save the credentials
Each integration type has different required fields. For example, SMTP requires server host, port, username, and password, while OAuth services like Google Sheets require authorization through their respective platforms.
Some credential types like WhatsApp and Google Sheets cannot be edited after creation due to OAuth token restrictions. You’ll need to delete and recreate these credentials if changes are needed.
Click the Delete button (trash icon) next to the credentials
Confirm the deletion in the popup dialog
Important: Before deleting credentials, ensure they are not being used by any published bots. Deleting credentials will break integrations in live bots that depend on them.
Network connectivity: Ensure your bots can reach external services
Service changes: Check if the external service has updated their API requirements
Credential format: Verify that credential format matches service expectations
Test your credentials immediately after creation by using them in a simple bot integration to ensure they work correctly before implementing complex workflows.