mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
chore: add and improve documentation
This commit is contained in:
parent
96f8aaf325
commit
8b820c6d8a
23 changed files with 395 additions and 54 deletions
|
|
@ -77,7 +77,14 @@ const getNewNode = (type: string, position: { x: number, y: number }, existingNo
|
|||
http_method: "POST" as const,
|
||||
endpoint_url: "",
|
||||
custom_headers: [],
|
||||
payload_template: {},
|
||||
payload_template: {
|
||||
call_id: "{{workflow_run_id}}",
|
||||
first_name: "{{initial_context.first_name}}",
|
||||
rsvp: "{{gathered_context.rsvp}}",
|
||||
duration: "{{cost_info.call_duration_seconds}}",
|
||||
recording_url: "{{recording_url}}",
|
||||
transcript_url: "{{transcript_url}}",
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue