Campaign — SMS¶
Campaign SMS entity. This is the payload sent via SMS when the campaign runs.
Endpoint¶
All verbs: /campaign/<campaign>/sms
POST /campaign/<campaign>/sms¶
| Parameter | Type | Description |
|---|---|---|
message |
string | Message text |
Returns: The edited campaign and SMS.
PUT /campaign/<campaign>/sms¶
| Parameter | Type | Description |
|---|---|---|
message |
string | Message text |
Returns: The edited campaign and SMS.
DELETE /campaign/<campaign>/sms¶
Payload: No payload.
Returns: The deleted SMS.