Creates a new campaign for the dealer for given department
Newly created campaign will lie under the dealer's subaccount for passed department
Path Parameters
dealerUUID string required
application/json
Request Body required
messagingServiceSid string
brandRegistrationSid string
departmentType string
useDefaultValuesForRegistration boolean
description string
messageFlow string
messageSamples string[]
appToPersonUseCase string
embeddedLinks boolean
embeddedPhone boolean
optInMessage string
optOutMessage string
helpMessage string
optInKeywords string[]
optOutKeywords string[]
helpKeywords string[]
termsOfServiceUrl string
privacyPolicyUrl string
onlineSchedularUrl string
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
status string
Possible values: [SUCCESS
, FAILURE
]
errors object[]
warnings object[]
sid string
brand_registration_sid string
messaging_service_sid string
campaign_status string
campaign_id string
{
"status": "SUCCESS",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
],
"sid": "string",
"brand_registration_sid": "string",
"messaging_service_sid": "string",
"campaign_status": "string",
"campaign_id": "string"
}
POST /dealers/:dealerUUID/twilio/applicationToPerson/campaign
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
python / requests
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
go / native
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
nodejs / axios
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
csharp / RestSharp
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
php / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
java / OkHttp
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'
powershell / RestMethod
curl -L -X POST '/communications/dealers/:dealerUUID/twilio/applicationToPerson/campaign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messagingServiceSid": "string",
"brandRegistrationSid": "string",
"departmentType": "string",
"useDefaultValuesForRegistration": true,
"description": "string",
"messageFlow": "string",
"messageSamples": [
"string"
],
"appToPersonUseCase": "string",
"embeddedLinks": true,
"embeddedPhone": true,
"optInMessage": "string",
"optOutMessage": "string",
"helpMessage": "string",
"optInKeywords": [
"string"
],
"optOutKeywords": [
"string"
],
"helpKeywords": [
"string"
],
"termsOfServiceUrl": "string",
"privacyPolicyUrl": "string",
"onlineSchedularUrl": "string"
}'