Webhooks

Receive monitor event

Receive one signed Xquik monitor event.

postWebhookmonitorEvent

Payload

dataobject required
eventType'tweet.new' | 'tweet.reply' | 'tweet.retweet' | 'tweet.quote' | 'tweet.media' | 'tweet.link' | 'tweet.poll' | 'tweet.mention' | 'tweet.hashtag' | 'tweet.longform' | 'profile.avatar.changed' | 'profile.banner.changed' | 'profile.name.changed' | 'profile.username.changed' | 'profile.bio.changed' | 'profile.location.changed' | 'profile.url.changed' | 'profile.verified.changed' | 'profile.protected.changed' | 'profile.pinned_tweet.changed' | 'profile.unavailable.changed' required

Type of monitor event fired when account activity occurs.

usernamestring

Example payload

{
  "data": {
    "id": "1893456789012345678",
    "text": "Example post."
  },
  "eventType": "tweet.new",
  "username": "example"
}

Response

Event accepted.