curl --request POST \
--url https://api.getsly.ai/v1/v1/scheduled-transfers/{id}/execute-now \
--header 'Authorization: Bearer <token>'{
"transfer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Bypasses the schedule and triggers a one-off execution immediately. Counts toward maxOccurrences if set.
curl --request POST \
--url https://api.getsly.ai/v1/v1/scheduled-transfers/{id}/execute-now \
--header 'Authorization: Bearer <token>'{
"transfer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Documentation Index
Fetch the complete documentation index at: https://docs.getsly.ai/llms.txt
Use this file to discover all available pages before exploring further.