Reference
destination_not_configured
This integration has no app credentials on this deployment. It is an operator problem, not yours.
What it means
This integration has no app credentials on this deployment. It is an operator problem, not yours.
Do not retry
The identical request will fail the same way every time. Change it first.
What causes it
- The deployment is missing the OAuth app credentials for this provider.
- The integration is not enabled in this environment.
How to fix it
- Nothing on your side will change this. Report it with the `request_id`.
- It is spelled differently from an auth failure on purpose, so the fix is not misdiagnosed as "reconnect".
What the response looks like
{
"error": {
"code": "destination_not_configured",
"message": "This integration has no app credentials on this deployment. It is an operator problem, not yours",
"request_id": "7cb7f7862a82425d8e4c3fb8a497dfe6"
},
"type": "https://integrable.cloud/docs/errors/destination_not_configured",
"title": "Destination Not Configured",
"status": 502,
"detail": "This integration has no app credentials on this deployment. It is an operator problem, not yours",
"instance": "/api/bots/01a0652b-3713-7ea1-a6c9-2e895389ec34"
}Branch on error.code, not on the message — the code is stable, the sentence is not. Log request_id either way.
Still stuck
Quote the request_id from the response — hello@integrable.cloud. It is what lets us find the exact request. The full list of codes is at Error codes, and the conventions every endpoint shares are in Retries, versioning and limits.
Something here wrong or missing? Tell us — the documentation and the API are maintained by the same person, so a correction is a fix rather than a ticket.