スケジュール
スケジュールの作成
プログラムのオファーまたは ISO 日付のテキスト。
POST
/schedulesschedules:writeリクエスト
typestring · bodyタイプ: オファーまたはテキスト。オプションatstring · bodyISO 8601 の日付と時刻。必須segment_idstring · bodyターゲットセグメント。オプションgroup_idstring · body特定のグループ。オプションoffer_idstring · body予定されたオファー。オプションtextstring · bodyテキストによるスケジュール設定用のテキスト。オプションimagestring · bodyオプションの画像。オプションrecurrencestring · body再発ルール。オプションactiveboolean · bodyスケジューリングをアクティブ化します。オプション例
curl
curl -X POST 'https://achadu.com/api/v1/schedules' \
+ -H 'Authorization: Bearer ach_live_...' \
+ -H 'Accept: application/json' \
+ -H 'Content-Type: application/json' \
+ --data '{
"at": "2026-09-01T15:00:00Z",
"type": "string",
"segment_id": "string",
"group_id": "string"
}'答え
201リソースが作成されました4xxコード、メッセージ、request_id のエラー