Need help to integrate Griddler without a Sendgrid account

126 views Asked by At

I want to integrate Griddler without a Sendgrid account. Is this possible?

1

There are 1 answers

0
Caleb Hearth On

Griddler works by accepting POST requests to a special path and parsing the parameters into an object that you can operate on.

The parameter mapping happens in adapters, a byproduct of which is that you can see all of the supported services in the directory I linked.

If none of those adapters work for your needs, feel free to write your own.

So no, you don't need a Sendgrid account to use Griddler, but you do need some sort of service that POSTs to your application in a way that Griddler or an adapter can understand.