How to send campaign via API instead of just creating a draft?
Hello Ben,
Hope you are doing fine. I am writing to seek help on one of the issues that I am currently going through. I am using the following wrapper in my app to interface with sendy api.
https://github.com/JacobBennett/SendyPHP
The problem I am facing is that, I am able to create a draft, but able to send it as well. I mean, I have to go to sendy installation manually select the campaign and then select list and then send it manually. I am looking to send it automatically once I post it to api rather than just creating the draft. Please help me out on the same.
Regards,
Mohammed
This discussion has been closed.
Comments
Hi,
As per Sendy's API documentation on Campaigns › Create, you need to set
send_campaign
to1
. Then Sendy will send it instead of just creating a draft.Screenshot:
Thanks.
Best regards,
Ben