Send data to a backend workflow

Hello,

I’ve never used backend Workflow before.
I would like to configure the sending of an email from this space because otherwise it takes too long from a classic workflow and the user cannot navigate during this time. I’d simply like to send a data item, such as an order or a product. But how do I send and receive it? Which two blocks should I use?

Thanks for your help.

Hi,

On the backend, create the API workflow sendgrid admin nouveau lot en attente validation

  • parameter definition manual and add all your variables name and types
  • action : Sendgrid - Send email and reference the parameter you setup before

On the front-end, instead of your action Send Email use a scheduled API workflow and chose the backend workflow you created

  • it will ask you to define the data source for each parameters
  • and the start date, you can use current date time if you want an immediate sending

Hope this help :slight_smile:

1 Like

I will try this ! Thanks you so much !