Trigger Webhook -- how to select the last email in the autoresponder before firing the webhook
Hey Ben,
I was excited to see your new Webhook trigger -- nice work!
I saw in another thread (https://sendy.co/forum/discussion/15864/understanding-how-the-new-trigger-webhook-feature-works/p1) that you mentioned:
"You can select the last email in the sequence for that rule. So when that email is sent, it will run the webhook."
This is what I want to do -- post the webook when the last email of the autoresponder gets sent.
However, I can't find in the UI a way to actually select that last email. Here's what I'm seeing: https://share.getcloudapp.com/Z4uoDD4J
Any advice?
thanks man!
murray
This discussion has been closed.
Comments
Hi,
The webhook will send a bunch of data to your webhook script, including the
subject
of the email that was sent. Write an if / else statement to check if it is the email you want.Thanks.
Best regards,
Ben
thanks, makes sense!