import { extendPayload } from "@intuned/sdk/runtime"// this function will append the exampleApi to the end of the queue or job it's executing in.extendPayload({ api: 'exampleApi', parameters: { key: 'value' } });
• payload: Payload | Payload[]The payload or array of payloads to extend. you can specify the api name and what parameters you want to pass it, the new added apis will use the same proxy and auth-session settings as the api that extended them