Hi,
I made application for reservations. There is a workflow that works this way:
user select free time slot and click confirm button then
API workflow is scheduled (current time + 2 minutes) and has 3 tasks inside:
Send Meeting Request to my e-mail
Send e-mail by Sengrid to client
Send sms by Twilio to client
clients always get sms and email 4. but some requests to me didn’t get or I get it with delay.
Is there some problem with emails (requests) directly from bubble?
Is there some option which can improve this process?
I didn’t see requests meetings template in sengrid? can I use it to meetings?
It’s because Bubble uses SendGrid, which is always having issues. Check it out:
Meeting Request is done using the Bubble’s SendGrid Free Account that is shared amongst all of Bubble. They are constantly getting blocked because of ‘bad actors’ spamming people.
Does that make sense?
That is most likely why your (1) SendGrid established with your own API Key and (2) Twilio work well but (3) the other one doesn’t.
Thanks for quick reply.
I’ve created account at Postmark after your post, but also I can’t see template with meeting request (with ICS file in attachment).
I used “Send Meeting Request” option directly in bubble because I can’t set up it in Sengrid and in Postmark. I have to get email with option to accept the meeting and add it to calendar.
Can you explain how I can do that in Postmark ?
Good question. I haven’t done that yet. @johnny do you have an alternative for that using Postmark yet? I don’t have an example I can share for the meeting workflow.
but I can’t send it by Postmark pluggin
I have two and in both I have a problem how to attach it:
Step 1 (File has been created and I have it in table “ICal File” in column “file” type “file”
First test has been finished with success and Postmark send email with invitation (ics file), so it looks like solution. I will implement it to my solution and I will check the percentage of emails reaching the target.
Thanks and I will back with results.