fluentcrm_resume_campaign
Resume a paused FluentCRM marketing campaign to continue sending emails and automated workflows to your contacts.
Instructions
Wznawia kampaniΔ
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignId | Yes | ID kampanii |
Input Schema (JSON Schema)
{
"properties": {
"campaignId": {
"description": "ID kampanii",
"type": "number"
}
},
"required": [
"campaignId"
],
"type": "object"
}