Test send through a Provider
Sends one real message through a stored Email or SMS Provider to validate its credentials. Two failure outcomes are distinguished: 422 IDE-1016 means the provider rejected the credentials (fatal — fix them); 400 IDE-1017 means the message was not delivered but no credential failure was reported, which is what a Twilio trial account returns for an unverified recipient even with valid credentials. Both outcomes append the upstream provider’s own reason to the response message, with the recipient and any other address or phone number removed. A 500 means the send never reached the provider at all and says nothing about its configuration. Not supported for OAuth providers (422 IDE-1018).
Autorizações
Bearer authentication. Send Authorization: Bearer .
Parâmetros de caminho
Provider ID
Corpo
Destination (email for an Email provider, E.164 phone for an SMS provider)
ProviderTestSendInput payload
Resposta
OK
ProviderTestSendResponse payload
"SMS"
Delivered reports that the provider ACCEPTED the message for delivery. Upstream acceptance is not proof of receipt — no provider confirms that synchronously — so this is the strongest signal a probe can carry.
true
"00000000-0000-0000-0000-000000000000"

