ReferenceWorkflow Helpers
createThreadThenSendMessage
Create a thread from a parent channel (optionally on a message), then send a message in that thread.
function exported from src/workflows/thread.ts.
Summary
Create a thread from a parent channel (optionally on a message), then send a message in that thread.
Signature
/**
* Create a thread from a parent channel (optionally on a message), then send a message in that thread.
*
* @see https://shardwire.js.org/docs/reference/workflows/create-thread-then-send-message/
*/
export async function createThreadThenSendMessage(app: Pick<AppBridge, 'actions'>, args:;