APIs & Integrations

brendacarey
Member

Using Integromat or Zapier to assign a Campaign to social messages in Hubspot?

I think right now you can only create social messages for Hubspot through Zapier but I'm still new to this.

 

I'm using a combination of Integromat and Zapier to scheduled social media messages to be posted onto HubSpot. Zapier let's me do this from Airtable but I don't have the option of assigning a campaign to the social media message.

 

Is there any way to do this?

0 Upvotes
1 Reply 1
IsaacTakushi
HubSpot Employee
HubSpot Employee

Using Integromat or Zapier to assign a Campaign to social messages in Hubspot?

Hi, @brendacarey.

 

Zapier's "Create Social Media Message" action for HubSpot does not support selecting a campaign, however this is possible with the Social Media API by including the campaignGuid field.

 

For example:

 

POST
https://api.hubapi.com/broadcast/v1/broadcasts

{
  "campaignGuid":"your_chosen_campaign_guid",
  "channelGuid": "your_channel_guid",
  "triggerAt": 1581046200000,
  "content": {
    "body": "A broadcast message created through HubSpot's APIs."
  }
}

This potential means that other social media integrations may support choosing campaigns.

 

Have you researched any of the other options in this category of the HubSpot App Marketplace?

 

Isaac Takushi

Associate Certification Manager
0 Upvotes