Jollor
  1. subscriptions
Jollor
  • Jollor Social API (public)
    • Webhook
      • subscriptions
        • Used to specify when the webhook should be called
          POST
        • Used to specify when the webhook should not be called
          DELETE
      • Send Test webhook
        POST
      • Enables the webhook of the provided project
        POST
      • Get project Webhook
        GET
      • Deletes webhook of the provided project
        DELETE
      • Updates webhook of the provided project
        PUT
      • Get Test webhook
        GET
    • Render
      • Render message
      • Render post
    • Suggestions
      • Get Suggestions from AI Service
    • Ratings
      • Put rating for an automatic reply written by an AI
    • Media
      • New Media
    • Get post
      GET
    • Get post capabilities
      GET
    • List tagged posts
      GET
    • Close Dialogue
      PUT
    • List messages in dialogue
      GET
    • AI translate text
      POST
    • List agencies
      GET
    • Create post reply
      POST
    • Get agency
      GET
    • List projects in agency
      GET
    • Get project
      GET
    • List incoming posts / comments
      GET
    • List private conversations
      GET
    • List messages in conversation
      GET
    • Get message
      GET
    • Get message capabilities
      GET
    • Get current user
      GET
    • Create Message Reply
      POST
  • Jollor Social API Auth (public)
    • Create user access_token
    • Exchange user access_token with project access_token
    • Refresh project access_token
  1. subscriptions

Used to specify when the webhook should be called

POST
https://app-dev.jollor.com/api/public/v1/projects/{project_id}/webhook/subscriptions
Used to specify when the webhook should be called
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://app-dev.jollor.com/api/public/v1/projects/<your project_id>/webhook/subscriptions?object_type=post_received'
Response Response Example
{}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
project_id
string 
required
Project ID
Example:
{{project_id}}
Query Params
object_type
string 
required
Specifies object type (post_received/ post_created/ post_published/ message_received/ message_created/ message_sent/ token_expired)
Example:
post_received

Responses

🟢200Success
application/json
Body
object {0}
Previous
Jollor Social API (public)
Next
Used to specify when the webhook should not be called
Built with