Import cadences from JSON
POST/v2/cadence_imports
New cadences can be created or steps can be imported onto existing cadences which do not have steps.
Visit here for more details.Request
- multipart/form-data
Body
required
settings object
Settings for a cadence
sharing_settings object
The shared settings for a cadence
cadence_content object
Import data for cadence
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
cadence object
Cadence affected by the import
id integer
_href string
{
"cadence": {
"id": 1,
"_href": "https://api.salesloft.com/v2/cadences/1"
}
}
Loading...