• Resolved baskerroberts

    (@baskerroberts)


    We are attempting to automate a job post submission when someone submits a typeform, which we already have on our site. We should be able to do this using Zapier and webhooks, and have installed the WP Webhooks plugin. In the case of JobBoardWP, could you let me know what the action trigger is (assuming it is not the same as a normal post, for which we would use “create_post”) that we should use in the automation, when someone posts a new job in JobBoardWP? See the link for the Webhooks article.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @baskerroberts

    There is hook after job creation:

    do_action( ‘jb_job_published’, $job_id, $job );

    So you could use the ‘jb_job_published’ webhook and there are Job ID and Job object arguments.

    Let me know if that helps you,
    Thanks!

    Plugin Author Mykyta Synelnikov

    (@nsinelnikov)

    Hi @baskerroberts

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. ??

    Regards

    Ultra-B

    (@ultra-b)

    Thank you for creating this plugin, I have some questions.
    1. How do I edit the ALL the button on this plugin? The size at the moment are too small and barely visible.
    2. Secondly, the dashboard has no text at the header for jobs, post a job dashboard or return to the website.
    3. The logo aspect also is problematic: Please indicate the right size/pixel etc, because once the image is uploaded it doesn’t look like the screenshot on your demo site.
    4. Expiry is persistently stuck in 01/01/1970, as such, indicating that the job has expired. We have tried to the change the date several times.
    5. After external job posting in our test, there isn’t return to website and on preview everything disappeared.
    6. So, also is the fact that jobs, post a job and dashboard not displaying as screenshots

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What is the action to use in a webhook’ is closed to new replies.