To access the created campaign in the next step and send it, you can use the step export from the “Create Campaign” action. When you create a campaign using the “Create Campaign” action, it should return the campaign ID, which you can reference in the next step to send the campaign.
Here’s an example of how you can connect the steps:
Add the “Create Campaign” action and configure it as needed.
In the next step, add the “Send a Campaign” action.
In the “Send a Campaign” action’s configuration, for the “Campaign ID” field, reference the campaign ID from the previous step using steps.<create_campaign_step_name>.campaign_id, where <create_campaign_step_name> is the name of the step where you created the campaign.
This way, the “Send a Campaign” action will use the campaign ID from the previous step to send the campaign.
Remember to connect your Mailchimp account and configure any other required fields in both actions.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.