Skip to main content
POST
Create Instagram Story Automation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Automation name.

Required string length: 1 - 255
type
enum<string>
required

Instagram connection type, instagram (native login) or instagramFacebook (linked via a Facebook page).

Available options:
instagram,
instagramFacebook
story
object
required

Instagram story to watch for replies/mentions. Get it from igStories.listStories.

reply
object
required

Private message reply sent to the contact.

includeKeywords
object
required

Only trigger when the reply matches these keywords.

folderId
string | null

Folder to place the automation in, or null for root-level.

Pattern: ^\d+$

Response

OK

id
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
name
string
required
type
enum<string>
required
Available options:
instagram,
instagramFacebook
isActive
boolean
required
startTime
string | null
required
endTime
string | null
required
repliesCount
integer
required
Required range: -2147483648 <= x <= 2147483647
story
object
required
reply
object
required
includeKeywords
object
required
folderId
string | null