Some e-mails sent by "Send Request Meeting" workflow don't reach a recipient

Hi,
I made application for reservations. There is a workflow that works this way:

  1. user select free time slot and click confirm button then
  2. 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
  1. 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.

1 Like

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.

You can use a plugin to generate the .ics file, then send it to Postmark as a base64 format attachment

2 Likes

Do you have an example for them to look at somewhere by chance? @johnny :blush:

Of sending an attachment or the .ics file?

I guess both if they need it. If I have time next week, I can try to set up an example for them if you don’t have an example. :blush:

I def don’t have an example of both attachments and .ics, but I definitely have commented somewhere on the forum with both separately

1 Like

I created ics file by plugin “ICS Maker”. They have good demo page:
https://d39.bubble.is/site/equina-playground/ics_maker

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”

and I would like attach it to postmark mail:

first pluggin:

image

second:

OK, it works
Attach file(s) field needs list of files (not one file), so we should use “:items until#1” instead “:first item”

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.

1 Like

Awesome :clap: :blush:

This topic was automatically closed after 70 days. New replies are no longer allowed.