Test sending an SMS message
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint allows you to send a test SMS message using the configured SMS integration settings for a specific App Integration. It is useful for verifying that your SMS provider credentials (e.g., API keys, sender ID, etc.) are correctly set up and functioning.
Use this to confirm the integration works before enabling SMS notifications or sending real user messages.
The id of the app integration.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
This is used to authenticate the request. If the request is not authenticated, the server will return a 401 Unauthorized response.
YOUR_AUTH_KEY
Represents the data required to test sending an SMS using an external SMS integration (e.g., Twilio). This DTO is typically used to verify the integration credentials and messaging capabilities.
The username or identifier for the SMS integration. For Twilio, this is the Account SID (String Identifier).
The password or authentication token for the SMS integration. For Twilio, this is the Auth Token.
The sender's phone number used by the SMS integration. Must be in E.164 format (e.g., +1234567890).
The recipient's phone number to which the test SMS will be sent. Must be in E.164 format (e.g., +1234567890).
The content of the SMS message to be sent during the test.