Webhook with SendGrid Via Twilio

Hello!
I cant seem to find anything but very confusion info on how to integrate Twilio Sendgrid with a webhook. I am hoping maybe someone can send some good step by step instructions to help integrate appsheet webhook with Twilio Sendgrid.

0 4 529
4 REPLIES 4

@appteam6
May I ask is there a special reason that you want to use Twilio Sendgrid for emailing? Why donโ€™t you use AppSheetโ€™s email workflow for that purpose?

Because I need the emails to come from my Email address not the noreply@appsheet. I have specific customers that I work with that will reject emails if they donโ€™t come from my accounts email which is not noreply@appsheet. So I am using twilio to create a webhook to pretty much do what workflow email does because you cannot change the from email on workflow email.

@appteam6, I am curious if you got Philโ€™s suggestion working with Sendgrid or if you solved it another way.

It looks like you could do the following:

  1. Create a new AppSheet table containing the following fields:
    To
    From
    FromName
    ReplyTo
    Subject
    Text

  2. Create a webhook that is triggered by adds to the table created in step 1.
    See this article: https://help.appsheet.com/behavior/workflow-invoking-cloud-services/invoking-webhooks-from-a-workflo...
    You can use the default Body. It will contain the fields from the table created in step 1.

3.Go to Zapier and create a Zapier Webhook that is triggered by the AppSheet webhook created in step 2. See this article: https://help.appsheet.com/behavior/workflow-invoking-cloud-services/integrate-with-zapier

  1. In Zapier add a SendGrid action. SendGrid expects the following input values:
    To
    From
    FromName
    ReplyTo
    Subject
    Text

You can obtain each of those values from the Zapier Webhook created in step 3.

Top Labels in this Space