mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 16:01:16 +00:00
18 lines
564 B
JSON
18 lines
564 B
JSON
{
|
|
"url": "/meetings",
|
|
"method": "POST",
|
|
"body": {
|
|
"title": "{{parameters.title}}",
|
|
"invitee_name": "{{parameters.invitee_name}}",
|
|
"invitee_email": "{{parameters.invitee_email}}",
|
|
"scheduled_for": "{{parameters.scheduled_for}}",
|
|
"duration_minutes": "{{parameters.duration_minutes}}",
|
|
"location": "{{parameters.location}}",
|
|
"join_url": "{{parameters.join_url}}",
|
|
"contact_id": "{{parameters.contact_id}}"
|
|
},
|
|
"response": {
|
|
"output": "{{ifempty(body.meeting, body)}}"
|
|
}
|
|
}
|