POST
/
get_twilio_message
/
{apiKey}
/
{campId}
curl --request POST \
  --url https://api.toingg.com/api/v3/get_twilio_message/{apiKey}/{campId}
"<any>"

Overview

The “Test Message Pipeline” endpoint is designed for testing the message pipeline functionality. Users need to send a POST request to the /get_twilio_message/{apiKey}/{campId} endpoint, including their API key, campaign ID, phone number, and the text message. This process allows users to verify the messaging capabilities and ensure that the pipeline is functioning correctly, facilitating effective communication within campaigns.

Path Parameters

apiKey
string
required
campId
string
required

Response

200
application/json
Successful Response

The response is of type any.