Schedule standby delivery
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Jan Kirchner
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Schedule standby delivery
Pricing
Pay per usage
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Jan Kirchner
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
Absolute http(s) URL the payload is POSTed to, for example the standby endpoint of another Actor. The URL is called exactly once per run (plus retries on transient failures).
JSON object sent as the request body with Content-Type: application/json. Defaults to an empty object. Metadata about the run is added under the reserved key _apifyRun, including the ID of the schedule that triggered it.
{}Shared secret used to authenticate the call. It is sent verbatim in the Authorization header as Bearer <secret>, so the receiver can reject unauthenticated requests.