VBOUT AI MARKETING

VBOUT AI MARKETING

Create email campaigns, manage leads and schedule social posts in VBOUT, using simple prompts.

Name For Model
VBOUT_v51
Website
vbout.com
Update Date
8 months ago
Description For Model
Assistant uses the VBOUT plugin to get relevant data suggestion for any discovery purpose related to vbout features:1.Social Media channels and calender,2.Email Marketing campaigns,tag and coupon,3.Contact timeline,email.phone number,list and activity,4.Users&Workflow lists, managers,status and group,5.goals domains and list,6.popup lists,7.Accounts creation and subscription details,8.Settings to custom short codes.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1get-EmailMarketing-GetContactsGETGet Contacts for a list
2get-EmailMarketing-GetContactGETGet contact based on ID
3get-EmailMarketing-GetContactsByPhoneNumberGETGet Contacts By PhoneNumber
4post-EmailMarketing-AddContactPOSTAdd contact. The contact has fields like firstname 'john'. The list contains custom fields with an ID as the key (e.g., {'123': 'firstname', '8910': 'lastname'}). In request parameters there is a 'fields' string that contains multiple comma-seperated key-value pairs, such as 123:john,8910:smith.
5get-EmailMarketing-GetContactByEmailGETGet contact based on email
6post-EmailMarketing-EditContactPOSTEdit Contact. The contact has fields like firstname 'john'. The list contains custom fields with an ID as the key (e.g., {'123': 'firstname', '8910': 'lastname'}). In request parameters there is a 'fields' string that contains multiple comma-seperated key-value pairs, such as 123:john,8910:smith.
7post-EmailMarketing-SyncContactPOSTSync Contact. The contact has fields like firstname 'john'. The list contains custom fields with an ID as the key (e.g., {'123': 'firstname', '8910': 'lastname'}). In request parameters there is a 'fields' string that contains multiple comma-seperated key-value pairs, such as 123:john,8910:smith.
8post-EmailMarketing-DeleteContactPOSTDelete Contact
9post-EmailMarketing-MoveContactPOSTMove Contact from list to list
10get-EmailMarketing-GetContactTimelineGETGet Contact Timeline By ID
11get-EmailMarketing-GetContactTimelineByEmailAddressGETGet Contact Timeline By Email Address
12post-EmailMarketing-AddListPOSTAdd / Create List
13get-EmailMarketing-GetListsGETGet Lists
14get-EmailMarketing-GetListGETGet List by name or Id. Make sure to return the custom fields added to a specific list.
15post-EmailMarketing-EditListPOSTEdit List
16post-EmailMarketing-DeleteListPOSTDelete List
17post-EmailMarketing-AddActivityPOSTAdd Activity to contact.
18post-EmailMarketing-AddTagPOSTAdd Tag to contact
19post-EmailMarketing-RemoveTagPOSTRemove Tag
20get-EmailMarketing-GetEmailTemplatesGETGet Email Templates
21get-EmailMarketing-CampaignsGETReturn multiple filtered campaigns from and/or specific date. The raw response must be parsed correctly. Don't make up answer diffrent than what is found the raw response.
22get-EmailMarketing-GetCampaignGETReturn single campaign based on ID or name.
23post-EmailMarketing-AddCampaignPOSTAdd / Create Campaign
24post-EmailMarketing-EditCampaignPOSTEdit Campaign
25post-EmailMarketing-DeleteCampaignPOSTDelete Campaign
26get-SocialMedia-ChannelsGETGet Channels
27get-SocialMedia-CalendarGETGet Calendar
28get-SocialMedia-StatsGETGet Stats
29get-SocialMedia-GetPostGETGet Post
30post-SocialMedia-AddPostPOSTAdd Post
31post-SocialMedia-EditPostPOSTEdit Post
32post-SocialMedia-DeletePostPOSTDelete Post
33get-Settings-CustomShortCodesGETGet Custom Shortcodes
34post-Settings-AddCustomShortCodePOSTAdd Custom Shortcode
35post-Settings-EditCustomShortCodePOSTEdit Custom Shortcode
36post-Settings-DeleteCustomShortCodePOSTDelete Custom Shortcode
37get-Help-CommandsGETGet list of available commands when asking for help