2
0

🔊 (whatsapp) Improve phone ID verification error details

This commit is contained in:
Baptiste Arnaud
2024-02-28 15:19:30 +01:00
parent 9b656214d1
commit 060c49dcde
3 changed files with 15 additions and 0 deletions

View File

@ -204,6 +204,7 @@ export const WhatsAppCredentialsModal = ({
setIsVerifying(false)
showToast({
description: 'Could not get phone number info',
details: { content: JSON.stringify(err), lang: 'json' },
})
return false
}

View File

@ -1842,6 +1842,15 @@
]
}
]
},
"prefilledVariables": {
"type": "object",
"additionalProperties": {},
"description": "[More info about prefilled variables.](../../editor/variables#prefilled-variables)",
"example": {
"First name": "John",
"Email": "john@gmail.com"
}
}
}
}

View File

@ -38,6 +38,11 @@ const inspectTypebot = async () => {
customDomain: true,
createdAt: true,
isArchived: true,
publishedTypebot: {
select: {
id: true,
},
},
workspace: {
select: {
id: true,