Custom connector :catching delivery stop request
Hello everyone.
we are currently working on a custom connector (using js and post processing workflow associated to an external account).
to make it simple : users create a delivery, write the message, associated a scheduling date and start the campaign.
the post processing workflow create the delivery associated to the provider (and tag the target and message).
when doing some tests, we did try to create a delivery, make all the validation and confirm it (so everything is create on the provider side).
if we try to stop the delivery, we cannot catch the stop request (so we cannot cancel the campaign on the provider side).
does any of you implement the stop on their custom connectors?
THank you