🔊 (whatsapp) Improve phone ID verification error details
This commit is contained in:
@@ -204,6 +204,7 @@ export const WhatsAppCredentialsModal = ({
|
|||||||
setIsVerifying(false)
|
setIsVerifying(false)
|
||||||
showToast({
|
showToast({
|
||||||
description: 'Could not get phone number info',
|
description: 'Could not get phone number info',
|
||||||
|
details: { content: JSON.stringify(err), lang: 'json' },
|
||||||
})
|
})
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,6 +38,11 @@ const inspectTypebot = async () => {
|
|||||||
customDomain: true,
|
customDomain: true,
|
||||||
createdAt: true,
|
createdAt: true,
|
||||||
isArchived: true,
|
isArchived: true,
|
||||||
|
publishedTypebot: {
|
||||||
|
select: {
|
||||||
|
id: true,
|
||||||
|
},
|
||||||
|
},
|
||||||
workspace: {
|
workspace: {
|
||||||
select: {
|
select: {
|
||||||
id: true,
|
id: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user