Hey all,
We are planing to organise Webinars using Espo.
The current PoC is to create a Meeting in Espo, over time (not all by one but they can register using an website etc) attach the Leads to the Meeting using an Flowchart (`record\relate('Meeting', $meetingId, 'leads', entity\attribute('id'));`) and also send the invitation to the newly attached lead via API call to 'https://crm/api/v1/Meeting/action/sendInvitations' and payload '{"id":"{$$meetingId}","targets":[{"entityType":"Lead","id":"{$$leadId}"}]}'.
This works quiet well but we need to overwrite the Meetings templates which I would like to avoid to not block this feature to be used for other use cases as well. Is there another way to send invitations by specifying the used template? Or do you have another/better approach in general?
Thank you!
We are planing to organise Webinars using Espo.
The current PoC is to create a Meeting in Espo, over time (not all by one but they can register using an website etc) attach the Leads to the Meeting using an Flowchart (`record\relate('Meeting', $meetingId, 'leads', entity\attribute('id'));`) and also send the invitation to the newly attached lead via API call to 'https://crm/api/v1/Meeting/action/sendInvitations' and payload '{"id":"{$$meetingId}","targets":[{"entityType":"Lead","id":"{$$leadId}"}]}'.
This works quiet well but we need to overwrite the Meetings templates which I would like to avoid to not block this feature to be used for other use cases as well. Is there another way to send invitations by specifying the used template? Or do you have another/better approach in general?
Thank you!
