Hello all,
I am trying creating a zap for my file management website which has email functionality too. I want to create a trigger when an email is sent through my application it should send another email via zapier to notify an email is sent(just to begin with). The API SendEmail takes few objects as parameter for eg: composeMail object for email related inputs, and few other parameters, and it returns a json string in format
{Status: “Success”, Message: “Email Sent”}
Do I need any input fields for this trigger. It is failing test every time.
I created a trigger “on email sent” and gave the URL “https://www.mywebsite.com/myService.asmx/SendEmail”
How can I create a trigger , if someone can explain step by step.
Thanks in Advance!