Campaigns

POST /v1/campaigns/{campaignId}/control

Pause, resume or cancel a running send.

అన్ని Campaigns ఎండ్‌పాయింట్లు

అన్ని డెవలపర్ డాక్స్

ప్రమాణీకరణ

ఒక API కీని బేరర్ టోకెన్‌గా పంపండి. ఈ ఎండ్‌పాయింట్ స్పెసిఫికేషన్‌లో నిర్దిష్ట అనుమతిని పేర్కొనలేదు, కాబట్టి ఊహించడం కంటే మీ కీకి అవసరమైన కనిష్ట అనుమతిని ఇవ్వండి మరియు ప్రతిస్పందనను తనిఖీ చేయండి.

మీ సంస్థ ఐడీ ఎక్కడ ఉందో అక్కడ

ఈ ఎండ్‌పాయింట్ JSON బాడీలో ఫీల్డ్‌గా org_id ని తీసుకుంటుంది.

మీ సంస్థ ఐడి (organisation id) మీ డాష్‌బోర్డ్‌లోని API కీస్ స్క్రీన్‌పై, కీ పక్కనే ఉంటుంది. మీరు చేసే ప్రతి కాల్‌లోనూ ఇదే ఐడి ఉపయోగించబడుతుంది.

ప్రయత్నించండి

కోణీయ బ్రాకెట్‌లలో ఉన్న దేన్నైనా మీ స్వంత విలువలతో భర్తీ చేయండి, మరియు కీ ప్లేస్‌హోల్డర్‌ను మీ డాష్‌బోర్డ్ నుండి తీసుకున్న కీతో భర్తీ చేయండి.

curl -X POST https://api.zinndigital.com/v1/campaigns/{campaignId}/control \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "action": <string<pause, resume, cancel>> }'

సైన్ ఇన్ చేశారా? మీ డ్యాష్‌బోర్డ్‌లోని API కాన్సోల్ మీ అసలైన సంస్థ ID మరియు మీ స్వంత కీని నింపుతుంది, అలాగే మీరు అసలైన ప్రతిస్పందనను చూడటానికి లైవ్ API ద్వారా ఆభ్యర్థనను రన్ చేస్తుంది. ఈ ఎండ్‌పాయింట్‌ను API కన్సోల్‌లో తెరిచండి

వివరాలు

The decision is written to the database first and signalled second, so a worker that restarted and never saw the signal still stops on its next batch.

పారామీటర్లు

పేరురకంకావలసినదిఇది ఏమిటి
campaignId (path)stringఅవును

అభ్యర్థన బాడీ

పేరురకంకావలసినదిఇది ఏమిటి
actionstring<pause, resume, cancel>అవును
org_idstringకాదు

స్పందన

పేరురకంకావలసినదిఇది ఏమిటి
idstringఅవును
org_idstringఅవును
namestringఅవును
template_idstringఅవును
segment_idstringకాదు
purposestring<marketing, transactional>అవును
channelsstring[]అవును
statusstring<draft, scheduled, sending, paused, sent, cancelled, failed>అవును
scheduled_forstringకాదు
include_not_in_good_standingbooleanకాదు
total_recipientsintegerఅవును
skippedCampaignSkipCountsఅవును⛔ Every skip counted separately and never silent, and every one is present even when it is zero. "4,127 recipients, 312 skipped — not in good standing" is rendered from these,…
deliveryCampaignDeliveryCountsకాదుsent is NOT delivered. sent means a provider accepted the hand-off; delivered means the receiving server accepted it, which arrives later by webhook. A screen showing…
last_errorstringకాదు
created_atstringఅవును
started_atstringకాదు
finished_atstringకాదు
signal_deliveredbooleanకాదు⛔ Reported honestly. false means the decision is recorded and the running workflow was not reachable — it will still stop on its next batch, but that is a real difference an…

ఈ ఎండ్‌పాయింట్ తిరిగి ఇవ్వగల లోపాలు

401 · 403 · 404 · 422