Create a Powerpack Copy

POST https://api.plivo.com/v1/Account/{{auth_id}}/Powerpack/

This API lets you to create a Powerpack via Plivo’s SMS service. Below is the list of arguments that can be passed in this API request. More information can be found here

ArgumentsDescriptionRequired/Conditional/Optional
nameMust be unique across all Powerpacks in customer's accountRequired
sticky_senderSticky sender should be enabled by default. Default value is True. Sticky Sender ensures messages to a particular destination number are always sent from the same source numberOptional
local_connectLocal connect should be enabled by default. Default value is True. Local connect prioritizes local numbers matched on area code and State over other numbers in the poolOptional
application_typeMust be specified if application_id is specifiedConditional
application_idMust be set to a valid PHLO or XML App Id or 'none'(String). If not specified (or set to 'none') no application to be associated with phone numbers added to this Powerpack.Optional

Request Body

{"name"=>"friendly_name", "sticky_sender"=>"True", "local_connect"=>"True", "application_type"=>"XML", "application_id"=>"application_id can be found from the dashboard"}